1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved NPE inputStream null

Discussion in 'Client & Site Support' started by Aidden, Sep 2, 2015.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Code (Text):
    1.  
    2. java.lang.NullPointerException: inputStream is null.
    3.  at javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
    4.  at javafx.fxml.FXMLLoader.load(Unknown Source)
    5.  at rm.yA.short(pd:56)
    6.  at rm.yA.short(pd:168)
    7.  at rm.LPt7.run(pd:121)
    8.  at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
    9.  at com.sun.javafx.application.PlatformImpl$$Lambda$55/300299852.run(Unknown Source)
    10.  at java.security.AccessController.doPrivileged(Native Method)
    11.  at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
    12.  at com.sun.javafx.application.PlatformImpl$$Lambda$54/311681691.run(Unknown Source)
    13.  at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
    14.  at com.sun.glass.ui.win.WinApplication._enterNestedEventLoopImpl(Native Method)
    15.  at com.sun.glass.ui.win.WinApplication._enterNestedEventLoop(Unknown Source)
    16.  at com.sun.glass.ui.Application.enterNestedEventLoop(Unknown Source)
    17.  at com.sun.glass.ui.EventLoop.enter(Unknown Source)
    18.  at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(Unknown Source)
    19.  at javafx.stage.Stage.showAndWait(Unknown Source)
    20.  at app.Qm.case(nnb:240)
    21.  at app.Qm.case(nnb:245)
    22.  at app.Qm.case(nnb:199)
    23.  at app.Qm.case(nnb:156)
    24.  at app.Fm.case(qob:252)
    25.  at app.Fm$$Lambda$447/1102829275.run(Unknown Source)
    26.  at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
    27.  at com.sun.javafx.application.PlatformImpl$$Lambda$55/300299852.run(Unknown Source)
    28.  at java.security.AccessController.doPrivileged(Native Method)
    29.  at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
    30.  at com.sun.javafx.application.PlatformImpl$$Lambda$54/311681691.run(Unknown Source)
    31.  at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
    32.  at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
    33.  at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
    34.  at com.sun.glass.ui.win.WinApplication$$Lambda$43/1972426413.run(Unknown Source)
    35.  at java.lang.Thread.run(Unknown Source)
    36. 1.1.19 - RS3
    @Arbiter @Cloud I don't have an fxml ui for this so i'm assuming this is the client

     
  2. Best Answer:
    Post #7 by Arbiter, Sep 3, 2015
  3. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @Cloud appdata vs. temp.


    Sent from my iPhone using Tapatalk
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Not sure what you mean, it's definitely coming from one of his bots since it's being called from a rm.x package
     
  5. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    I don't have any public bots that use a jfx ui
     
  6. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
     
  7. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    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
     
  8. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Could've been from another bot's stale thread. Let's call this another "move on with life" case.
     
  9. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    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?
     

Share This Page

Loading...