-
Notifications
You must be signed in to change notification settings - Fork 81
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
Misalignment Tool Findings #538
Comments
Different save:
|
Per request: all misaligned designs so far
|
unk_5 probably doesn't contain histfigs. This then OOM'd
Edit: Something may have just gone wrong in worldgen here, the save looks pretty borked Edit 2: Looks like there's a lot of stuff in memory after world gen that breaks everything |
INVALID POINTER ALLOCATION SIZE (windows heap debugging)
This is with updated XMLs |
How many of the old errors mentioned above are still present? |
I haven't taken the latest army controller xml change yet, these are still showing up as invalid: <type: agreement_details_data_citizenship> <type: agreement_details_data_plot_abduct> |
That leaves the following:
|
Latest list of bad types:
|
Commit 785ffbd on my fork should fix everything.
|
Possibly just invalid
Possibly just invalid:
world.buildings.other.ARMOR_STAND.1.relations.2.assigned_unit.status.current_soul.personality <type: unit_personality> -> memories expected 600 got 728
world.buildings.other.ARMOR_STAND.1.relations.2.assigned_unit.status.current_soul.personality.memories <type: unit_personality.T_memories> -> core_memories
likely barracks, entry in world.buildings.other.ANY_BARRACKS: expected 360, got 336
The text was updated successfully, but these errors were encountered: