Skip to content
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

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_3898$class_3208.method_18733(net.minecraft.class_3222)" because "entry" is null #144

Open
icosahedral opened this issue Jan 25, 2025 · 0 comments

Comments

@icosahedral
Copy link

Hi there --

I'm seeing an issue connecting a bedrock client (nintendo switch) to a 1.24.4 server fabric/geyser/floodgate 2.2.4-b43. Seeing the following when the client attempts to connect:

Jan 25 19:55:14 smp-of-the-wild launch[587946]: [19:55:14] [epollEventLoopGroup-4-3/INFO]: Player connected with username Zaxaknight3
Jan 25 19:55:14 smp-of-the-wild launch[587946]: [19:55:14] [localSession-7-3/INFO]: Zaxaknight3 (logged in as: Zaxaknight3) has connected to the Java server
Jan 25 19:55:14 smp-of-the-wild launch[587946]: [19:55:14] [pool-6-thread-2/INFO]: Floodgate player who is logged in as .Zaxaknight3 00000000-0000-0000-0009-01f1725dde28 joined
Jan 25 19:55:15 smp-of-the-wild launch[587946]: [19:55:15] [Server thread/INFO]: .Zaxaknight3[/71.167.90.177:0] logged in with entity id 1221 at (5000.5, 60.0, 96.5)
Jan 25 19:55:15 smp-of-the-wild launch[587946]: [19:55:15] [Server thread/INFO]: Floodgate player logged in as .Zaxaknight3 joined (UUID: 00000000-0000-0000-0009-01f1725dde28)
Jan 25 19:55:15 smp-of-the-wild launch[587946]: [19:55:15] [Server thread/INFO]: .Zaxaknight3 joined the game
Jan 25 19:55:15 smp-of-the-wild launch[587946]: [19:55:15] [Server thread/ERROR]: Error executing task on Server
Jan 25 19:55:15 smp-of-the-wild launch[587946]: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_3898$class_3208.method_18733(net.minecraft.class_3222)" because "entry" is null
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/org.geysermc.floodgate.mod.pluginmessage.ModSkinApplier.lambda$applySkin$0(ModSkinApplier.java:45) ~[Floodgate-Fabric-2.2.4-b43.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.class_3738.run(class_3738.java:18) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.class_1255.method_18859(class_1255.java:164) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.class_4093.method_18859(class_4093.java:23) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:889) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:180) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.class_1255.method_16075(class_1255.java:138) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:871) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:865) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.class_1255.method_5383(class_1255.java:123) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:833) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:719) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at knot/net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:292) ~[server-intermediary.jar:?]
Jan 25 19:55:15 smp-of-the-wild launch[587946]:         at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Jan 25 19:55:16 smp-of-the-wild launch[587946]: [19:55:16] [epollEventLoopGroup-4-3/WARN]: Tried to read 74 bytes but maximum is 64
Jan 25 19:55:16 smp-of-the-wild launch[587946]: [19:55:16] [localSession-7-3/INFO]: Zaxaknight3 has disconnected from the Java server because of Invalid packet received!
Jan 25 19:55:16 smp-of-the-wild launch[587946]: [19:55:16] [Geyser Fabric connection thread-6-4/INFO]: Floodgate player logged in as .Zaxaknight3 disconnected
Jan 25 19:55:16 smp-of-the-wild launch[587946]: [19:55:16] [Server thread/INFO]: .Zaxaknight3 lost connection: Disconnected
Jan 25 19:55:16 smp-of-the-wild launch[587946]: [19:55:16] [Server thread/INFO]: .Zaxaknight3 left the game

/geyser dump output at: https://dump.geysermc.org/z9RxuqlT4j5dAkGdcUMuIGrL8nlYZIQd

If this isn't the proper place for this report, please feel free to reroute me - any assistance would be greatly appreciated!

@Tim203 Tim203 transferred this issue from GeyserMC/Floodgate Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant