Railcraft

Railcraft

34M Downloads

Crash for the version 10.1.0 ,MC 1.10.2.

m1696309 opened this issue · 6 comments

commented

same error for Forge 2.2017 and 3.2281。

Time: 4/21/17 10:51 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Railcraft (railcraft)
Caused by: java.lang.NoSuchFieldError: CHEST
at mods.railcraft.common.carts.RailcraftCarts.(RailcraftCarts.java:55)
at mods.railcraft.common.core.RailcraftConfig.loadCarts(RailcraftConfig.java:410)
at mods.railcraft.common.core.RailcraftConfig.preInit(RailcraftConfig.java:160)
at mods.railcraft.common.core.Railcraft.preInit(Railcraft.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)......

commented

It's probably referring to Blocks.CHEST, but no idea why that is throwing a NoSuchFieldError. You'll need to find the mod responsible.

commented

Ugh... you are using the DEV jar.... I knew posting it on curse was a bad idea.

commented

Aha , I.m wrong
I download this .jar from mirror2 "Download via CurseForge",then lists has a DEV.

commented

They are both on the same page, the Development (not obfuscated) at the bottom, the Production (obfuscated) version at the top. I probably won't be posting the dev versions on there again since it appears to be confusing people.

commented

+1 on this. Here's my log from client crash.

commented

The game loads fine for me with 10.1.0, so I think this may be a mod compatibility issue of some sort.