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

write a TransferServer for Bedrock, but error #75

Closed
dreamguxiang opened this issue Dec 28, 2022 · 1 comment
Closed

write a TransferServer for Bedrock, but error #75

dreamguxiang opened this issue Dec 28, 2022 · 1 comment

Comments

@dreamguxiang
Copy link

[17:13:14] [Server thread/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "org.geysermc.floodgate.pluginmessage.channel.TransferChannel.sendTransfer(java.util.UUID, String, int)" because the return value of "org.geysermc.floodgate.pluginmessage.PluginMessageManager.getChannel(java.lang.Class)" is null
[17:13:14] [Server thread/INFO]: [STDERR]:      at org.geysermc.floodgate.api.SimpleFloodgateApi.transferPlayer(SimpleFloodgateApi.java:142)
[17:13:14] [Server thread/INFO]: [STDERR]:      at eu.ifine.ifineess.form.WarpForm.sendWarpFormMain(WarpForm.java:16)
[17:13:14] [Server thread/INFO]: [STDERR]:      at eu.ifine.ifineess.commands.RegisterWarpCommand.guiWarp(RegisterWarpCommand.java:118)
[17:13:14] [Server thread/INFO]: [STDERR]:      at eu.ifine.ifineess.commands.RegisterWarpCommand.lambda$registerCommands$6(RegisterWarpCommand.java:49)
[17:13:14] [Server thread/INFO]: [STDERR]:      at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:263)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_2170.method_9249(class_2170.java:271)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3244.method_45010(class_3244.java:1339)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3244.method_44356(class_3244.java:1320)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_5386(class_1255.java:68)
[17:13:14] [Server thread/INFO]: [STDERR]:      at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3738.run(class_3738.java:18)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_18859(class_1255.java:157)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_4093.method_18859(class_4093.java:23)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:776)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:159)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_16075(class_1255.java:131)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:758)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:752)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_18857(class_1255.java:140)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:737)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.handler$zcc000$modifiedRunLoop(MinecraftServer.java:4394)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:644)
[17:13:14] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
[17:13:14] [Server thread/INFO]: [STDERR]:      at java.base/java.lang.Thread.run(Thread.java:833)

Minecraft Version: 1.19.2
Geyser: Build #1254
Floodgate-Fabric: Build #81

@Konicai
Copy link
Member

Konicai commented Apr 4, 2023

I believe this should be fixed now.

@Konicai Konicai closed this as completed Apr 4, 2023
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

2 participants