-
Notifications
You must be signed in to change notification settings - Fork 83
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
[bug] Ready sign doesn't work #411
Comments
It's either an erroneous block sign or a bug, and I definitely need to improve the error handling. It would be very helpful if you could try it with this debugged build, please. http://erethon.de/repo/de/erethon/dungeonsxl/0.16/dungeonsxl-0.16-SNAPSHOT-632-debug.jar |
Hi, i try with the new build , one dungeon work and the other : [22:07:40 ERROR]: Could not pass event PlayerInteractEvent to DungeonsXL v0.16-SNAPSHOT-632-debug |
Yeah I know, but it is supposed to print some debug lines when the dungeon loads or the game starts. Is there anything? For both dungeons including the one that seems to work? Edit: Try this one please http://erethon.de/repo/de/erethon/dungeonsxl/0.16/dungeonsxl-0.16-SNAPSHOT-632-debug.jar , I marked the messages with a [DEBUG] prefix and included a (hopefully working) fix for the second one. |
Ho i will try ^^ |
[22:47:20 INFO]: -------- World Settings For [DXL_Game_0] -------- Nothing else :s |
Did you Ctrl. + F for "[DEBUG]"? And does everything work now (especially the block signs)? |
One of my dungeon doesn't work (the same where i suppose that there is a problem of sign) so i have to suppress data before :p The others are ok. |
Hello,
I use the last vers of DXL. When i click on ready sign, i have this on console :
[20:27:40 ERROR]: Could not pass event PlayerInteractEvent to DungeonsXL v0.16-RC-01
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-7754231-a3b3a42]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-7754231-a3b3a42]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:234) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:458) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:951) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-7754231-a3b3a42]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_111]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-7754231-a3b3a42]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-7754231-a3b3a42]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.NullPointerException
at de.erethon.dungeonsxl.sign.BlockSign.onInit(BlockSign.java:67) ~[?:?]
at de.erethon.dungeonsxl.world.DGameWorld.startGame(DGameWorld.java:468) ~[?:?]
at de.erethon.dungeonsxl.player.DGroup.startGame(DGroup.java:811) ~[?:?]
at de.erethon.dungeonsxl.player.DGamePlayer.ready(DGamePlayer.java:725) ~[?:?]
at de.erethon.dungeonsxl.sign.lobby.ReadySign.ready(ReadySign.java:166) ~[?:?]
at de.erethon.dungeonsxl.sign.lobby.ReadySign.onPlayerTrigger(ReadySign.java:121) ~[?:?]
at de.erethon.dungeonsxl.sign.DSign.onUpdate(DSign.java:181) ~[?:?]
at de.erethon.dungeonsxl.trigger.Trigger.updateDSigns(Trigger.java:113) ~[?:?]
at de.erethon.dungeonsxl.trigger.InteractTrigger.onTrigger(InteractTrigger.java:50) ~[?:?]
at de.erethon.dungeonsxl.sign.DSignListener.onPlayerInteract(DSignListener.java:61) ~[?:?]
at sun.reflect.GeneratedMethodAccessor449.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-7754231-a3b3a42]
... 17 more
Any clue? :(
The text was updated successfully, but these errors were encountered: