Scorpius 144 Posted October 10, 2017 If a script quickstarts while it's implementing InventoryListener... it just crashesHere's the error I get, the script just stops afterwards without printing anything in the console (The control buttons go white and I can re-start the script.... it works fine then; the problem is with quickstart)I tried deleting my entire Dreambot folder but this error keeps coming... I ran an empty script sent by @Hashtag and the same error occured... He was clueless by then java.lang.NullPointerException at org.dreambot.api.methods.widget.Widgets.getWidget(Widgets.java:83) at org.dreambot.api.methods.container.impl.bank.Bank.isOpen(Bank.java:191) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:241) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at org.dreambot.api.methods.widget.Widgets.getWidget(Widgets.java:83) at org.dreambot.api.methods.container.impl.bank.Bank.isOpen(Bank.java:191) at org.dreambot.api.script.AbstractScript.run(AbstractScript.java:241) at java.lang.Thread.run(Unknown Source)
Dinh 496 Posted October 10, 2017 This is not because of the InventoryListener Edit: kept reading and came to the conclusion that the error you posted is not because of the InventoryListener* Edit2: probably atleast Edit3: according to Nezz it is actually the Listener, tried myself and I get no error??
slasso 27 Posted October 10, 2017 This is not because of the InventoryListener Edit: kept reading and came to the conclusion that the error you posted is not because of the InventoryListener* Edit2: probably atleast thanks for your input
Scorpius 144 Author Posted October 10, 2017 You could always, ya know... not use InventoryListeneromfg my life....
Nuclear Nezz 2105 Posted October 10, 2017 It is because of the listener. I already see a fix but I see weird logic that I have to ask noto about before I can actually push it. Pretty sure he was the one that wrote it originally.
Scorpius 144 Author Posted March 23, 2018 It is because of the listener. I already see a fix but I see weird logic that I have to ask noto about before I can actually push it. Pretty sure he was the one that wrote it originally. is this fixed yet?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.