Skip to content
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

Could not pass event BlockRedstoneEvent to Lift #99

Closed
pickanothername opened this issue Aug 2, 2013 · 7 comments
Closed

Could not pass event BlockRedstoneEvent to Lift #99

pickanothername opened this issue Aug 2, 2013 · 7 comments

Comments

@pickanothername
Copy link

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.

@croxis
Copy link
Owner

croxis commented Aug 5, 2013

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

@pickanothername
Copy link
Author

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.

@croxis
Copy link
Owner

croxis commented Aug 6, 2013

Fix commited. Leaving issue open until I can test

@pickanothername
Copy link
Author

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

@croxis
Copy link
Owner

croxis commented Aug 6, 2013

I haven't pushed the changes yet

On Tue, Aug 6, 2013 at 12:20 PM, JuniorGenius notifications@github.comwrote:

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

@pickanothername
Copy link
Author

Ah, when you said commit I was thinking push.

@croxis
Copy link
Owner

croxis commented Aug 12, 2013

Fixed in 39

@croxis croxis closed this as completed Aug 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants