Crash java.lang.StringIndexOutOfBoundsException: String index out of range: 0
LemmaEOF opened this issue ยท 5 comments
the Charset SplashTextHandler gives a StringIndexOutOfBoundsException when reaching the main title screen.
Charset 0.5.0.118(from CI), Minecraft 1.12.2, Forge 14.23.1.2584, CharsetPatches 0.1.0 (CharsetPatches 0.1.1 crashes the game before the game wrapper even appears, and gives no crash log)
crash-2018-01-06_21.35.26-client.txt
Nope, still happening. Charset 01.0.124 (from CI), Minecraft 1.12, Forge 14.23.1.2584, no CharsetPatches (because CharsetPatches 0.1.1 still crashes the game before the game window appears, with no logged reason why)
crash-2018-01-07_13.46.45-client.txt
@asiekierka why do you have two identical classes for this? this is the issue class here that needs fixing: SplashTextHandler.java#L53