- Joined
- Jan 18, 2016
- Messages
- 12
- Thread Author
- #1
Runemate version 2.1.8
Not quite sure what is the cause of this, any help would be appreciated.
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.