PEXPlugins / Modifyworld

Restriction plugin for Bukkit. Part of PermissionsEx bundle.
36 stars 38 forks source link

[SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4 #66

Closed mibby closed 11 years ago

mibby commented 11 years ago

Spigot 643, minecraft 1.5.

2013-03-15 18:23:01 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:26) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) at net.minecraft.server.v1_5_R1.PlayerConnection.a(PlayerConnection.java:1189) at net.minecraft.server.v1_5_R1.Packet102WindowClick.handle(SourceFile:31) at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:174) at net.minecraft.server.v1_5_R1.PlayerConnection.d(PlayerConnection.java:113) at net.minecraft.server.v1_5_R1.ServerConnection.b(SourceFile:35) at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:66) at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:582) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:229) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:471) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:403) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at net.minecraft.server.v1_5_R1.InventorySubcontainer.getItem(InventorySubcontainer.java:21) at org.bukkit.craftbukkit.v1_5_R1.inventory.CraftInventory.getItem(CraftInventory.java:47) at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInventoryClick(PlayerListener.java:191) at sun.reflect.GeneratedMethodAccessor269.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ... 15 more

Timtower commented 11 years ago

Got the same problem

OriginalMadman commented 11 years ago

dito, on 1.5.1 beta (regular CB)

zml2008 commented 11 years ago

This issue should be fixed in the latest dev build of ModifyWorld. Try it and let me know if the issues stop.

On Fri, Apr 5, 2013 at 11:51 AM, OriginalMadman notifications@github.comwrote:

dito

— Reply to this email directly or view it on GitHubhttps://github.com/PEXPlugins/Modifyworld/issues/66#issuecomment-15973790 .

zml2008 commented 11 years ago

Seems to be fixed in the dev builds according to other users.