HELP! Problem with orebfuscator

Discussion in 'Bukkit Help' started by Sparten368, Apr 6, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Sparten368

    here is the error. i dont understand this. please help!

    error:
    14:53:34 [SEVERE] [NoLaggChunks] An error occured in Orebfuscator: support for this plugin had to be removed!
    14:53:34 [SEVERE] java.lang.NoClassDefFoundError: lishid/orebfuscator/utils/Calculations
    14:53:34 [SEVERE] at com.bergerkiller.bukkit.nolagg.chunks.ChunkCompressionThread.getCompressedPacket(ChunkCompressionThread.java:211)
    14:53:34 [SEVERE] at com.bergerkiller.bukkit.nolagg.chunks.ChunkCompressionThread.run(ChunkCompressionThread.java:238)
    14:53:34 [SEVERE] at com.bergerkiller.bukkit.common.AsyncTask$1.run(AsyncTask.java:20)
    14:53:34 [SEVERE] Caused by: java.lang.ClassNotFoundException: lishid.orebfuscator.utils.Calculations
    14:53:34 [SEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    14:53:34 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    14:53:34 [SEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    14:53:34 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    14:53:34 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    14:53:34 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    14:53:34 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    14:53:34 [SEVERE] ... 3 more
     
  2. Offline

    Moxi

    Orebfuscator has never worked for me, but it looks like your java fill messed up. Try redownloading and installing.
     
  3. Offline

    Sparten368

    ok thanks

    Are there any other anti-xray plugins?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    Moxi

    I use FoundBoxx and it will say when they found the ore ect..
     
  5. Offline

    mindless728

    Code:
    14:53:34 [SEVERE] java.lang.NoClassDefFoundError: lishid/orebfuscator/utils/Calculations
    14:53:34 [SEVERE] at com.bergerkiller.bukkit.nolagg.chunks.ChunkCompressionThread.getCompressedPacket(ChunkCompressionThread.java:211)
    
    This looks like a NoLagg error actually as it is coming from that code. What this is saying is that there is a class that NoLagg is trying to access that does not exists, probably because Orebfuscator updated their code and that class or location for the class no longer exists

    I would suggest either updating NoLagg or uninstalling it
     
  6. Offline

    lishid

    Update NoLaggChunks and Orebfuscator to both latest version
     
Thread Status:
Not open for further replies.

Share This Page