Binnie's Mods

Binnie's Mods

26M Downloads

[1.12.2] Crash on dedicated server

KindarConrath opened this issue · 4 comments

commented

MC 1.12.2
binnies [100 & 101]

Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Binnie's Genetics (genetics)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft

doesn't happen on 97

commented

I am experiencing the same issue,
MC: 1.12.2
Forge Version: forge-1.12.2-14.23.0.2550-universal
Binnies Mods: 101

Link to Error: https://pastebin.com/2x4JtJ7m

Seems to be an issue with the Genetics portion.
I do have the Gendustry mod installed.

Thank you,
Eggonomicon

commented

Same here. Genetics seems to be causing it.

commented

It's caused by this line attempting to load the current Locale on the server - which in turn calls Minecraft.getMinecraft() on the server, which crashes.

commented

Thanks for the report!
Fixed in the next version.