View Issue Details

IDProjectCategoryView StatusLast Update
0006466Dwarf FortressTechnical -- Generalpublic2014-04-18 08:27
ReporterWieselTrupp Assigned Touser11 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
PlatformPCOSWindows 7OS Version64bit
Product Version0.34.11 
Summary0006466: Crash from invalid melt designations
DescriptionMy game crashed on my 160+ dwarfes save seconds after loading and unpausing the save.

I dont know the cause of this issue but it crashed in the cleaning phase of saving the game, like the report 0000277.
Steps To ReproduceSavegame:
( http://dffd.wimbli.com/file.php?id=8528 )

Load save
Unpause game
Wait for up to 60 seconds
Additional InformationThe version i Created the World and the fortress with:
DF 34.11
DFHack 34.11 r3
Phoebus gfx Pack

Crash can be reproduced without DFHack, on a fresh install.
TagsNo tags attached.

Relationships

related to 0006431 acknowledgeduser6 Crash when mass-melting items via stocks menu 

Activities

Quietust

2014-04-17 05:51

reporter   ~0024703

Did you, at any point, use Falconne's "Stocks" DFHack plugin to automatically melt items in certain stockpiles?

ag

2014-04-17 05:57

reporter   ~0024704

The problem with your save is that the list of items to melt must be sorted by item ID, but it isn't. To fix the save, run this dfhack command immediately after loading:

:lua require('utils').sort_vector(df.global.world.items.other.ANY_MELT_DESIGNATED,'id')

WieselTrupp

2014-04-17 09:05

reporter   ~0024705

Thanks to both of you, the mentioned command fixed this particular issue for me.
unfortunatly, it now chrashed about half an hour into the game, most probably because of one of the other DFHack plugins.

Are there other plugins i should disable because of known crash issues like this?
should i maybe disable DFHack altogether? it would be a shame, i really like the search and stockpile features.

i do use auto trade too, the last crash occured after the dwarfs hauled multiple bins back into the auto trade stockpile when the caravan left.

user11

2014-04-17 10:16

  ~0024706

It is best to sort it with the authors of any mod/utility you use before reporting a bug on the tracker.

Issue History

Date Modified Username Field Change
2014-04-17 02:21 WieselTrupp New Issue
2014-04-17 05:51 Quietust Note Added: 0024703
2014-04-17 05:57 ag Note Added: 0024704
2014-04-17 09:05 WieselTrupp Note Added: 0024705
2014-04-17 10:16 user11 Note Added: 0024706
2014-04-17 10:16 user11 Status new => resolved
2014-04-17 10:16 user11 Resolution open => no change required
2014-04-17 10:16 user11 Assigned To => user11
2014-04-18 08:27 user6 Summary Crash in Fortress Mode, unknown cause => Crash from invalid melt designations
2014-04-18 08:28 user6 Relationship added related to 0006431