[1.12.2] Game crash
Skaphegor opened this issue ยท 7 comments
I got a crash while loading new version of Tinkers' Complement.
crash-2017-12-11_00.46.57-client.txt
http://paste.feed-the-beast.com/view/d8dc5bdc
same crash.. happens only when Ex Nihilo is not installed.. added ex nihilo to my modpack and it didn't crash anymore..
"Caused by: java.lang.NoClassDefFoundError: knightminer/tcomplement/plugin/exnihilo/items/ItemSledgeHammer"
Edit: I tried disabling the exnihilo module ( ExNihiloPlugin=false ), still crashing..
I had a similar bug with Abyssalcraft and Chisel.
Confirming.
| State | ID | Version | Source | Signature |
|:----- |:----------- |:--------------- |:---------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2562.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.1.2562 | forge-1.12.2-14.23.1.2562.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | ctm | MC1.12-0.2.3.9 | CTM-MC1.12-0.2.3.9.jar | None |
| UC | chisel | MC1.12-0.1.0.23 | Chisel-MC1.12-0.1.0.23.jar | None |
| UC | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UC | tconstruct | 1.12-2.8.0.45 | TConstruct-1.12-2.8.0.45.jar | None |
| UE | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.2.jar | None |
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers' Complement (tcomplement)
Caused by: java.lang.NoClassDefFoundError: knightminer/tcomplement/plugin/exnihilo/items/ItemSledgeHammer
at knightminer.tcomplement.TinkersComplement.<clinit>(TinkersComplement.java:47)
...
Full crash log:
https://gist.github.com/codetaylor/3925649cc89309db44be6888f43e8461
Yeah, its a really weird issue as I was able to launch the game just fine without Ex Nihilo in my original testing. I have a work around which I will add which should prevent this crash.