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
I've got a late game base with lots of storage. I began running into some lag and turned devmode on to a wall of red errors all referring to moving pieces of apparel and "giving 10 jobs per tick". The hauling order seems to be related to Extended Storage.
Note the error log was actually for debugging a pawn trying to have a social fight which was causing 0 FPS (the errors related to Yiol). That was fixed separately. Some other errors about Pick Up and Haul were fixed by just removing Pick Up and Haul entirely. Extended Storage is the one I can't just remove.
My solution was to just remove all of the apparel storage which seemed to solve the problem, although that's not ideal.
I have had the issue with medicine before too. That was fixed by restricting medicine storage to one type
of item each, and positioning them to be horizontal. Not sure if making it horizontal did anything but it seemed like that did the trick at the time. I think it was mostly that I moved the storage so they re-organized it all.
The text was updated successfully, but these errors were encountered:
RadGH
changed the title
Game stutters
Game stutters because of hauling / stacking: X started 10 jobs in one tick
Mar 3, 2019
I'm reluctant to blame ES here. Looking at the error log there are a bunch of pawn state related exceptions. Those might have set the worker logic into an unexpected state where the multiple jobs issue got triggered.
Would you happen to have a log (preferably even a savegame?) which exhibits the issue without prior 3rd party exceptions?
I've got a late game base with lots of storage. I began running into some lag and turned devmode on to a wall of red errors all referring to moving pieces of apparel and "giving 10 jobs per tick". The hauling order seems to be related to Extended Storage.
I posted to the steam forums here: https://steamcommunity.com/workshop/filedetails/discussion/731732064/1798529872634941905/?tscn=1551633984
I have a detailed error log here: https://gist.github.com/HugsLibRecordKeeper/6db47236f97a30223328dcee09cf02a7
Note the error log was actually for debugging a pawn trying to have a social fight which was causing 0 FPS (the errors related to Yiol). That was fixed separately. Some other errors about Pick Up and Haul were fixed by just removing Pick Up and Haul entirely. Extended Storage is the one I can't just remove.
My solution was to just remove all of the apparel storage which seemed to solve the problem, although that's not ideal.
I have had the issue with medicine before too. That was fixed by restricting medicine storage to one type
of item each, and positioning them to be horizontal. Not sure if making it horizontal did anything but it seemed like that did the trick at the time. I think it was mostly that I moved the storage so they re-organized it all.
The text was updated successfully, but these errors were encountered: