Kelly Kinkade
Kelly Kinkade
does this have operational consequences? can you demonstrate a situation where this produces undesired behavior?
I'm not sure that we consider this a bug, tbh
> Should DFHack start using `AppData/Roaming/Bay12 Games/Dwarf Fortress/dfhack-config`, perhaps? Or make its own directory `Appdata/Roaming/DFHack` ? Then choose whether to use that directory or the current one based on the...
As to the underlying issue, I would recommend that the OP investigate using DFHack's remote command interface instead of using "file drops" for RPC, and this would entirely avoid the...
most likely there is a caravan-related timer that timestream isn't accounting for
we can't change DF's file system behavior easily
I am torn between simply aborting the search for the terminal node if the search takes too long versus actually detecting cycles and nominating an (arbitrary) member of each cycle...
I'm going to mitigate this in the short term by having it "break safely" in the presence of a cycle. The mod will probably operate poorly but it should not...
leaving this open as #5542 isn't really a fix, it's just enough to make it not hang. a proper fix is needed but i wanted something we could put out...
relevant log file extract ``` ...teamapps\common\Dwarf Fortress\hack\lua\plugins\zone.lua:992: attempt to index a nil value (local 'civzone') stack traceback: ...teamapps\common\Dwarf Fortress\hack\lua\plugins\zone.lua:992: in field 'get_status' ...teamapps\common\Dwarf Fortress\hack\lua\plugins\zone.lua:642: in method 'cache_choices' ...teamapps\common\Dwarf Fortress\hack\lua\plugins\zone.lua:709: in...