Page 1 of 1

[kovarex] [0.16.42] Crash: EntityGhost::checkConsistency fails

Posted: Sat May 12, 2018 1:05 am
by jrodmcb
I used steam's automatic patcher and loaded up 16.42, attempted to load the save game that I have not had a problem loading. It crashed after clicking the load button, bringing up an unexpected error occurred message.

I downgraded to 16.41 which was working yesterday, and the same thing occurred.

Attached is the save in question and the log file
enabled mods
although many of these aren't in active use in the same

Re: [kovarex] [0.16.42] Crash: EntityGhost::checkConsistency fails

Posted: Sat May 12, 2018 2:10 pm
by kovarex
Hello, I checked the save, and for some reason on the position of {1011.5, 72.5} there is an ghost express underground belt on top of fast underground belt. This shouldn't be normally possible, do you have any idea how did it happen?

Edit: There are actually much more of these around.

Re: [kovarex] [0.16.42] Crash: EntityGhost::checkConsistency fails

Posted: Sat May 12, 2018 5:12 pm
by jrodmcb
I was using a mod called belt upgrader that is to automatically place blue belts over red. It does seem a bit inconsistent at times as to whether it properly calls for the old belt to be deconstructed, as sometimes even though a bot is hovering over the location with a blue belt held, the red belt that is already placed there will keep moving and transporting items.

Re: [kovarex] [0.16.42] Crash: EntityGhost::checkConsistency fails

Posted: Sat May 12, 2018 6:11 pm
by kovarex
jrodmcb wrote:I was using a mod called belt upgrader that is to automatically place blue belts over red. It does seem a bit inconsistent at times as to whether it properly calls for the old belt to be deconstructed, as sometimes even though a bot is hovering over the location with a blue belt held, the red belt that is already placed there will keep moving and transporting items.
YES! This information was the critical part that allowed me to figure out what was causing that. Thank you very much.
The bug is fixed for 0.16.43.

It also makes the mod "do nothing" as it tried to do something invalid, but if the mod creator adjusts his code to mark the previous belt for deconstruction, it can easily work again.

Re: [kovarex] [0.16.42] Crash: EntityGhost::checkConsistency fails

Posted: Sat May 12, 2018 6:45 pm
by jrodmcb
Cool, thanks!