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 ServerException: RemoteException

s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,232
I'm getting this exception when running my divination bot through spectre, however it works fine in the vanilla RM client. Just thought I'd post this here with hopes that it helps :)

Code:
Unable to resolve field component of Player.id
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.RemoteException: Unable to find class object for Player; nested exception is:
        java.lang.ClassNotFoundException: Player
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
        at com.sun.proxy.$Proxy8.int32(Unknown Source)
        at nul.IiIiiIiiIIiI.case(kfc:102)
        at nul.IiiIiIiiiIII.getId(bub:174)
        at nul.IiiIiIiiiIII.getDefinition(bub:121)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(gdc:56)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(gdc:16)
        at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(zob:189)
        at java.util.ArrayList.removeIf(ArrayList.java:1405)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.results(zob:18)
        at com.Sudo.bots.SudoDivination.DivMethods.startConvert(DivMethods.java:53)
        at com.Sudo.bots.SudoDivination.SudoDivination.onLoop(SudoDivination.java:63)
        at com.runemate.game.api.script.framework.LoopingScript.run(yqb:276)
        at com.runemate.game.api.script.framework.AbstractScript.start(tvb:255)
        at nul.iiIiIIiIiiIi.run(ndc:64)
Caused by: java.rmi.RemoteException: Unable to find class object for Player; nested exception is:
        java.lang.ClassNotFoundException: Player
        at nul.IiIiiiIiii.else(Unknown Source)
        at nul.IiIiiiIiii.else(Unknown Source)
        at nul.IiIiiiIiii.else(Unknown Source)
        at nul.IiIiiiIiii.int32(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Player
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at app.u.loadClass(u.java:79)
        at java.lang.ClassLoader.findSystemClass(Unknown Source)
        at e.a(e.java:85)
        at e.findClass(e.java:28)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        ... 20 more
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Has this occurred in more than one spectre session? It looks like something that would have been a fluke.
 
If it has occurred in multiple sessions, which version of spectre did this occur on?
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,232
Has this occurred in more than one spectre session? It looks like something that would have been a fluke.
 
If it has occurred in multiple sessions, which version of spectre did this occur on?
It has occurred in separate sessions.

This occurred in V1.0.29
 
The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
This is happening consistently for me in RS3:

Code:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
        java.lang.ClassNotFoundException: Npc
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
        at com.sun.proxy.$Proxy8.int32(Unknown Source)
        at nul.iiIiIIiIiiiI.case(qhc:171)
        at nul.IiIiiIiiiiiI.getId(omb:142)
        at nul.IiIiiIiiiiiI.getDefinition(omb:166)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(ibc:79)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(ibc:50)
        at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(xqb:111)
        at java.util.ArrayList.removeIf(ArrayList.java:1405)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.results(xqb:173)
        at com.eagles13.example.ExampleBot.onLoop(ExampleBot.java:20)
        at com.runemate.game.api.script.framework.LoopingScript.run(cqb:10)
        at com.runemate.game.api.script.framework.AbstractScript.start(btb:20)
        at nul.iIiIIIiIiIiI.run(mec:227)
Caused by: java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
        java.lang.ClassNotFoundException: Npc
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.int32(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Npc
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at app.u.loadClass(u.java:79)
        at java.lang.ClassLoader.findSystemClass(Unknown Source)
        at b.a(b.java:9)
        at b.findClass(b.java:80)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        ... 20 more

More @ 2016-03-10_13-27-34.txt · GitHub
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
This is happening consistently for me in RS3:

Code:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
        java.lang.ClassNotFoundException: Npc
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
        at com.sun.proxy.$Proxy8.int32(Unknown Source)
        at nul.iiIiIIiIiiiI.case(qhc:171)
        at nul.IiIiiIiiiiiI.getId(omb:142)
        at nul.IiIiiIiiiiiI.getDefinition(omb:166)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(ibc:79)
        at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(ibc:50)
        at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(xqb:111)
        at java.util.ArrayList.removeIf(ArrayList.java:1405)
        at com.runemate.game.api.hybrid.queries.QueryBuilder.results(xqb:173)
        at com.eagles13.example.ExampleBot.onLoop(ExampleBot.java:20)
        at com.runemate.game.api.script.framework.LoopingScript.run(cqb:10)
        at com.runemate.game.api.script.framework.AbstractScript.start(btb:20)
        at nul.iIiIIIiIiIiI.run(mec:227)
Caused by: java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
        java.lang.ClassNotFoundException: Npc
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.int32(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Npc
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at app.u.loadClass(u.java:79)
        at java.lang.ClassLoader.findSystemClass(Unknown Source)
        at b.a(b.java:9)
        at b.findClass(b.java:80)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        ... 20 more

More @ 2016-03-10_13-27-34.txt · GitHub
The hash errors in that link are all caused by you using an outdated bind.jar
 
The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
Can confirm that this is still happening with v0.32:

MBNcd0g.png
 
The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
Can you please post this stack trace in code tags instead of an image so I can copy it?

Code:
Unable to resolve field component of Npc.id
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
    java.rmi.RemoteException: Unable to find class object for Npc; nested exception is: 
    java.lang.ClassNotFoundException: Npc
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    at com.sun.proxy.$Proxy8.int32(Unknown Source)
    at nul.IiIIiIiIiiIi.false(gac:236)
    at nul.IIiiiIiiiIiI.getId(wtb:131)
    at nul.IIiiiIiiiIiI.getDefinition(wtb:206)
    at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(uyb:103)
    at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(uyb:247)
    at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(swb:81)
    at java.util.ArrayList.removeIf(ArrayList.java:1405)
    at com.runemate.game.api.hybrid.queries.QueryBuilder.results(swb:84)
    at com.eagles13.example.ExampleBot.onLoop(ExampleBot.java:20)
    at com.runemate.game.api.script.framework.LoopingScript.run(fqb:232)
    at com.runemate.game.api.script.framework.AbstractScript.start(sxb:15)
    at nul.iiIiiIiiiIII.run(zyb:250)
Caused by: java.rmi.RemoteException: Unable to find class object for Npc; nested exception is: 
    java.lang.ClassNotFoundException: Npc
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.int32(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$256(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Npc
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at app.u.loadClass(u.java:79)
    at java.lang.ClassLoader.findSystemClass(Unknown Source)
    at i.a(i.java:105)
    at i.findClass(i.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    ... 20 more
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
v32
Code:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
    java.lang.ClassNotFoundException: Npc
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    at com.sun.proxy.$Proxy8.int32(Unknown Source)
    at nul.IiIIiIiIiiIi.false(gac:236)
    at nul.IIiiiIiiiIiI.getId(wtb:131)
    at nul.IiIIIIiIiiiI.false(bsb:206)
    at com.runemate.game.api.hybrid.region.Region.getCollisionFlags(mf:232)
    at com.runemate.game.api.hybrid.location.Coordinate.getReachableCoordinates(qgc:55)
    at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.false(sfc:123)
    at com.runemate.game.api.hybrid.queries.LocatableEntityQueryBuilder.accepts(sfc:180)
    at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(uyb:220)
    at com.runemate.game.api.hybrid.queries.GameObjectQueryBuilder.accepts(uyb:247)
    at com.runemate.game.api.hybrid.queries.QueryBuilder$1.test(swb:81)
    at java.util.ArrayList.removeIf(ArrayList.java:1405)
    at com.runemate.game.api.hybrid.queries.QueryBuilder.results(swb:84)
    at productions.celestial.bots.pinesplitter.tasks.Chop.execute(Chop.java:34)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(fnb:50)
    at com.runemate.game.api.script.framework.LoopingScript.run(fqb:232)
    at com.runemate.game.api.script.framework.AbstractScript.start(sxb:15)
    at nul.iiIiiIiiiIII.run(zyb:250)
Caused by: java.rmi.RemoteException: Unable to find class object for Npc; nested exception is:
    java.lang.ClassNotFoundException: Npc
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.int32(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: Npc
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at app.u.loadClass(u.java:79)
    at java.lang.ClassLoader.findSystemClass(Unknown Source)
    at a.a(a.java:213)
    at a.findClass(a.java:134)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    ... 20 more
I can relate. Only happened once so far, not sure how to reproduce.

EDIT: Happened again, same spectre & runescape instances.

Gets thrown when calling this:
Code:
final GameObject tree = GameObjects.newQuery().names("Arctic Pine").surroundingsReachable().results().sortByDistance().limit(2).first();


EDIT: Happens about every hour, sometimes Npc can't be found, sometimes Player, even after reloading client/spectre. Also gets thrown when calling GameObject#interact()
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
I believe this is resolved in V1.0.33 (which is about to be released), please confirm.
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,232
SudoDiv lasted for about 3 hours with no exception! I did have to close it at 3 hours though... it was crippling my pc lol (mouse lag even outside of spectre and whatnot, but this has already been reported)
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
NOOOOOO its back
@Cloud
Code:
java.lang.RuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Unable to retrieve the value of aqz.b for 120033392360128943; nested exception is:
    java.lang.ClassCastException: Cannot cast sq to aqz
    at com.runemate.game.api.script.Execution.delayUntil(qwb:60)
    at com.runemate.game.api.script.Execution.delayUntil(qwb:261)
    at com.runemate.game.api.script.Execution.delayUntil(qwb:44)
    at com.runemate.game.api.script.Execution.delayUntil(qwb:159)
    at com.runemate.game.api.hybrid.local.hud.Menu.click(pdc:218)
    at nul.iIiiiIiiIIII.interact(dxb:190)
    at com.runemate.game.api.hybrid.entities.details.Interactable.interact(xl:52)
    at nul.iIIIIIiiIiIi.interact(lpb:234)
    at productions.celestial.bots.ivycutter.tasks.Chop.execute(Chop.java:30)
    at com.runemate.game.api.script.framework.task.TaskScript.onLoop(jnb:80)
    at com.runemate.game.api.script.framework.LoopingScript.run(knb:91)
    at com.runemate.game.api.script.framework.AbstractScript.start(bwb:52)
    at nul.IiIIIIiIiiII.run(zcc:239)
Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Unable to retrieve the value of aqz.b for 120033392360128943; nested exception is:
    java.lang.ClassCastException: Cannot cast sq to aqz
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    at nul.IIiiiIiIiiiI.int(vmb:184)
    at com.runemate.game.api.hybrid.local.hud.Menu.getItems(pdc:98)
    at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(pdc:167)
    at com.runemate.game.api.hybrid.local.hud.Menu.contains(pdc:202)
    at com.runemate.game.api.hybrid.local.hud.Menu.int(pdc)
    at com.runemate.game.api.script.Execution.delayUntil(qwb:160)
    ... 12 more
Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqz.b for 120033392360128943; nested exception is:
    java.lang.ClassCastException: Cannot cast sq to aqz
    at nul.IIIiIiIIiI.enum(Unknown Source)
    at nul.IIIiIiIIiI.serialize(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at sun.rmi.transport.Transport$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: Cannot cast sq to aqz
    at java.lang.invoke.MethodHandleImpl.newClassCastException(Unknown Source)
    at java.lang.invoke.MethodHandleImpl.castReference(Unknown Source)
    ... 18 more
 
Joined
Sep 22, 2015
Messages
1,613
Yesterday my PC was lagging while using spectre, my bot was lagging also, camera movement was so bad. After PC restart it was ok for a bit but it uses alot of resources of my PC, tho i have an i7-4790k, 8gb of RAM and an Radeon r7 260x
 
Top