- Joined
- Nov 18, 2013
- Messages
- 126
- Thread Author
- #1
Hi,
I'm trying to run two accounts at once. The first runs fine, but after starting the first and attempting to start the second, I get this error.
Any ideas? Thanks!
A bit weird but just repeatedly trying to open new clients managed to fix this.. The post can be locked. Thanks
I'm trying to run two accounts at once. The first runs fine, but after starting the first and attempting to start the second, I get this error.
Code:
Failed to bind to the game client because of an Exception
java.lang.Exception: Failed to bind to the virtual machine.
at nul.IiIiIIiiIIII.void(utb:225)
at nul.IiiIiIiiiiIi.run(upb:60)
Caused by: java.rmi.NotBoundException: RMIBridge-12652
at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:126)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:403)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:267)
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 sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at nul.iIIiIIiIiIiI.void(zpb:5)
at nul.IiIiIIiiIIII.void(utb:211)
... 1 more
Failed to bind to the game client because of an AgentInitializationException
com.sun.tools.attach.AgentInitializationException: Agent JAR loaded but agent failed to initialize
at sun.tools.attach.HotSpotVirtualMachine.loadAgent(ey:155)
at nul.IiIiIIiiIIII.void(utb:223)
at nul.IiiIiIiiiiIi.run(upb:60)
Any ideas? Thanks!
A bit weird but just repeatedly trying to open new clients managed to fix this.. The post can be locked. Thanks