Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug java.lang.UnsatisfiedLinkError - Prevents bot from running

Joined
Apr 16, 2018
Messages
2
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)
 
Joined
Dec 25, 2018
Messages
2
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)
 
Top