[1.9] Crash on Pre-Init from FTB Launcher
dannydjdk opened this issue ยท 5 comments
Version: 1.9-0.0.4.13
Forge: 12.16.1.1887
The pasted crash log was generated when all other mods were disabled except Chisel.
This crash only occurs when launching using the FTB Launcher, and only occurs when Chisel is enabled. Same exact versions and configs work fine in Curse and vanilla launcher, but currently Chisel does not seem to work with 1.9 packs on the FTB launcher.
This is only because Chisel happens to trigger a crash caused by a missing library. Take this issue up with the FTB launcher.
Upon further investigation... it looks like a jline import was used instead of a java one here
https://github.com/Chisel-Team/Chisel/blob/1.9/dev/src/main/java/team/chisel/client/render/ModelLoaderChisel.java#L7
Fixed in 839e8fa