Closed LokeYourC3PH closed 1 year ago
Well, I fixed it myself actually, and I found out what caused it.
After analyzing the logs (the mods installed on SMP & SSP), I found there were plenty of differences in MOD VERSIONS for some reason, and so after updating these and aligning the versions between SMP & SSP, the issue disappeared.
I would say, that people facing this same issue, also have the same underlying problem that I had.
To anyone facing this: Check if your server and client are running the same version of EVERY MOD that you have in common (aside from server or client only mods). If these don't match, not only the version of this mod itself, that will lead to this exact issue.
This issue seems to be caused by the network packet sending the infuser data arriving before the packet that signals the client to open the infuser screen. In that case the data will be lost, as it cannot be set to the menu as that is not open yet. I have no clue what could cause this, since the data packet is definitely sent after the menu packet.
This issue seems to be caused by the network packet sending the infuser data arriving before the packet that signals the client to open the infuser screen. In that case the data will be lost, as it cannot be set to the menu as that is not open yet. I have no clue what could cause this, since the data packet is definitely sent after the menu packet.
I would assume some mods that change networking, such as Krypton, could cause this. Might be worth looking into some of those mods that do that.
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.20.1
Mod Version (Required)
v8.0.0
Notes (Required)
As the title states, none of the Enchanting Tables show any sort of enchantments at all when on an SMP server. SSP on the other hand works entirely fine, and so tracking down the issue is extremely difficult. I've checked logs on multiple occasions, both SMP and SSP, but there is no correlation to be found between the mod and any other mod or incompatibility. And I see that this has been an issue for over a year (reference to https://github.com/Fuzss/enchantinginfuser/issues/22 ).
SMP:
SSP:
SMP Server Installed Mods:
SSP Installed Mods:
latest.log (Optional)
Yeah like I said, there's no logs at all that mention anything remotely containing the mod, ever. The only issue that ever shows up, is a generic "[00:32:32] [Render thread/ERROR]: ########## GL ERROR ########## [00:32:32] [Render thread/ERROR]: @ Render [00:32:32] [Render thread/ERROR]: 65539: Invalid key -1" error, that occurs in any inventory interface, not only the Enchanting Tables (and also occurs on SSP).