Crash log not working properly: `RuntimeException: java.io.IOException: Синтаксическая ошибка в имени файла`
Krutoy242 opened this issue · 0 comments
When MC crashing, it should drop to main menu and show suspected mods. As far as i remember its LoliASM feature.
In case of my instance, its always report wrong mods with this "meta" crash inside crash report:
Suspected Mods: java.lang.RuntimeException: java.io.IOException: Синтаксическая ошибка в имени файла, имени папки или метке тома
at zone.rong.loliasm.common.crashes.ModIdentifier.makeModMap(ModIdentifier.java:79)
at zone.rong.loliasm.common.crashes.ModIdentifier.identifyFromStacktrace(ModIdentifier.java:24)
at net.minecraft.crash.CrashReport.md6b0aed$unknown_owner$lambda$afterPopulateEnvironment$0$0(CrashReport.java:550)
at net.minecraft.crash.CrashReportCategory.func_189529_a(CrashReportCategory.java:96)
Caused by: java.io.IOException: Синтаксическая ошибка в имени файла, имени папки или метке тома
at java.base/java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.base/java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:473)
at java.base/java.io.File.getCanonicalPath(File.java:618)This is happens probably because I have Russian OS, or because im using symlinks for MC folder.
