Unconscious Bug

Started by trixyeah, February 26, 2017, 02:28:25 AM

Previous topic - Next topic

trixyeah

I've recently come across a bug in one of my games. One of my colonists will randomly fall unconscious and all of their stats and needs will become blank. The game will stutter like crazy when this happens and saves can't be reloaded when the colonist is unconscious. They can't be interacted with or hurt and stay unconscious forever it seems. I am playing with many mods and suspect its one of them so just in case here is the log. https://gist.github.com/85a50ccf1ed221213246d9103f65d017

BlueMarble007

I'm getting a similar bug, have been experiencing it for a while.

For me it's usually because I 'ignore' a pawn's (specifically pawn, it's not colonist-exclusive) need for a certain drug, the pawn becomes unconscious, with an entirely empty health-tab, and it throws the following error when I close the game and try to load the world: http://i.imgur.com/GTCmKaH.png.
In dev mode, with verbose logging on, it logs the following errors: http://i.imgur.com/kgO6kGM.png. Expanded errors: https://www.dropbox.com/sh/dcjxb17r04o7bk9/AACxQ-hwf-fRhhvVpRrxClEta?dl=0.

I hope anyone can help, these errors make the game unplayable in the long run. :(

skullywag

You have the oni mod that is moaning about body part coverage which means the body isnt numerically sounds. Thats not the exact error but as the actual error is regarding some stats not being set right (from the looks of it) i woukd say whatever mod is adding new stats (possibly oni??) Is the cause here. Look through your mods for a statsdef being added to pawns.
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

BlueMarble007

I found it! :) It's Project Fallout. When on Steam, look into the 'discussions' page on the Project Fallout-page, you'll find several discussions, one of which is called 'No addiction add on'. You'll need to install and load it, as well as the 'no vanilla addictions' (it's a dependency), for the addiction-things are bugged. They'll (hopefully) be fixed in the next version, or so the author said, anyway.
To fix the saves, open it into a text-editor, find all 'hediff-addiction' definitions, and delete them if there's other 'hediff's' present, or replace them (along with the <hediff> and </hediff> tags) with <hediff /> if there's not.

If this explanation wasn't clear, send me a message and I'll update it.