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 NPE inputStream null

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
java.lang.NullPointerException: inputStream is null.
 at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
 at javafx.fxml.FXMLLoader.load(Unknown Source)
 at rm.yA.short(pd:56)
 at rm.yA.short(pd:168)
 at rm.LPt7.run(pd:121)
 at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
 at com.sun.javafx.application.PlatformImpl$$Lambda$55/300299852.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
 at com.sun.javafx.application.PlatformImpl$$Lambda$54/311681691.run(Unknown Source)
 at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
 at com.sun.glass.ui.win.WinApplication._enterNestedEventLoopImpl(Native Method)
 at com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(Unknown Source)
 at com.sun.glass.ui.Application.enterNestedEventLoop(Unknown Source)
 at com.sun.glass.ui.EventLoop.enter(Unknown Source)
 at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(Unknown Source)
 at javafx.stage.Stage.showAndWait(Unknown Source)
 at app.Qm.case(nnb:240)
 at app.Qm.case(nnb:245)
 at app.Qm.case(nnb:199)
 at app.Qm.case(nnb:156)
 at app.Fm.case(qob:252)
 at app.Fm$$Lambda$447/1102829275.run(Unknown Source)
 at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
 at com.sun.javafx.application.PlatformImpl$$Lambda$55/300299852.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
 at com.sun.javafx.application.PlatformImpl$$Lambda$54/311681691.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$145(Unknown Source)
 at com.sun.glass.ui.win.WinApplication$$Lambda$43/1972426413.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
1.1.19 - RS3
@Arbiter @Cloud I don't have an fxml ui for this so i'm assuming this is the client
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I don't have any public bots that use a jfx ui
Note sure, it's coming from something. Are you sure you didn't run a private bot? It's also worth noting it's a stack trace from a few runemate versions ago.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Note sure, it's coming from something. Are you sure you didn't run a private bot? It's also worth noting it's a stack trace from a few runemate versions ago.
I haven't ran any bots for a while so it definitely wasn't from me. And i haven't ran the bot that has a jfx ui for over a month. And this was thrown by my alcher, which is just a basic swing ui
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
Could've been from another bot's stale thread. Let's call this another "move on with life" case.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Could've been from another bot's stale thread. Let's call this another "move on with life" case.
Would it be possible to check which thread throws an exception and compare it to the thread of the current bot, or osmething similar. So that you could filter out exceptions that aren't actually caused by the bot that's supposed to be running?
 
Top