Single user having disconnection issues due to packets with TConstruct, no other users having problem.
VoidSpectrum opened this issue ยท 1 comments
Minecraft Version
1.19.2
Forge Version
43.4.0
Mantle Version
1.10.36
Tinkers' Construct Version
3.8.4.50
Describe your issue
One user on dedicated server having connection issues due to TConstruct. Cannot reproduce on any other computer. It takes a while for the server and players to progress before the error occurs. She was able to play fine for 2 days or so, and as soon as someone started progressing in tinkers it happened. Its not easy to test with only tinkers, because of how long it takes to get the problem to appear. I'm so exhausted I just want her to be able to play with everyone.
Crash Report
Other mods
unable to reproduce, but heres the Curseforge Export for the modpack
added Packet Fixer as i saw that the error was caused by packets? but that didnt fix the issue.
Tried reproducing with just Tinkers?
No
Performance Enchancers
Other (specify under other mods)
Searched for known issues?
Checked pinned issues, Searched open issues, Searched closed issues
Your error says you are updating recipes. Updating recipes only happens when a user first connects or you run the /reload
command. If you did neither, some mod is doing something stupid and sending packets when they shouldn't. The code that was being run at the time of the error was just standard Forge/vanilla stuff.
My best guess is your user has the wrong version of a mod, make sure their versions match the server versions. If not, I need more information or I cannot help you. Without steps to reproduce and a smaller mod list I can do nothing.
By the way, your log says this:
[19:20:01] [Netty Client IO #5/INFO]: Client has mods that are missing on server: [ftbultimine, jei_mekanism_multiblocks]
Make sure your client and server mod list match.