-
Notifications
You must be signed in to change notification settings - Fork 85
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
Console error #415
Comments
Duplicate of #414. Could you, however, please provide some more information about how exactly that happens? Ideally, a copy of your whole DungeonsXL folder or at least the respective configs? |
I have only one map player exits and join again |
I don't see the problem there? Could you provide more information about your setup please, like your configs and, if possible, the map? |
I also got this error log. And I don't know why.. |
@DrOreo002 I am sorry to hear that, but I can't reproduce it. Please help me out with some more information, especially your configs. |
My config?. Okay
|
Do you use a dungeon / floor configuration? |
Did you teleport players from the main worlds into an instance? |
|
Thank you, that was very helpful. I am positive this is fixed as of build 638. |
Players join the Dungeons
Console printing error
[20:36:19 ERROR]: Could not pass event EntityDamageByEntityEvent to DungeonsXL v0.16-RC-01 org.bukkit.event.EventException: null at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:72) ~[PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:94) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:581) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:484) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:613) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity0(EntityLiving.java:1369) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityLiving.damageEntity(EntityLiving.java:887) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityMonster.damageEntity(EntityMonster.java:44) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityZombie.damageEntity(EntityZombie.java:163) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityArrow.a(EntityArrow.java:295) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityArrow.B_(EntityArrow.java:203) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.EntityTippedArrow.B_(EntityTippedArrow.java:86) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1771) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.World.h(World.java:1741) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1562) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:678) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:914) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:427) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172] Caused by: java.lang.NullPointerException at de.erethon.dungeonsxl.world.DWorldListener.onEntityDamage(DWorldListener.java:134) ~[?:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1057.execute(Unknown Source) ~[?:?] at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[PaperSpigot-1.12.2-b1409.jar:git-Paper-1409] ... 24 more
The text was updated successfully, but these errors were encountered: