Null pointer exception
Devilswarchild opened this issue · 4 comments
Minecraft Version
1.20.1
Version
1.112.0
Details
steps:
update cc tweaked to latest in and launch the game
expected behavior: Not to crash.
Thanks for the report. This appears to be an issue with colony4cc — they're mixing in to some code that has changed in the latest version, so that will need updating.
[31Jul2024 19:02:39.037] [Render thread/FATAL] [mixin/]: Mixin apply failed colony4cc.mixins.json:MixinPocketServerComputer -> dan200.computercraft.shared.pocket.core.PocketServerComputer: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException @Shadow field upgrade was not located in the target class dan200.computercraft.shared.pocket.core.PocketServerComputer. Using refmap colony4cc.refmap.json
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field upgrade was not located in the target class dan200.computercraft.shared.pocket.core.PocketServerComputer.
I'm pretty confused by their mixin. The source on GitHub appears to be a few years old, but it's very much not clear what this function is meant to do.
Edit: Oh, it adds a new peripheral on the bottom. Oh, that's hella cursed.