CC: Tweaked

CC: Tweaked

42M Downloads

Null pointer exception

Devilswarchild opened this issue · 4 comments

commented

Minecraft Version

1.20.1

Version

1.112.0

Details

Crash report

Latest Log

Debug Log

My Modpack

steps:

update cc tweaked to latest in and launch the game

expected behavior: Not to crash.

commented

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.
commented

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.

commented

Im going to reference this git issue in their issue tracker

commented

rolling back to 1.111 resolved the issue for now