Trunk 7788: Crash when saving game

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Dark Mayu
Rookie
Rookie
Posts: 25
Joined: 24 May 2009, 17:16
Location: All God's Village

Trunk 7788: Crash when saving game

Post by Dark Mayu »

Warzone crashes to desktop when saving the game, no matter if I play the campaign or a skirmish game...

Here the Commandline output:

Code: Select all

info    |01:30:58: [rebuildSearchPath] * Failed to remove path /usr/local/data/again
error   |01:31:23: [tf_error] Expected 55546 items in group when writing, found9
error   |01:31:23: [tf_print_nested_groups] Group trace:
error   |01:31:23: [tf_print_nested_groups]   #0: 0xff EN     0 default:false
error   |01:31:23: [tf_print_nested_groups]   #1: 0x02 GR     0 default:false
error   |01:31:23: [tf_error] While writing 'savegame/Campaign/fxstate.tag' using definition file 'tagdefinitions/savegame/effects.def'
warzone2100: tagfile.c:1086: tagWriteLeave: Assertion `!"tagfile error"' failed.
Saved dump file to '/tmp/warzone2100.gdmp-WUL4nn'
If you create a bugreport regardings this crash, please include this file.
Aborted
I'll attach the dump-file, too.

Please help!
You do not have the required permissions to view the files attached to this post.
Samowar
Trained
Trained
Posts: 42
Joined: 03 Jun 2009, 19:46

Re: Trunk 7788: Crash when saving game

Post by Samowar »

Dark Mayu wrote:Warzone crashes to desktop when saving the game, no matter if I play the campaign or a skirmish game...
I had the same problem: http://developer.wz2100.net/ticket/640. Just d/l http://developer.wz2100.net/changeset/7 ... f&new=7737 into your warzone source folder, apply

Code: Select all

patch -p2 -R <changeset_r7737.diff
and recompile. Or wait for the devs to take notice and revert that revision (or fix the burning tiles bug in a way that doesn't break the savegames).
User avatar
Dark Mayu
Rookie
Rookie
Posts: 25
Joined: 24 May 2009, 17:16
Location: All God's Village

Re: Trunk 7788: Crash when saving game

Post by Dark Mayu »

YES!!! Thank you so~ much Samowar, your patch works perfectly^^. Finally I'm able to save again...