EndlessIDs icon indicating copy to clipboard operation
EndlessIDs copied to clipboard

[Bug]: Weird error that I can't put into words

Open Sunconure11 opened this issue 10 months ago • 2 comments

Modpack (Optional)

Custom WIP one

Game log

fml-client-latest.log

Description

https://github.com/AirBurn0/am2playground/issues/31#issuecomment-2691430197

Something extremely fucky is going on. That is all I know.

Sunconure11 avatar Feb 28 '25 19:02 Sunconure11

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector dontWriteByte(Lnet/minecraft/network/PacketBuffer;I)Lio/netty/buffer/ByteBuf; in mixins.endlessids.json:common.potion.vanilla.network.S1EPacketRemoveEntityEffectMixin from mod endlessids failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap mixins.endlessids.refmap.json

some other mod is injecting code where endlessids tries to put its hooks into. You'll need to bisect the pack (removing half of the mods, see if it happens, etc.)

Start by removing hodgepodge, that mod is known to have some incompatibilities with my code.

As for the exception spam in the log you sent, you're running an extremely outdated java version (java 1.8.0u51), you'll need to update java and point your launcher it to fix that

FalsePattern avatar Mar 01 '25 00:03 FalsePattern

Alternatively, as a workaround to the packet crash, disable extendPotion in endlessids.cfg

FalsePattern avatar Mar 01 '25 00:03 FalsePattern

Fixed in 1.6.6

FalsePattern avatar Jun 06 '25 10:06 FalsePattern