Welcome!

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

Sign up now!

Bug java.rmi.ServerException: RemoteException

Joined
Sep 22, 2015
Messages
1,610
Client Version: 2.0.3.1

Error:
Code:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:

 java.rmi.RemoteException: Unable to retrieve the value of aqd.p for 13709011648748616; nested exception is:

 java.lang.ClassCastException: required class aqd but encountered class sf

 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:353)

 at sun.rmi.transport.Transport$1.run(Transport.java:177)

 at sun.rmi.transport.Transport$1.run(Transport.java:174)

 at java.security.AccessController.doPrivileged(Native Method)

 at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

 at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)

 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)

 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)

 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

 at java.lang.Thread.run(Thread.java:722)

 at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)

 at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)

 at sun.rmi.server.UnicastRef.invoke(Unknown Source)

 at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source)

 at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)

 at com.sun.proxy.$Proxy8.serialize(Unknown Source)

 at nul.IiIIIIiiiiII.do(fub:80)

 at com.runemate.game.api.hybrid.local.hud.Menu.getItems(pbc:89)

 at com.runemate.game.api.hybrid.local.hud.Menu.getItem(pbc:4)

 at com.runemate.game.api.hybrid.local.hud.Menu.click(pbc:39)

 at nul.iiiIiIiiIiiI.interact(prb:102)

 at com.runemate.game.api.hybrid.entities.details.Interactable.interact(mm:43)

 at QveChickenKiller.Tasks.FightingHandler.execute(FightingHandler.java:47)

 at com.runemate.game.api.script.framework.task.TaskScript.onLoop(tpb:89)

 at com.runemate.game.api.script.framework.LoopingScript.run(apb:85)

 at com.runemate.game.api.script.framework.AbstractScript.start(pxb:43)

 at nul.IiiiiIiIiIII.run(jhc:145)

Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqd.p for 13709011648748616; nested exception is:

 java.lang.ClassCastException: required class aqd but encountered class sf

 at nul.iiIiIIiIII.null(ob:935)

 at nul.iiIiIIiIII.serialize(ob:793)

 at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)

 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:601)

 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)

 at sun.rmi.transport.Transport$1.run(Transport.java:177)

 at sun.rmi.transport.Transport$1.run(Transport.java:174)

 at java.security.AccessController.doPrivileged(Native Method)

 at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

 at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)

 at sun.rmi.

Line 47:
if (npc.interact("Attack", "Chicken")) {

@Cloud
 
Top