Quick update to narrow down the bug which occures quite rare, but it’s crush the server. Eg
090119 164424 Goose: You enter a maze of down staircases.
090119 164424 BEGIN dungeon_change_level()
090119 164424 depth=1 height=66 width=198
090119 164424 END dungeon_change_level()
090119 164424 Shutting down (panic save).
090119 164424 Server panic info save succeeded!
So when player changes the lvl – he crush server. And if after I restart server he try to login again – crush repeats.
List of changes:
– Add a server option to automatically transfer death dumps to the client (AUTO_DUMP in mangband.cfg)
– Add a debug version of the server executable which generates a mangband.rpt file when a crash occurs
Files are available for download at the usual location: http://powerwyrm.monsite-orange.fr
To update server in debug mode:
– download PWMAngband server (debug version)
– copy the files from the zip into the /PWMAngband directory
This will replace the executable mangband.exe and add files to include debug information to generate a file named mangband.rpt when a crash occurs.