ArsMagica2 icon indicating copy to clipboard operation
ArsMagica2 copied to clipboard

Entity Flicker Crashing server

Open EchenCraft opened this issue 7 years ago • 4 comments

had 4 crashes on a fresh world and all 4 for the exact same mob, doesnt happen in single player.

Crash Log

EchenCraft avatar Jun 04 '17 18:06 EchenCraft

It looks like a mod interaction. Basically one of your mods adds a biome without tags, which makes the lenght of it's types 0 and rand.nextInt(0) is an error.

EdwinMindcraft avatar Jun 12 '17 07:06 EdwinMindcraft

would that be biome bundle/OTG? The only other mod I can think of that added a biome at that time was Ars Magica 2 though I believe it was turned off. Could this be an issue with something not liking virtual biomes? From what I understand everything should be treating the extended biomes as if they are vanilla biomes of a specific kind.

Further, I havent seen this issue again, it did it 3 or 4 times on that one map with that one specific pack build and hasnt since. I cant recreate it so at this point Im hoping it was just a one time thing.

EchenCraft avatar Jun 12 '17 17:06 EchenCraft

Unfortunately it's not a one time thing. The issue is there and it's unavoidable in large packs. On the other hand it's a really simple fix. Just a check to see if the size of the array is over 0.

EdwinMindcraft avatar Jun 12 '17 22:06 EdwinMindcraft

thx for letting me know! will be fixed in next version

Growlith1223 avatar Jun 13 '17 20:06 Growlith1223