All functions stop in random chunks every now and then #20


  • Defect
  • Started
Open
Assigned to _ForgeUser6999135
  • _ForgeUser204828 created this issue Jan 23, 2012

    What steps will reproduce the problem?
    No conclusive way to repreduce the problem, it happens every now and then but mainly happens for users who are far out in the world +1500x border

    What is the expected output? What do you see instead?
    Not expecting any output, the plugin stops working in an area and when we replace the sign the error code below spits out in the console.

    What version of the product are you using?
    Latest

    Do you have an error log of what happened? (dosnt spit out an error, just stops working. the error code is only when you replace a sign in the area where it isnt working in)

    [SEVERE] Could not pass event SIGN_CHANGE to ElectriCraft
    java.lang.ClassCastException: org.bukkit.material.MaterialData cannot be cast to org.bukkit.material.Sign
    at me.RSGMercenary.ElectriCraft.ECSign.<init>(ECSign.java:23)
    at me.RSGMercenary.ElectriCraft.ECBlockListener.onSignChange(ECBlockListener.java:151)
    at org.bukkit.plugin.java.JavaPluginLoader$36.execute(JavaPluginLoader.java:519)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:341)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1094)
    at net.minecraft.server.Packet130UpdateSign.handle(SourceFile:41)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

    Please provide any additional information below.
    using Nolagg to handle chunk loading, and multihome so people can teleport around in the world. i have no idea if this has any effect on the problem we havnt been able to confirm or deny this.

  • _ForgeUser204828 added the tags New Defect Jan 23, 2012
  • _ForgeUser6999135 removed a tag New Feb 4, 2012
  • _ForgeUser6999135 added a tag Started Feb 4, 2012

To post a comment, please login or register a new account.