Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Same Error With Every Script

Joined
Dec 17, 2014
Messages
836
I'm getting the same error with every script I open except HaxMagic

java.lang.NullPointerException
at com.runemate.maxiscripts.task.fletcher.MaxiFletcher.onStop(d:92)
at com.runemate.game.api.script.framework.AbstractScript.stop(ftb:35)
at com.runemate.game.api.script.framework.core.EventDispatcher.char(dqb:142)
at com.runemate.game.api.script.framework.core.EventDispatcher$$Lambda$381/1328935780.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$null$164(Unknown Source)
at com.sun.javafx.application.PlatformImpl$$Lambda$53/467701556.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(Unknown Source)
at com.sun.javafx.application.PlatformImpl$$Lambda$52/1484652006.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$141(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$43/25747807.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Is the script stopping when you start it or is that appearing when you stop the script?
 
Top