Game crashes when loading world with CensoredASM
JaneStateDog opened this issue ยท 7 comments
Some information
Operating system: Windows 10
Java version: 17
Minecraft version: 1.12.2
Forge version: 14.23.5.2860
Baritone version: baritone-api-forge-1.2.17
Other mods (if used): CensoredASM-5.6, mixinbooter-7.1
Exception, error or logs
How to reproduce
With CensoredASM, MixinBooter, and Baritone the game crashes if I boot into a world. With just MixinBooter and Baritone the game has no issues.
Modified settings
Nothing has been modified.
Final checklist
- I know how to properly use check boxes
- I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
- I have included logs, exceptions and / or steps to reproduce the issue.
- I have not used any OwO's or UwU's in this issue.
Most likely caused by #3859 (comment)
That one messes fields up, not entire classes like the crash report suggests.
I'd like to see the full log though since the actual error might have happened earlier. Classloaders like to respond with "not found" if an earlier attempt at loading the class failed without a crash.
Here ya go!
Are you sure the crash report and the log file are from the same crash?
The log file contains the expected IllegalAccessError
, but also says the game crashed as a direct consequence of the IllegalAccessError
and not later by a NoClassDefFoundError
(which is what your crash report shows).
Does disabling the optimizeFMLRemapper
setting of LoliASM help?
If so this is #3820
Oh, no sorry, they are not. I booted up the game and did the bug again to produce the full log. So sorry, not sure what was going through my head there, haha. Here is a new log and crash report, both from the same crash. I hope this helps.
Crash:
https://mclo.gs/OCRJ3kS
crash-2023-04-16_18.05.07-client.txt
Log:
latest.log