Heiz Posted October 8, 2021 Share Posted October 8, 2021 Hi guys, I have a script that works perfectly locally, however, when trying to run your same version of SDN, the script doesn't even open the GUI, returning weird things in the log that don't make sense to me. Could anyone say what it could be? Error in script onStart(): Heiz Script java.lang.NullPointerException at org.osbot.utility.Logger.log(fp:154) at org.osbot.utility.Logger.log(fp:136) at org.osbot.utility.Logger.log(fp:271) at org.osbot.utility.Logger.info(fp:20) at org.osbot.rs07.script.MethodProvider.log(ei:858) at HeyzScript.onStart(o:863) at org.osbot.rs07.event.ScriptExecutor.iIIIIiiiiIIi(rm:32) at org.osbot.rs07.event.ScriptExecutor.start(rm:228) at org.osbot.hb.iIIIIiiiiIIi(bx:241) at org.osbot.e.iIIIIiiiiIIi(yp:183) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Quote Link to comment Share on other sites More sharing options...
ez11 Posted October 8, 2021 Share Posted October 8, 2021 https://osbot.org/mvc/scripters/info put them in reverse stacktrace 1 Quote Link to comment Share on other sites More sharing options...
Heiz Posted October 8, 2021 Author Share Posted October 8, 2021 (edited) Did not know this feature, thanks! Edited October 10, 2021 by Heiz Fixed! Quote Link to comment Share on other sites More sharing options...