Thutmose / Pokecube

Primary Development has moved to: https://github.com/Pokecube-Development
https://github.com/Pokecube-Development
19 stars 7 forks source link

Server Watching #296

Open captcookie opened 6 years ago

captcookie commented 6 years ago

https://pastebin.com/NYhJSwiM

What happens:

Server Crashes

I havent used the latest pokecube yet that may fix this issue, but since there was an official crash report I still wanted to share it in case it was helpful.

P3rf3ctXZer0 commented 6 years ago

by chance do you have thutcore.cfg set to

ai { B:multithreadedAI=true I:threadCount=1 }

if so set it

ai { B:multithreadedAI=false I:threadCount=1 }

Thutmose commented 6 years ago

How often has this crash occured? it did crash during a pokemob's pathfinding, however, it seems to have been during a lookup for whether a block is on fire. Could it be an interaction from a different mod somehow?

P3rf3ctXZer0 commented 6 years ago

I REMEMBER NOW - that is an Embers issue. https://minecraft.curseforge.com/projects/embers?gameCategorySlug=mc-mods&projectID=251918

The mod has also been discontinued. The reason I know is back in the day I was going to report this to the dev and was greeted by - this mod is discontinued. Also @Thutmose it does have to do with fire code but its directly an interaction between Embers and Pokecube - he doesn't use the vanilla fire code.