Skip to content
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

"Failed removing thing '[...]' from district at cells [...]" when expanding/shrinking stockpile zones #62

Open
ilyvion opened this issue Sep 3, 2024 · 0 comments

Comments

@ilyvion
Copy link

ilyvion commented Sep 3, 2024

It doesn't happen every time, but I've gotten this exception randomly a few times now, so I figured I'd report it. I get it when I try to expand or shrink a stockpile zone. Here's an example exception text:

Root level exception in OnGUI(): System.InvalidOperationException: Failed removing thing 'VFEC_Toga1846' from district at cells '(156, 0, 124), (174, 0, 127), (154, 0, 123), (161, 0, 129), (175, 0, 133), (175, 0, 127), (177, 0, 133), (177, 0, 132), (177, 0, 131), (179, 0, 129), (179, 0, 130), (179, 0, 131), (179, 0, 132), (174, 0, 127), (161, 0, 129), (175, 0, 133), (175, 0, 127), (177, 0, 133), (177, 0, 132), (177, 0, 131)'
[Ref 40E1147A]
at FisheryLib.Utility.Diagnostics.ThrowHelper.ThrowInvalidOperationException (System.String message) [0x00000] in :0
at PerformanceFish.Hauling.StorageDistrict.ThrowForInvalidRemovalAttempt (Verse.Thing thing) [0x00016] in <66cfa82fbdc943bd9afc22f2027e1965>:0
at PerformanceFish.Hauling.StorageDistrict.RemoveThing (Verse.Thing thing) [0x00014] in <66cfa82fbdc943bd9afc22f2027e1965>:0
[...]

I've uploaded a log here: https://gist.github.com/HugsLibRecordKeeper/9f46ccc0cfd41e4032bf5b0ad0577030 The exception is the very last thing in the log, so you can just scroll down to the very bottom to see the full stacktrace.

Apart from preventing the expansion/contraction of the stockpile from happening, which is a bit frustrating, it otherwise doesn't seem to have any lasting negative effects on the game as far as I can tell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant