#5 fishing issue

Closed
opened 5 years ago by MasterCake · 1 comments

When trying to catch a fish with one item configured in default mode, the following stack trace appears:

org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.EntityFishingHook.b(EntityFishingHook.java:436) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.ItemFishingRod.a(ItemFishingRod.java:33) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.ItemStack.a(ItemStack.java:295) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:405) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1293) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171]
	at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
When trying to catch a fish with one item configured in default mode, the following stack trace appears: ```[22:30:31 ERROR]: Could not pass event PlayerFishEvent to DropEdit2 v1.0.7-SNAPSHOT org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.EntityFishingHook.b(EntityFishingHook.java:436) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.ItemFishingRod.a(ItemFishingRod.java:33) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.ItemStack.a(ItemStack.java:295) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.PlayerInteractManager.a(PlayerInteractManager.java:405) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1293) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_171] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_171] at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.1-R0.1-SNAPSHOT.jar:git-Spigot-2440e18-d0bb0a1] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] ```
MasterCake referenced this issue from a commit 5 years ago
MasterCake commented 4 years ago
Owner

This issue does not seem to be solved yet:

[ERROR] **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS **** Could not pass event PlayerFishEvent to DropEdit2 v1.1.20-SNAPSHOT org.bukkit.event.EventException: null at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[?:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.EntityFishingHook.j(EntityFishingHook.java:427) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.ItemFishingRod.a(ItemFishingRod.java:19) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.ItemStack.a(ItemStack.java:293) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1004) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212] at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212] Caused by: java.lang.NullPointerException at de.Linus122.DropEdit.Main.getFirstRandomDrop(Main.java:328) ~[?:?] at de.Linus122.DropEdit.Listeners.onFish(Listeners.java:170) ~[?:?] at sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212] at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[?:?] ... 20 more

This issue does not seem to be solved yet: ```[ERROR] **** THIS IS NOT AN ISSUE TO DO WITH PER WORLD PLUGINS **** Could not pass event PlayerFishEvent to DropEdit2 v1.1.20-SNAPSHOT org.bukkit.event.EventException: null at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:122) ~[?:?] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at us.Myles.PWP.TransparentListeners.PWPRegisteredListener.callEvent(PWPRegisteredListener.java:30) [PerWorldPlugins.jar:?] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.EntityFishingHook.j(EntityFishingHook.java:427) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.ItemFishingRod.a(ItemFishingRod.java:19) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.ItemStack.a(ItemStack.java:293) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1004) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212] at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83] at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212] Caused by: java.lang.NullPointerException at de.Linus122.DropEdit.Main.getFirstRandomDrop(Main.java:328) ~[?:?] at de.Linus122.DropEdit.Listeners.onFish(Listeners.java:170) ~[?:?] at sun.reflect.GeneratedMethodAccessor692.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212] at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader$1.execute(PerWorldPluginLoader.java:120) ~[?:?] ... 20 more```
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.