-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Items deleted when transfering items #71095
Comments
I can't open / download the attached save file, could you re-upload it please? I tried reproducing by spawning as a combat medic, and spawning a MOLLE belt, and unloading the IFAK, adding items and moving them around, but I can't make the issue happen. |
Oh, Christ. I don't have the file any more. All I can say is that the game did that when I was attaching the IFAK few times on my MOLLE Belt, then unloading it few times while the IFAK had items hidden. |
So, I managed to reproduce reliably.
I suspect it might be something to do with tracking parent pockets etc. Originally I couldn't reproduce, since detaching the IFAK from the belt would place it in the army jacket and pants. But once I dropped these, and gave the game way less available pockets to work with, the bug was reproducible. I will edit the post in the next few days if I find out more to narrow down the cause, and nobody has replied yet. Okay, so I think I've narrowed it down a bit in-game:
Unfortunately the whole MOLLE-related code for adding new pockets is a bit confusing to me. Also found #70354 and #70925 that are likely related, but not duplicates as far as I can tell. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This looks like it was confirmed, and I have no reason to expect it to have been fixed, so marking confirmed and reopening. |
Describe the bug
I was transfering medicine into my IFAK Pouch and the game gave me this error and deleted every single piece of my med and left me with 1 medicine gauze.
#17
(dbghelp: RtlUserThreadStart+0x21@0x7ffe6e8626b1[ntdll.dll+0x526b1]),
(backtrace_syminfo failed: errno = -1, msg = no symbol table in PE/COFF executable),
(backtrace_pcinfo failed: errno = -1, msg = no debug info in PE/COFF executable),
Backtrace emission took 0 seconds.
(continued from above) ERROR : src/item_contents.cpp:1891 [void item_contents::update_modified_pockets(const std::optional<const pocket_data*>&, std::vector<const pocket_data*>)] Oops! deleted some items when updating pockets that were added via toolmods
Attach save file
Uploading New England-trimmed.tar.gz…
Steps to reproduce
Expected behavior
I wanted to put medical gauze, bandages, pills bottles with painkillers, plastic bags with soaked cotton balls and hemostatic powder. It should've fit because I've placed all of that inside with no problem before it happened.
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],
Bionic Professions [package_bionic_professions],
Extra Mutated Scenarios [extra_mut_scens]
Additional context
No response
The text was updated successfully, but these errors were encountered: