Solved Player Logout Error

Discussion in 'Plugin Development' started by mrkirby153, Nov 3, 2013.

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

    mrkirby153

    Hey,

    I was working on my plugin when I noticed that when any player quits, it brings up this error:

    http://pastebin.com/XBMTnFQh

    This only happens when I have my Intellij IDEA IDE attached to my Server for debugging purposes. How can I fix that?
     
  2. Offline

    bigbeno37

    Please provide your code for us to look at.
     
  3. Offline

    Deleted user

    mrkirby153
    Make sure you are usine the 1.6.4 R2 Bukkit API Build (not Craftbukkit)
     
  4. Offline

    Goblom

    mrkirby153
    Code:
    Caused by: java.lang.NoClassDefFoundError: me/mrkirby153/plugins/serverutils/listeners/EventListener$1
    Caused by: java.lang.ClassNotFoundException: me.mrkirby153.plugins.serverutils.listeners.EventListener$1
    
    Looks like you are missing a class.... But if this error only shows up when you have IntelliJ attached to the server it might be because IntelliJ doesn't know the about the class and its trying to read the class.

    Not needed if you actually looked at the error he posted
     
Thread Status:
Not open for further replies.

Share This Page