-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several professions without match #94
Comments
Are you using any mods? |
Shouldn't be anything else running at the moment in this world. The freeze occurs in stonesense when I go to a specific Z level so I think there is something breaking silently there. Just thought that these professions might be something that should be fixed as well since they're warnings or errors. |
can i be assigned to this issue? i'd like to contribute! |
Sure, there ya go. (It's not strictly required that you be assigned first, for the purposes of DFHack projects, but I suppose it's helpful for longer threads in particular.) |
i'm trying to narrow down the files that might cause this problem. i saw characterconfiguration.cpp is one of the many (presumably) that assigns professions. are there any other files you can think of? |
I suspect the logging come from here: stonesense/CreatureConfiguration.cpp Line 49 in cd387d9
|
DFHack version 50.05-alpha2 (release) on x86_64
Unable to match profession 'SLAVE' to anything in-game
Unable to match profession 'PRISONER' to anything in-game
Unable to match profession 'BARON_CONSORT' to anything in-game
Unable to match profession 'COUNT_CONSORT' to anything in-game
Unable to match profession 'DUKE_CONSORT' to anything in-game
Unable to match profession 'SHOPKEEPER' to anything in-game
Unable to match profession 'GUILDREP' to anything in-game
Unable to match profession 'MERCHANTBARON' to anything in-game
Unable to match profession 'MERCHANTPRINCE' to anything in-game
Unable to match profession 'TAXCOLLECTOR' to anything in-game
Unable to match profession 'ADVISOR' to anything in-game
Unable to match profession 'ALCHEMIST' to anything in-game
Unable to match profession 'DUNGEONMASTER' to anything in-game
Unable to match profession 'EXECUTIONER' to anything in-game
Unable to match profession 'OUTPOSTLIAISON' to anything in-game
Unable to match profession 'ARCHITECT' to anything in-game
Was trying to see what crashed my stonesense, not sure if this should cause any issues though.
The text was updated successfully, but these errors were encountered: