Client unable to connect to server
Kasax007 opened this issue ยท 2 comments
Issue description
Hey, I made a mod pack called "Dreamcraft" for 1.18.1, and I have been getting reports of people not being able to join the server again after a while of playing on it until they restart it. For me, it looks like this issue is related to Crafttweaker and I would love if you could verify that or maybe have an idea where it is coming from. Any help would be highly appreciated.
The bug report on my mod pack: Kasax007/Modpack-Development#15
I was thinking that this is related to this issue you had before: #944
Thanks in advance
Kasax007
Steps to reproduce
-Create a server using my mod pack
-Play for a while
-Disconnect
-Try to reconnect
Script used
The crafttweaker.log file
Minecraft version
1.18
Modloader
Fabric
Modloader version
12.12
CraftTweaker version
9.0.0+26
Other relevant information
No response
The latest.log file
see github link above
I was thinking that this is related to this issue you had before: #944
Like I said in that issue, it wasn't an issue.
It just means that when the client tries to use the commands, they aren't going to get any command suggestions for them, like when you use /give
, it lists all the items in the game, you won't get that for /ct give
for example.
Regardless I fixed that in a newer CraftTweaker version, you really should update, the latest is 9.0.61
, so you are quite far behind.
As for your actual issue:
[20:08:33] [Render thread/ERROR]: Registry remapping failed!
net.fabricmc.fabric.impl.registry.sync.RemapException: Received ID map for minecraft:game_event contains IDs unknown to the receiver!
- minecraft:click
at net.minecraft.class_2370.remap(class_2370.java:694) ~[client-intermediary.jar:?]
at net.fabricmc.fabric.impl.registry.sync.RegistrySyncManager.apply(RegistrySyncManager.java:283) ~[fabric-registry-sync-v0-0.8.6+533be9ba65-b779c3ab09171f9.jar:?]
at net.fabricmc.fabric.impl.registry.sync.RegistrySyncManager.lambda$receivePacket$0(RegistrySyncManager.java:89) ~[fabric-registry-sync-v0-0.8.6+533be9ba65-b779c3ab09171f9.jar:?]
CraftTweaker doesn't even support game event tags yet because we don't see a reason to while they aren't used anywhere, so this isn't us.