Unable to Join
when I join I get this
User endiess_darkness has disconnected, reason: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(34) + length(4) exceeds writerIndex(34): PooledUnsafeDirectByteBuf(ridx: 34, widx: 34, cap: 34)
here are my mods
fabric api polymc immersive portals
all mods are on 1.19.3
My plan is the run poly puck to join on modded clients and still allow vanilla to be able to join (i don't expect vanilla to view any portals)
here is my polymc config { "configVersion": 10, "disabledMixins": [ "CustomPacketDisabler", "entity.DisableCustomEntities" ], "misc": { "processSyncedBlockEventServerSide": [ "minecraft:note_block" ] }, "remapVanillaBlockIds": false, "enableWizardThreading": false, "maxPacketsPerSecond": 600, "forceBlockIdIntControl": false } It won't boot with out "entity.DisableCustomEntities" on the vanila client i get [19:19:40] [Render thread/WARN]: Unknown custom packed identifier: imm_ptl:dim_sync [19:19:40] [Render thread/WARN]: Unknown custom packed identifier: minecraft:register
Hrmm, the compatibility with immersive portals isn't great, it likely broke at some point , I'll check it out when I have the time
Thanks much appreciated. I love your mod thanks for developing it.
Any updates?