Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Join #200

Open
masterblaster221 opened this issue Jan 1, 2023 · 3 comments
Open

Unable to Join #200

masterblaster221 opened this issue Jan 1, 2023 · 3 comments
Labels
A: bug Something unexpected A: mod compat Compatibility with another mod

Comments

@masterblaster221
Copy link

masterblaster221 commented Jan 1, 2023

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

@TheEpicBlock
Copy link
Owner

TheEpicBlock commented Jan 1, 2023

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

@TheEpicBlock TheEpicBlock added A: bug Something unexpected A: mod compat Compatibility with another mod labels Jan 1, 2023
@masterblaster221
Copy link
Author

Thanks much appreciated. I love your mod thanks for developing it.

@masterblaster221
Copy link
Author

Any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Something unexpected A: mod compat Compatibility with another mod
Projects
None yet
Development

No branches or pull requests

2 participants