Boost blocks/items not working and throwing errors to console #83


  • New
  • Defect
Open
  • _ForgeUser27193825 created this issue Aug 25, 2016

    What steps will reproduce the problem?
    1. Place a minecart
    2. Use a boost item or drive on a boost block
    3. Check console for errors

    What is the expected output? What do you see instead?
    The minecart should get the boost. Instead, the speed doesn't change at all and the console is spammed with errors.

    What version of the product are you using?
    uCars v19.5
    ProtocolLib v4.0.1
    Spigot 1.9.4

    Do you have an error log of what happened?

    [16:40:37 WARN]: Exception in thread "Craft Scheduler Thread - 196"
    [16:40:37 WARN]: org.apache.commons.lang.UnhandledException: Plugin uCars v19 generated an exception while executing task 1650
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
            at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.NoSuchFieldError: FIZZ
            at com.useful.ucars.uCarsListener$1.run(uCarsListener.java:334)
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftTask.run(CraftTask.java:71)
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
            ... 3 more
    
    [16:40:37 WARN]: Exception in thread "Craft Scheduler Thread - 197"
    [16:40:37 WARN]: org.apache.commons.lang.UnhandledException: Plugin uCars v19 generated an exception while executing task 1655
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
            at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.NoSuchFieldError: FIZZ
            at com.useful.ucars.uCarsListener$1.run(uCarsListener.java:334)
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftTask.run(CraftTask.java:71)
            at org.bukkit.craftbukkit.v1_9_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
            ... 3 more
    

    This is just an example : I get awfully spammed.

    Please provide any additional information below.
    I tested the plugin on a seperate server (therefore with a fresh config file) and I get the same errors/problem. I also tried to use ProtocolLib v4.0.2 without success or building a "fixed" version with a java command and the Spigot BuildTool. It didn't work either.
    The jump effect works.

  • _ForgeUser27193825 added the tags New Defect Aug 25, 2016
  • _ForgeUser27193825 posted a comment Aug 25, 2016

    I forgot to say that the jump effect works.


    Edited Aug 25, 2016
  • _ForgeUser27193825 edited description Aug 25, 2016

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