LagGoggles

LagGoggles

9M Downloads

removing laggoggles 4.1 crashes modpack on load

WarlordWossman opened this issue ยท 6 comments

commented

Description:

I tried updating to 4.3 which crashed my modpack on load, tested a bit more and noticed whenever I remove laggoggles 4.1 my modpack crashes on load...

Crash report:

crash-2019-04-23_22.53.16-client.txt

Other notes:

Not sure what's going on here, removing a mod shouldn't ever crash a modpack from what I know.

commented

java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk

I suspect there's a Mixin error in here somewhere. I need a full log to help you out.
I agree that removing a mod should not cause crashes ๐Ÿ‘

commented

latest.log

here you go, thanks for the quick response!

commented

No problem!

[23:32:56] [main/INFO] [Phosphor Plugin]: Disabled mixin 'me.jellysquid.mods.phosphor.mixins.lighting.common.MixinChunk$Sponge' as we are in a basic Forge environment
[23:33:06] [Client thread/WARN] [mixin]: @Redirect conflict. Skipping mixins.phosphor.json:common.MixinChunk->@Redirect::redirect$setLightForRedirectGenerateSkylightMap$zcj000(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;I)V with priority 1000, already redirected by mixins.mup.newlight.json:MixinChunk->@Redirect::redirect$weCallThisElsewhere$zbm000(Lnet/minecraft/world/chunk/Chunk;)V with priority 1000
[23:33:06] [Client thread/WARN] [mixin]: @Redirect conflict. Skipping mixins.phosphor.json:common.MixinChunk$Vanilla->@Redirect::redirect$setBlockStateCreateSectionVanilla$zck000(IZ)Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; with priority 1000, already redirected by mixins.mup.newlight.json:MixinChunk->@Redirect::redirect$onSetBlockState$zbm000(IZ)Lnet/minecraft/world/chunk/storage/ExtendedBlockStorage; with priority 1000
[23:33:06] [Client thread/INFO] [STDERR]: [org.spongepowered.asm.mixin.transformer.MixinTransformer:transformClassBytes:519]: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector redirect$setLightForRedirectGenerateSkylightMap$zcj000(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/EnumSkyBlock;Lnet/minecraft/util/math/BlockPos;I)V in mixins.phosphor.json:common.MixinChunk failed injection check, (0/1) succeeded. Using refmap mixins.phosphor.refmap.json

I think this should point you in the right direction somewhat. But I don't know why adding LagGoggles fixes the problem, as it seems like it has nothing to do with it.

commented

Try fiddling with Phosphor, see what happens ๐Ÿ‘

commented

Actually, mixins.mup.newlight.json:MixinChunk is also intresting, maybe the combination of MUP and Phosphor?

commented

Interesting, without phosphor it works. Thanks for looking into it.