apace100 / origins-fabric

MIT License
175 stars 167 forks source link

Unable to Connect to Minehut Server with Origins Mod #675

Open Steve-Blockhead opened 1 year ago

Steve-Blockhead commented 1 year ago

I had the same issue as #590 and went into the config to set PerformVersionCheck to false. After doing that, Now I'm met with a different issue and am still unable to connect to my server. The mods in the server are as follows:

Starlight Sleepwarp ping-command https://modrinth.com/mod/ping-command Origins MinehutPlugin memoryleakfix lithium krypton ferritecore fabricproxy-Lite fabric-tab fabric-api altorigingui https://github.com/UltrusBot/AltOriginGui

When I get kicked, this is the output from the console:

java.util.NoSuchElementException: packet_handler

at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1073) ~[netty-transport-4.1.82.Final.jar:?]

at io.netty.channel.DefaultChannelPipeline.addAfter(DefaultChannelPipeline.java:302) ~[netty-transport-4.1.82.Final.jar:?]

at io.netty.channel.DefaultChannelPipeline.addAfter(DefaultChannelPipeline.java:290) ~[netty-transport-4.1.82.Final.jar:?]

at net.minecraft.class_3324.handler$bbc000$minehutplugin$placeNewPlayer(class_3324.java:5013) ~[server-intermediary.jar:?]

at net.minecraft.class_3324.method_14570(class_3324.java:307) ~[server-intermediary.jar:?]

at net.minecraft.class_3248.method_33800(class_3248.java:131) ~[server-intermediary.jar:?]

at net.minecraft.class_3248.method_14384(class_3248.java:118) ~[server-intermediary.jar:?]

at net.minecraft.class_3248.redirect$zgi000$fabric-networking-api-v1$handlePlayerJoin(class_3248.java:563) ~[server-intermediary.jar:?]

at net.minecraft.class_3248.method_18784(class_3248.java:68) ~[server-intermediary.jar:?]

at net.minecraft.class_2535.method_10754(class_2535.java:259) ~[server-intermediary.jar:?]

at net.minecraft.class_3242.method_14357(class_3242.java:172) ~[server-intermediary.jar:?]

at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:908) ~[server-intermediary.jar:?]

at net.minecraft.class_3176.method_3813(class_3176.java:283) ~[server-intermediary.jar:?]

at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824) ~[server-intermediary.jar:?]

at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671) ~[server-intermediary.jar:?]

at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) ~[server-intermediary.jar:?]

at java.lang.Thread.run(Thread.java:833) ~[?:?]

I have tested the origins mod in a singleplayer world and it does work. I was also able to join without any issue before adding origins to the server's mod folder. Please advise.