-
-
Notifications
You must be signed in to change notification settings - Fork 61
Server Crash please help #610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- |
Description: Initializing game java.lang.IllegalStateException: Mod 'architectury' is not available! last neoforge 1.21.1 |
Hi I don't quite know why you send crash logs from other mod loaders. I think the modder has probably already seen it and will take care of it in the future. Since the error comes from name tag window and this also existed in older versions and then everything was fine. I do /reload on the server and then it works for now. |
When is "the future"? Is it going to be fixed or not? |
03.03 12:43:58 [Server] Server thread/ERROR Error executing task on Server 03.03 12:43:58 [Server] INFO java.lang.NullPointerException: Cannot invoke "net.minecraft.class_8710$class_9154.comp_2242()" because "type" is null 03.03 12:43:58 [Server] INFO at knot/dev.architectury.impl.NetworkAggregator.collectPackets(NetworkAggregator.java:143) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.impl.NetworkAggregator.collectPackets(NetworkAggregator.java:137) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.networking.NetworkManager.collectPackets(NetworkManager.java:133) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.networking.NetworkManager.sendToPlayer(NetworkManager.java:142) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/me.shedaniel.rei.plugin.common.displays.tag.TagNodes.lambda$init$1(TagNodes.java:137) ~[RoughlyEnoughItems-18.0.800-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.impl.NetworkAggregator.lambda$registerReceiver$1(NetworkAggregator.java:71) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.impl.NetworkAggregator.lambda$registerC2SReceiver$3(NetworkAggregator.java:108) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.networking.transformers.SplitPacketTransformer.inbound(SplitPacketTransformer.java:174) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.impl.NetworkAggregator.lambda$registerC2SReceiver$4(NetworkAggregator.java:102) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/dev.architectury.networking.fabric.NetworkManagerImpl$1.lambda$registerC2S$0(NetworkManagerImpl.java:58) ~[architectury-15.0.2-fabric.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.fabricmc.fabric.impl.networking.server.ServerPlayNetworkAddon.lambda$receive$0(ServerPlayNetworkAddon.java:72) ~[fabric-networking-api-v1-4.3.10+8998135104-dcbc20376dd025b6.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.class_3738.run(class_3738.java:18) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.class_1255.method_18859(class_1255.java:164) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.class_4093.method_18859(class_4093.java:23) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:889) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:180) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.class_1255.method_16075(class_1255.java:138) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:871) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:865) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.class_1255.method_18857(class_1255.java:147) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_18857(MinecraftServer.java:829) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:836) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:719) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at knot/net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:292) ~[server-intermediary.jar:?] 03.03 12:43:58 [Server] INFO at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
The text was updated successfully, but these errors were encountered: