1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Spectre binding

Discussion in 'Developer Support' started by Derk, Feb 24, 2016.

  1. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    Code (Text):
    1. Failed to bind to virtual machine because of a Exception
    2. java.lang.Exception: Failed to bind to the virtual machine.
    3.     at nul.IIIiIIiiIIiI.this(kbc:269)
    4.     at nul.iiiiiIiIiiiI.run(ghc:96)
    5. Caused by: java.rmi.ConnectException: Connection refused to host: 192.168.2.3; nested exception is:
    6.     java.net.ConnectException: Connection refused: connect
    7.     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
    8.     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
    9.     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
    10.     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)
    11.     at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    12.     at nul.iIiiIIiIiIII.this(vic:258)
    13.     at nul.IIIiIIiiIIiI.this(kbc:207)
    14.     ... 1 more
    15. Caused by: java.net.ConnectException: Connection refused: connect
    16.     at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    17.     at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
    18.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
    19.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    20.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    21.     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
    22.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    23.     at java.net.Socket.connect(Socket.java:589)
    24.     at java.net.Socket.connect(Socket.java:538)
    25.     at java.net.Socket.<init>(Socket.java:434)
    26.     at java.net.Socket.<init>(Socket.java:211)
    27.     at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
    28.     at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
    29.     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
    30.     ... 7 more
    31.  
    Might be related to another thing:

    [​IMG]

    That happens in the client. Consistently.

     
  2. Best Answer:
    Post #8 by Arbiter, Apr 6, 2016
  3. Qosmiof2

    Qosmiof2 I've been called a god before.

    Joined:
    Aug 5, 2014
    Messages:
    3,212
    Likes Received:
    924
    WEllll yall voted NO to advertising so it makes sense XD
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Stop trying to run the game with a 64 bit JRE, jagexappletviewer.jar doesn't like that on windows.
     
  5. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    Adding to that, spectre needs to run in 32bit as well because it won't be able to attach to the game client if it's in 64bit.
     
  6. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    @Cloud how do you plan to handle this for end users?
     
  7. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    Official client's embedded JRE is 32bit. On our end we will either figure out a way to support 64bit or force 32bit.
     
  8. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Most likely by forcing the user to use a compatible JRE when Spectre is ran.
     
  9. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    Resolving due to thread age. Please re-post if the bug still exists.
     
    Derk likes this.

Share This Page

Loading...