You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG : error: item bolt_wood cannot fit into pocket while loading: item is too short
FUNCTION : combine
FILE : D:\a\Cataclysm-DDA\Cataclysm-DDA\src\item_contents.cpp
LINE : 742
VERSION : 0207dfe
Now, this is probably expected. Pocket contents are (presumably, I have not looked at the code) serialized in pocket order, so things that used to be in the "main" pocket of leather backpacks (which used to be the first pocket) are now treated as being in the "tucked against the back" pocket (which is first now).
Probably the worst thing that would happen is some item spilling to the ground. Probably no items would be actually deleted. Probably. But i have not tested this so I don't know. (I don't even know where the leather backpack in the save file is because it's not on my character)
I thought I should make the bug report just in case (for github search purposes?), and if there's nothing to be done about it, then it can be closed.
The text was updated successfully, but these errors were encountered:
Describe the bug
On loading of an attached save:
Attach save file
debug-world-trimmed.tar.gz
Steps to reproduce
Load the save. Observe the error.
Expected behavior
No error.
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
Bisected the problem to #78285
Latest good release - cdda-experimental-2024-12-07-1629
Earliest bad release - cdda-experimental-2024-12-08-0253
Now, this is probably expected. Pocket contents are (presumably, I have not looked at the code) serialized in pocket order, so things that used to be in the "main" pocket of leather backpacks (which used to be the first pocket) are now treated as being in the "tucked against the back" pocket (which is first now).
Probably the worst thing that would happen is some item spilling to the ground. Probably no items would be actually deleted. Probably. But i have not tested this so I don't know. (I don't even know where the leather backpack in the save file is because it's not on my character)
I thought I should make the bug report just in case (for github search purposes?), and if there's nothing to be done about it, then it can be closed.
The text was updated successfully, but these errors were encountered: