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 Bot don't starting on linux

Joined
Aug 1, 2017
Messages
1
Can't start the bot in linux.

Code:
java.lang.UnsatisfiedLinkError: no attach in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
    at java.lang.Runtime.loadLibrary0(Runtime.java:870)
    at java.lang.System.loadLibrary(System.java:1122)
    at sun.tools.attach.LinuxVirtualMachine.<clinit>(fr:7367)
    at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(fy:90)
    at com.sun.tools.attach.VirtualMachine.attach(so:20595)
    at nul.IIIIIiiIIIIII.this(szb:101)
    at nul.iIiIiiiIIIIiI.run(zwb:215)

Scanned for and identified 1 game frames in 449ms.
java.lang.NoClassDefFoundError: Could not initialize class sun.tools.attach.LinuxVirtualMachine
    at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(fy:90)
    at com.sun.tools.attach.VirtualMachine.attach(so:20595)
    at nul.IIIIIiiIIIIII.this(szb:101)
    at nul.iIiIiiiIIIIiI.run(zwb:215)

My java version

java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

Unix version
Code:
         _,met$$$$$gg.           xcb200@debian
      ,g$$$$$$$$$$$$$$$P.        OS: Debian 8.9 jessie
    ,g$$P""       """Y$$.".      Kernel: x86_64 Linux 4.9.0-2-amd64
   ,$$P'              `$$$.      Uptime: 50m
  ',$$P       ,ggs.     `$$b:    Packages: 3071
  `d$$'     ,$P"'   .    $$$     Shell: bash 4.4.12
   $$P      d$'     ,    $$P     Resolution: 1920x1080
   $$:      $$.   -    ,d$$'     DE: GNOME
   $$\;      Y$b._   _,d$P'      WM: GNOME Shell
   Y$$.    `.`"Y$$$$P"'          WM Theme:
   `$$b      "-.__               GTK Theme: Adwaita [GTK2/3]
    `Y$$                         Icon Theme: oxygen
     `Y$$.                       Font: Cantarell 11
       `$$b.                     CPU: Intel Core i7-3610QM @ 8x 3.3GHz [55.0°C]
         `Y$$b.                  GPU: GeForce GTX 660M
            `"Y$b._              RAM: 4679MiB / 16004MiB
                `""""

Using both SUDO or not SUDO to execute the RuneMate don't work.
 
Joined
Aug 21, 2017
Messages
1
Having the same issue here.

It is issued because a library that is used has a false path, do we need to set a global variable for this?

@Party @Arbiter
 
Last edited:
Top