Solved [SEVERE] Warnings in Console.

Discussion in 'Bukkit Help' started by MeesterWaffles, Jun 19, 2012.

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

    MeesterWaffles

    Code:
    19.06 12:17:37 [Server] SEVERE at java.lang.Thread.run(Thread.java:722)
    19.06 12:17:37 [Server] SEVERE at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    19.06 12:17:37 [Server] SEVERE at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191)
    19.06 12:17:37 [Server] SEVERE at com.narrowtux.showcase.Metrics.access$100(Metrics.java:55)
    19.06 12:17:37 [Server] SEVERE at com.narrowtux.showcase.Metrics.postPlugin(Metrics.java:217)
    19.06 12:17:37 [Server] SEVERE java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
    19.06 12:17:37 [Server] SEVERE Exception in thread "Thread-223526" 
    I was wondering why these were happening. I'm using the latest version of Craftbukkit & all of my plugins are as follows:
    [​IMG]

    ~~~~~~~

    On an unrelated note, whenever I place or destroy a block, there is severe lag which causes me to destroy / place two blocks instead of one. Why is this happening?
     
  2. Offline

    JWhy

    Thats caused by a lagging client
     
  3. Offline

    MeesterWaffles

    So its all client-side, not the server? This has only been happening recently.
     
  4. Offline

    JWhy

    Sometimes the game logic acts faster than the Keyboard/Mouse IO service of LWJGL... then it thinks you double clicked the mouse key and removes two blocks at once
     
Thread Status:
Not open for further replies.

Share This Page