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 Client.viewportWidth

Joined
Jan 18, 2016
Messages
12
Runemate version 2.1.8

Code:
[SDK Debug] Unable to resolve the class component of Client.viewportWidth
[SDK Debug] Unable to resolve the field component of Client.viewportWidth
java.rmi.RemoteException: Unable to reflect Client.viewportWidth; nested exception is:
    java.lang.ClassNotFoundException: Client
    at aux.IiIiIIIiIi.long(mc:758)
    at aux.IiIiIIIiIi.long(mc:428)
    at aux.IiIiIIIiIi.int32(mc:907)
    at sun.reflect.GeneratedMethodAccessor28.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.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)
Caused by: java.lang.ClassNotFoundException: Client
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at app.u.loadClass(u.java:79)
    at java.lang.ClassLoader.findSystemClass(ClassLoader.java:1050)
    at b.a(b.java:20)
    at h.a(h.java:31)
    at b.findClass(b.java:31)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at aux.IiIiIIIiIi.long(mc:897)
    at aux.IiIiIIIiIi.long(mc:704)
    ... 16 more

Not quite sure what is the cause of this, any help would be appreciated.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
The reason this happens is you are doing something that is only for osrs in rs3 or vice versa. Thanks Cloud
 
Last edited:
Engineer
Joined
Jul 28, 2013
Messages
2,776
The reason this happens is you are doing something that is only for osrs in rs3 or vice versa. Thanks Cloud
It would be helpful to know which method this occurred on though since typically we throw a custom exception for this situation, but occasionally the check is forgotten.
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
It would be helpful to know which method this occurred on though since typically we throw a custom exception for this situation, but occasionally the check is forgotten.
It was OSRSTab that caused this exception when run on rs3 for me.
 
Top