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 : tried to put an item (steel_lump, amount 1) in a container (soft_3a_vest) that cannot contain it
FUNCTION : int item::fill_with(const item&, int, bool, bool, bool)
FILE : src/item.cpp
LINE : 11888
VERSION : fa6f25b
Error code above.
Steps to reproduce
Tried to move 40 steel lumps to inventory (I believe with the 'g' key) and got this error. See screenshots below for my inventory after moving the steel lumps and the error message itself. I presume one of the containers is at fault here, possibly the security ballistic vest, which I set that items won't be inserted unless I manually do so.
Expected behavior
There were no averse effects that I could see, but the error shouldn't happen.
Thank you for uploading your save file. For some reason the security ballistic vest in your save file is confused about whether it has pockets or not. Note the lack of the "Total capacity" line.
I was unable to replicate the debug error message or the lack of total capacity in a fresh save:
Describe the bug
DEBUG : tried to put an item (steel_lump, amount 1) in a container (soft_3a_vest) that cannot contain it
FUNCTION : int item::fill_with(const item&, int, bool, bool, bool)
FILE : src/item.cpp
LINE : 11888
VERSION : fa6f25b
Error code above.
Steps to reproduce
Tried to move 40 steel lumps to inventory (I believe with the 'g' key) and got this error. See screenshots below for my inventory after moving the steel lumps and the error message itself. I presume one of the containers is at fault here, possibly the security ballistic vest, which I set that items won't be inserted unless I manually do so.
Expected behavior
There were no averse effects that I could see, but the error shouldn't happen.
Screenshots
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: