You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was editing the .mem file for a sram chip and did /rcload, which then gave me this:
2012-05-25 04:00:06 [SEVERE] Could not pass event BlockPhysicsEvent to RedstoneChips
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
at net.minecraft.server.World.k(World.java:510)
at net.minecraft.server.World.applyPhysics(World.java:496)
at net.minecraft.server.BlockRedstoneTorch.onPlace(BlockRedstoneTorch.java:55)
at net.minecraft.server.Chunk.a(Chunk.java:417)
at net.minecraft.server.World.setRawTypeIdAndData(World.java:344)
at org.bukkit.craftbukkit.block.CraftBlock.setTypeIdAndData(CraftBlock.java:107)
at org.tal.redstonechips.RCBukkitEventHandler.onBlockPhysics(RCBukkitEventHandler.java:117)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
It loops forever until I kill the server.
EDIT: It seems it was a mistake on my part; I had a syntax error in the .mem file.
There really should be some sort of exception handling for this though.
EDIT 2: No, that wasn't it. /rcload still seems to throw that same exception.
The text was updated successfully, but these errors were encountered:
Isn't there any more information in the looping error? It looks like an infinite redstone loop caused by some redstone torch but I would need more info to see what's going on.
I was editing the .mem file for a sram chip and did
/rcload
, which then gave me this:It loops forever until I kill the server.
EDIT: It seems it was a mistake on my part; I had a syntax error in the .mem file.
There really should be some sort of exception handling for this though.
EDIT 2: No, that wasn't it.
/rcload
still seems to throw that same exception.The text was updated successfully, but these errors were encountered: