Error on start up 0.5.5 #80


  • Defect
  • Accepted
Open
  • _ForgeUser6904895 created this issue Sep 15, 2012

    What steps will reproduce the problem?
    1. Start Server
    19:03:03 [INFO] [Gods v0.5.5] Tutorialgod removed rushandroulette as priest
    19:03:03 [SEVERE] Exception in thread "pool-1-thread-14"
    19:03:03 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin Gods v0.5.5 generated an exception while executing
    task 20
            at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
            at com.dogonfire.gods.GodManager.managePriests(GodManager.java:2207)
            at com.dogonfire.gods.GodManager.update(GodManager.java:2653)
            at com.dogonfire.gods.Gods$1.run(Gods.java:424)
            at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)
            at org.bukkit.craftbukkit.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
            ... 3 more

  • _ForgeUser6904895 added the tags New Defect Sep 15, 2012
  • Forge_User_09714816 posted a comment Sep 16, 2012

    Thanks for finding this!
    It is a consequence of supporting multiple priests in the plugin, but it should not affect your game in any other way than this ugly error in your console...
    It will be fixed in 0.5.6

  • Forge_User_09714816 removed a tag New Sep 16, 2012
  • Forge_User_09714816 added a tag Accepted Sep 16, 2012
  • Forge_User_62803785 posted a comment Sep 17, 2012

    splendid.


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