Statue not showing up #67


  • New
  • Defect
Open
Assigned to lenis0012
  • _ForgeUser12472448 created this issue Aug 10, 2014

    What steps will reproduce the problem?
    1. Running spigot
    2. Using BKCommonLib and ProtocolLib
    3. Making a player statue

    What is the expected output? What do you see instead?
    Expected: A player statue shows up
    What I see: Nothing

    What version of the product are you using?
    2.0.1

    Do you have an error log of what happened?

    ... 3 more
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:71)
    at com.lenis0012.bukkit.statues.StatueCommand$1.run(StatueCommand.java:110)
    at com.lenis0012.bukkit.statues.data.ProfileLoader.<init>(ProfileLoader.java:28)
    Caused by: java.lang.NullPointerException
    at java.lang.Thread.run(Thread.java:745)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
    [15:57:42] [Craft Scheduler Thread - 11/WARN]: org.apache.commons.lang.UnhandledException: Plugin Statues v2.0 generated an exception while executing task 1743
    [15:57:42] [Craft Scheduler Thread - 11/WARN]: Exception in thread "Craft Scheduler Thread - 11"

    Please provide any additional information below.
    I am able to select the spot where I ran the /statue create player <name> as if the statue were there, but its not.
    I can make a mob statue.

    Maybe its caused because of UUID's?

  • _ForgeUser12472448 added the tags New Defect Aug 10, 2014

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