Lift

585k Downloads

Could not pass event BlockRedstoneEvent to Lift

pickanothername opened this issue · 7 comments

commented

02:52:17 [SEVERE] Could not pass event BlockRedstoneEvent to Lift v37
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:427)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
ava:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:462)
at net.minecraft.server.v1_6_R2.BlockButtonAbstract.interact(BlockButton
Abstract.java:153)
at net.minecraft.server.v1_6_R2.PlayerInteractManager.interact(PlayerInt
eractManager.java:382)
at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java
:628)
at net.minecraft.server.v1_6_R2.Packet15Place.handle(SourceFile:58)
at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296
)
at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java
:116)
at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:3
0)
at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:5
90)
at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:2
26)
at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:4
86)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java
:419)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:5
82)
Caused by: java.lang.NumberFormatException: For input string: " 2"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.croxis.plugins.lift.BukkitLiftRedstoneListener.onBlockRedstoneCha
nge(BukkitLiftRedstoneListener.java:99)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:425)
... 16 more

I'm using lift #38, (I tried #37 with no luck), and CraftBukkit build #2825.

commented

It looked exactly as it did when it worked, in older versions of Minecraft.. I right clicked the signs to create them. It happens when I press the button.

commented

Can you post a screenshot of the sign? Also did you update the sign by right clicking or set the text manually?

commented

I haven't pushed the changes yet

On Tue, Aug 6, 2013 at 12:20 PM, JuniorGenius [email protected]:

Great, thanks! But the commit isn't showing up on GitHub. :o


Reply to this email directly or view it on GitHubhttps://github.com//issues/99#issuecomment-22203879
.

  • David - Proud to be saving the world since 1984
commented

Ah, when you said commit I was thinking push.

commented

Fix commited. Leaving issue open until I can test

commented

Great, thanks! But the commit isn't showing up on GitHub. :o

commented

Fixed in 39