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

NPE on sign click #53

Open
LucidAPs opened this issue Nov 18, 2019 · 8 comments
Open

NPE on sign click #53

LucidAPs opened this issue Nov 18, 2019 · 8 comments

Comments

@LucidAPs
Copy link

Error Log with latest update:
https://pastebin.com/wccKENyV

Keeps spamming the console, please fix.

@RoboMWM
Copy link
Collaborator

RoboMWM commented Nov 23, 2019

paste contents:

>.... [17:23:23 ERROR]: Could not pass event PlayerInteractEvent to Wild v2.13-8ecba61
java.lang.NullPointerException: null
at net.poweredbyhate.wildtp.WildSignListener.moneyOrNuttin(WildSignListener.java:121) ~[?:?]
at net.poweredbyhate.wildtp.WildSignListener.isThisRealLife(WildSignListener.java:111) ~[?:?]
at net.poweredbyhate.wildtp.WildSignListener.onClick(WildSignListener.java:55) ~[?:?]
at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[patched_1.14.4.jar:git-Paper-226]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-226]
at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:454) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PlayerInteractManager.a(PlayerInteractManager.java:440) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1361) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:27) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:5) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:1029) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:1022) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1006) ~[patched_1.14.4.jar:git-Paper-226]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:929) ~[patched_1.14.4.jar:git-Paper-226]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

need config.

@RoboMWM
Copy link
Collaborator

RoboMWM commented Nov 23, 2019

It's also highly likely you have a wildtp sign that contains a non-existent world name on it.

@LucidAPs LucidAPs reopened this Dec 14, 2019
@LucidAPs
Copy link
Author

Wild.zip
I haven't used any signs.

@RoboMWM
Copy link
Collaborator

RoboMWM commented Dec 14, 2019

Well the error is happening on a sign click, so you have some sort of weird wildtp-formatted sign on your server.

@RoboMWM RoboMWM changed the title Version 2.13 Errors NPE on sign click Dec 14, 2019
RoboMWM added a commit that referenced this issue Dec 14, 2019
@RoboMWM
Copy link
Collaborator

RoboMWM commented Dec 14, 2019

@LaxWasHere configure appveyor to build this project or something pls

@RoboMWM RoboMWM added the bug label Feb 15, 2020
@RoboMWM
Copy link
Collaborator

RoboMWM commented Feb 15, 2020

This occurs when you generate a new world and are trying to use a sign for this new world. This is because of the multi-world config refactor. A /restart should fix this.

Will work on getting a proper fix in soon.

@RoboMWM
Copy link
Collaborator

RoboMWM commented May 23, 2020

though you did say you aren't using signs so idk what's even going on here now

@RoboMWM
Copy link
Collaborator

RoboMWM commented May 23, 2020

If this is still an issue please reopen cuz now I'm totally lost

@RoboMWM RoboMWM removed the bug label May 23, 2020
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