[1.12] Crash on startup (Gson)
Errandil85 opened this issue ยท 5 comments
I get the following error on startup of the game:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: java.lang.NoSuchMethodError: com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder;
I am not sure if this is related the the lib or the loader.
The loader I used is ATLauncher.
See paste for full crash report: https://pastebin.com/eHEpk6em
Can I please have the full log, atl may be using the wrong Google gson version.
I have narrowed this down to being a ATL issue. works fine on multiMC for instance.
Here is a report with just ccl by itself https://paste.ubuntu.com/25277846/
Here is a log http://paste.atlauncher.com/view/67ba633c corresponding with the same crash
Well no, literely the only thing that can cause this is an outdated lib. the log states that the correct lib is being loaded, something about the launcher must be loading an outdated lib in the classpath, possibly the launcher itself, Ive re worked things so it isnt using that method, but anyone else using it will crash.