- Joined
- Dec 10, 2014
- Messages
- 3,332
- Thread Author
- #1
The Client combobox looks like this:
. Only one client is open, although "ps ax | grep RuneScape" finds 3 processes, and only one of them matches the values in the box (24510).
The other two bring up notifications about an AgentLoadException and AttachNotSupportedException when sudo.
And when not sudo they just come up as Exceptions
Possibly related to https://www.runemate.com/community/...u-ioexception-cannot-run-window_info-sh.5690/
@Cloud @Arbiter

The other two bring up notifications about an AgentLoadException and AttachNotSupportedException when sudo.
Code:
Error opening zip file or JAR manifest missing: /root/RuneMate/cache/bind.jar
Failed to bind to virtual machine because of a AgentLoadException
com.sun.tools.attach.AgentLoadException: Agent JAR not found or no Agent-Class attribute
at sun.tools.attach.HotSpotVirtualMachine.loadAgent(ge:202)
at nul.IIiIiIiIIIII.enum(nic:106)
at nul.IiIIiIiiiiII.run(bbc:207)
Code:
Failed to bind to virtual machine because of a AttachNotSupportedException
com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM
not loaded
at sun.tools.attach.LinuxVirtualMachine.<init>(in:2)
at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(ci:153)
at com.sun.tools.attach.VirtualMachine.attach(mn:148)
at nul.IIiIiIiIIIII.enum(nic:12)
at nul.IiIIiIiiiiII.run(bbc:207)
Code:
Failed to bind to virtual machine because of a Exception
java.lang.Exception: Failed to bind to the virtual machine.
at nul.IIiIiIiIIIII.enum(nic:153)
at nul.IiIIiIiiiiII.run(bbc:207)
Caused by: java.rmi.NotBoundException: RMIBridge-14271
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:166)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:410)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:268)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
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)
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:379)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at nul.IiIIiIiIiiII.enum(qzb:216)
at nul.IIiIiIiIIIII.enum(nic:100)
... 1 more
Code:
Failed to bind to virtual machine because of a Exception
java.lang.Exception: Failed to bind to the virtual machine.
at nul.IIiIiIiIIIII.enum(nic:153)
at nul.IiIIiIiiiiII.run(bbc:207)
Caused by: java.rmi.NotBoundException: RMIBridge-29509
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:166)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:410)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:268)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
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)
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:379)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at nul.IiIIiIiIiiII.enum(qzb:216)
at nul.IIiIiIiIIIII.enum(nic:100)
... 1 more
@Cloud @Arbiter