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

Bug java.lang.UnsatisfiedLinkError - Prevents bot from running

Discussion in 'Developer Support' started by Artemis23, Sep 5, 2018.

  1. Artemis23

    Joined:
    Apr 16, 2018
    Messages:
    2
    Likes Received:
    0
    Anyone know how to fix this? When I try to run my bot I receive these errors and it fails to run:

    Exception in thread "VM Poller" java.lang.UnsatisfiedLinkError: sun.tools.attach.WindowsAttachProvider.tempPath()Ljava/lang/String;
    at sun.tools.attach.WindowsAttachProvider.tempPath(Native Method)
    at sun.tools.attach.WindowsAttachProvider.isTempPathSecure(hda:6)
    at sun.tools.attach.WindowsAttachProvider.listVirtualMachines(hda:231)
    at com.sun.tools.attach.VirtualMachine.list(cca:3)
    at nul.IiiiiIiiiIiii.true(yyc:31)
    at nul.IiiiiIiiiIiii.const(yyc:193)
    at nul.IiIiiIiiiiIiI.true(zac:16265)
    at java.lang.Thread.run(Unknown Source)
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Which operating system are you encountering this on?
     
  3. Ykrivan

    Joined:
    Dec 25, 2018
    Messages:
    2
    Likes Received:
    0
    Sorry to necro, I'm having the same issue,
    I'm on Windows 10, Version 1709, Build 16299.431

    Stacktrace Below:
    Exception in thread "VM Poller" java.lang.UnsatisfiedLinkError: sun.tools.attach.WindowsAttachProvider.tempPath()Ljava/lang/String;
    at sun.tools.attach.WindowsAttachProvider.tempPath(Native Method)
    at sun.tools.attach.WindowsAttachProvider.isTempPathSecure(WindowsAttachProvider.java:91)
    at sun.tools.attach.WindowsAttachProvider.listVirtualMachines(WindowsAttachProvider.java:75)
    at com.sun.tools.attach.VirtualMachine.list(VirtualMachine.java:147)
    at nul.IiiIIIiiiIiII.try(JagexVMs.java:109)
    at nul.IiiIIIiiiIiII.final(JagexVMs.java:92)
    at nul.iIIiIIiiIiiiI.try(InstanceConfigPage.java:528)
    at java.base/java.lang.Thread.run(Unknown Source)
     

Share This Page

Loading...