Rebecca631 20 Share Posted December 20, 2019 I'm getting an error in debug console for a script and i was wondering if anyone knew how to fix it and what the error means? It's for an nmz script. https://i.gyazo.com/35418058f8cbbf4df6d122adf25f23ee.mp4?fbclid=IwAR3N1Uki5sq8s4yv4_iIYwIc94FYxVC1OXz28kBubxPelltvapVGd-1c3Xs Link to comment Share on other sites More sharing options...
Rebecca631 20 Author Share Posted December 20, 2019 [ERROR]23:31:31: Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException at States.Enter.execute(Enter.java:51) at Core.Main.onLoop(Main.java:54) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:256) at java.lang.Thread.run(Unknown Source) [ERROR]23:31:41: Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException at Manager.getNmz.inNmz(getNmz.java:14) at States.Enter.lambda$0(Enter.java:36) at org.dreambot.api.methods.MethodProvider.sleepUntil(MethodProvider.java:76) at States.Enter.execute(Enter.java:36) at Core.Main.onLoop(Main.java:54) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:256) at java.lang.Thread.run(Unknown Source) [ERROR]23:31:42: Exception has occurred while running! Please report error to developer if problem persists: java.lang.NullPointerException at Manager.getNmz.inNmz(getNmz.java:14) at States.Enter.execute(Enter.java:21) at Core.Main.onLoop(Main.java:54) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:256) at java.lang.Thread.run(Unknown Source) Link to comment Share on other sites More sharing options...
Pseudo 178 Share Posted December 20, 2019 Line 14 of the script is throwing a null pointer. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now