Server Client Version Mismatch
BeccaAsHeck opened this issue ยท 8 comments
Hey so I'm running this inside a pack with someone on a server, and I keep receiving a version mismatch error. I double checked the file versions several times, switched between 1.15.0.4 and 1.15.0.3, redownloaded the file several times to be absolutely sure. Is this simply related to early stages of porting over to 1.16.5? It seems to work for my bf but not for me.
The error in the log file is always the same one:
[25May2021 22:36:10.375] [Netty Client IO #1/ERROR] [net.minecraftforge.fml.network.NetworkRegistry/NETREGISTRY]: Channels [bdlib:multiblock] rejected their server side version number
I appreciate your work though
Regards
Becca
I can't reproduce this.
Make sure the mod is installed on both the client and the server, and that the version is the same.
If it still doesn't work post your debug.log from both server and client.
@CanBoy67 from your log:
Channel 'bdlib:multiblock' : Version test of 'ABSENT ?' from server : REJECTED
which means the mod is either not loaded on the server or something is broken on the other side (that's why i asked for both logs)
I had the exact same issue with this mod and only fixed it by flat out removing this mod and advanced generators from pack and server
Client debug.log
Client debug log
Server debug log
These are both logs
I just replaced bdlib both on client and server with the same downloaded file
Edit: Forgot to mention the error is persisting through the latest update
I think i see what the problem is, something is causing Advanced Generators to touch the code for a channel in BdLib before it was properly initialized and it gets the wrong mod id...
Still can't reproduce it on my test server, but i'll change how that bit works to hopefully fix it.
Please try with the following versions and let me know if it fixes the issue:
- BdLib - 1.17.0.8 https://www.curseforge.com/minecraft/mc-mods/bdlib/files/3335950
- Advanced Generators 0.10.1.10 - https://www.curseforge.com/minecraft/mc-mods/advanced-generators/files/3335951
- Compacter 1.4.1.5 - https://www.curseforge.com/minecraft/mc-mods/compacter/files/3335952 (if you use that mod, update it too)
I had the exact same issue as the other people in this thread, after updating to the versiosn above it fixed the issue for me.