Chisel

Chisel

150M Downloads

[1.9] Crash on Pre-Init from FTB Launcher

dannydjdk opened this issue ยท 5 comments

commented

http://pastebin.com/mfKir558

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.

commented

This is only because Chisel happens to trigger a crash caused by a missing library. Take this issue up with the FTB launcher.

commented

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

commented

Fixed in 839e8fa

commented

I messed up git. Sorry