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 Exception when binding to OSRS instance

Client Developer
Joined
Oct 12, 2015
Messages
3,758
Upon selecting the instance to bind, and pressing Start Instance the following exception is thrown:

Code:
Exception in thread "22856 - pGDK Beta" java.lang.NullPointerException
    at nul.IIiIiIiiIIIi.super(swb:211)
    at nul.iiIiIIiiIIiI.super(ssb:13736)
    at nul.iiiiIIiIIIiI.case(tac:277)
    at nul.iIIiiIiIIiIi.run(tic:238)

10a14454e4.jpg


Booting from IntelliJ, attempted to open new OSRS instance. Client shows no exceptions, and does not freeze, it simply does not continue.

Tagging @Cloud
 
Client Developer
Joined
Oct 12, 2015
Messages
3,758
That is not the clients fault that is the bots fault.

No trace of any of my bots classes in the exception, Client does not move to bot info page, no instance is added to Instances pane on right of client.
 

red

Joined
Nov 17, 2013
Messages
259
No trace of any of my bots classes in the exception, Client does not move to bot info page, no instance is added to Instances pane on right of client.
Exception in thread "22856 - pGDK Beta"
This right here says there is an exception in the script thread. Are you running SDK?
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Exception in thread "22856 - pGDK Beta"
This right here says there is an exception in the script thread. Are you running SDK?
That's only the name of the bot thread. If there was an api call that would cause an exception it would be on the same thread.
 

red

Joined
Nov 17, 2013
Messages
259
That's only the name of the bot thread. If there was an api call that would cause an exception it would be on the same thread.
Right, but the names would be correct if it were an api method. Runemate refactors all internal classes and methods, but not api. hence the IiIIIIIIIiiIiI
 
Client Developer
Joined
Oct 12, 2015
Messages
3,758
@Cloud seems to be happening when booting from live Spectre also, not just SDK.

Code:
[Debug] Version: 2.0.2
[Debug] Operating System: Windows 10 (x64)
[Debug] Java: 8 Update 77 (x86) (Oracle Corporation)
Downloading 1 missing or outdated cloud resource.
null
Exception in thread "13244 - pNatureThiever" java.lang.NullPointerException
    at nul.IIiIiIiiIIIi.super(swb:211)
    at nul.iiIiIIiiIIiI.super(ssb:13736)
    at nul.iiiiIIiIIIiI.case(tac:277)
    at nul.iIIiiIiIIiIi.run(tic:238)
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Right, but the names would be correct if it were an api method. Runemate refactors all internal classes and methods, but not api. hence the IiIIIIIIIiiIiI
And that's exactly why it is something internal and nothing that Partyshanked's bot might have caused. He states that it happens before his bot gets fully loaded, so the internals are apparently having some troubles :/
Apart from that, in the alpha there were plenty of exceptions similiar to this, and it always was something internal.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,758
Apart from that, in the alpha there were plenty of exceptions similiar to this, and it always was something internal.

That and the fact I can see other posts in this forum with the same issue, and it's not just my GDK :p
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
The exception that's getting posted is client side, however it's only triggered when a certain type of exception is thrown by the bot that's being started that was then crashing something on our end. It's resolved for the next build and you'll be able to see your exceptions now :p
 
Top