I noticed that it crashes often when trying to load save games. (maybe after a certain size) When I reload newly created save games it doesn't seem to have a problem but after a few levels it seems like my save games just crash when I try to load them. I ran gdb on the Dredmor-x86 binary and got this output: Code: creating a Blocker creating a Stairs Program received signal SIGSEGV, Segmentation fault. 0x080af9d3 in Level::Load(_IO_FILE*) () (gdb) bt #0 0x080af9d3 in Level::Load(_IO_FILE*) () #1 0x080c2f02 in LoadGame(char const*) () #2 0x080f0342 in PlayGameWithLoadFilename(std::string) () #3 0x080f2cff in main () With symbols I could probably get you the line number of the crash. Or I could try and find the save file if there is information on where those are located.