jediminer543

Results 45 comments of jediminer543

Well that last log is SUPER wierd > java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent I.e. The requested class doesn't exist This MIGHT be a class loader thing I guess; I'll add a thing to...

Yeah, I didn't expect it to; I just don't know why a newer java version would cause the class loader to break It's really odd

Hmm, there have been some other issues relating to java > 8; I need to spin up a test machine to see what causes it

Did you try the recomended mod compat settings of "enableChunkTimeout=true" and "enableBlankReturn=true"?

Ok the issue here is due to worldpretick ordering

Ok this is odd, I'm pretty sure I know what the problem is tho; can you send me a world file with the associated bee bug?

I'll try to have a build published properly by the end of the week

Can you get me server side logs? Thanks Edit: It's possible this is similar to #28

When I was thinking "what's the worst that can happen; it's not like multithreading minecraft can set anything on fire right" I was apparently wrong That is VERY ODD After...

Find and set the following things in the settings: disableWorldPostTick = true enableChunkTimeout = true enableBlankReturn = true