Notes |
|
|
I'd be happy to investigate more but I don't know how. I tried gdb but it is not happy with the ./df launcher. |
|
|
(0039123)
|
Loci
|
2019-01-17 14:58
|
|
The provided save crashes on windows too. It appears you are using a tileset, and possibly DFHack. All mods should be listed in the report. |
|
|
|
This game was run through LNP but I forgot to mention that I reproduced the crash on the vanilla version.
dfhack are used by LNP yes.
Tileset is phoebus.
Is there a command I can run to give more info?
|
|
|
|
There is not. The good news is that this is also reproducible on macOS, so I expect it will be easy for Toady to reproduce. However, it's still possible that this crash is caused by a utility like DFHack, even if the crash occurs without it running. If that's the case, Toady won't be able to do anything about it.
The relevant bit of the macOS crash report (0.44.12 64-bit) follows (mostly for help in identifying potential duplicates - I couldn't find any issues matching this exact crash)
Thread 2 Crashed:
0 dwarfort.exe 0x0000000100aa7545 0x100000000 + 11171141
Note that I haven't verified whether this crash occurs on the same instruction every time, because it takes multiple minutes for me to run this save to the point where it crashes. |
|
|
|
I confirmed via DFHack that this is an instance of 0011014, and removing the corrupted items from the equipment lists fixes the crash (at least, I was able to advance the game a few days into the next month without it crashing anymore).
Specifically, the issues here are in the "unassigned" vector mentioned in http://www.bay12forums.com/smf/index.php?topic=169696.msg8195533#msg8195533 [^]
- When loading the game, many slabs are present, mostly in the unassigned shoes vector but a few in the armor vector as well
- After advancing the game about half a day, a corrupted item pointer (i.e. one not present in the global vector of all items) appears at index 41 in the shoes vector
Removing all of those promptly (with the script in currently in development at https://github.com/DFHack/dfhack/issues/1678 [^]) prevented the crash. |
|