ebondream Posted January 18, 2017 Posted January 18, 2017 So one bug I have run across in various playthroughs with very different combinations of mods, is that on getting arrested and submitting to jail, the game crashes a few seconds after I find myself teleported to the prison. I am fairly certain that the problem lies with the transfer of stolen inventory items to the Confiscated Property chest, because if I drop all or even most stolen items before the arrest, the crash doesn't happen.  I was just wondering if this is a bug that others have encountered or might have an idea how to solve...
myuhinny Posted January 18, 2017 Posted January 18, 2017 I would look at seeing which stolen item is causing it. I would save drop all but 1 item get arrested and restart if no crash happens then try the next item it could be one item that is causing it as you state it doesn't happen if you get rid of most of the items.
Carabosse Posted January 18, 2017 Posted January 18, 2017 Calling something like RemoveAllItems can cause a stack dump, due to all of the (potential) OnItemRemoved events I believe. That can cause issues for scripts in the mod calling it or others running at the same time. I always use a temporary inventory filter if I'm doing something like that. You're reliant on the mod authors doing similar.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.