Server Watching
captcookie opened this issue · 3 comments
What happens:
Server Crashes
- Pokecube Core: 6.37.0
- Minecraft: 1.12.2
- Forge: 2689
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.
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
}
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?
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.