Welcome!

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

Sign up now!

Question NullException Thrown!

Joined
Nov 20, 2017
Messages
3
Has anyone found the solution to this? None of my bots worked.. I have reinstalled Runemate, Java, RS3 and nothing worked. Help please.


java.lang.NullPointerException
at nul.iIIIiIiiIiiiI.else(ngc:73)
at nul.iIIIiIiiIiiiI.else(ngc:84)
at nul.iIIIiIiiIiiiI.else(ngc:157)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
 
Joined
Dec 2, 2017
Messages
8
I'm having the same problem.. Not sure what to do either.
EDIT: I just noticed my problem is completely different, sorry for posting here

 
Was able to reproduce the above error on Ubuntu 16.04. Even tried a different JRE -

Steps to reproduce:
1. Open RuneMate
2. Try to login with email and password to RuneMate account
3. The below "IllegalStateException" error is displayed and RuneMate does not finish logging in (it tries to login forever).


[Debug] Java Home: /opt/runemate/jre
[Debug] Java Version: 8u151 x64 (Oracle Corporation)
[Debug] Maximum Heap Size: 683MB
[Debug] RuneMate Version: 2.74.2
[Debug] Operating System: Linux x64
java.lang.IllegalStateException: Not a JSON Object: null
at com.google.gson.JsonElement.getAsJsonObject(eqc:222)
at nul.IIIIIIiiIIiiI.else(tbc:19630)
at nul.IIIIIiiIiiIIi.else(iob:14824)
at nul.IIIIIiiIiiIIi.else(iob:5855)
at java.lang.Thread.run(Thread.java:748)
 
Last edited:
Top