Jump to content

OSBot doesn't start on Linux


LordMint

Recommended Posts

Hi, I used TopBot before and I want to switch to OSBot.

I can't start OSBot on my Linux machine. I am using Linux Mint Debian (LMDE) and I upgraded to the newest Oracle Java Version. If I want to execute the jar file I get this error:

admin@lmde ~/Downloads $ java -version
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) Server VM (build 25.144-b01, mixed mode)
admin@lmde ~/Downloads $ java -jar osbot.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/Oracle_Java/jre1.8.0_144/lib/i386/libawt_xawt.so: libXrender.so.1: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
	at java.lang.Runtime.load0(Runtime.java:809)
	at java.lang.System.load(System.java:1086)
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1845)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at java.awt.Toolkit$3.run(Toolkit.java:1636)
	at java.awt.Toolkit$3.run(Toolkit.java:1634)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
	at java.awt.Toolkit.<clinit>(Toolkit.java:1668)
	at javax.swing.UIManager.getSystemLookAndFeelClassName(UIManager.java:611)
	at org.osbot.BotApplication.iiiiIiiiiiII(vt:210)
	at org.osbot.Boot.main(ks:6)
Link to comment
Share on other sites

Wine is just an emulator for Windows Files (exe). Running Java files shouldn't be a problem on Linux.

I already fixed it. There was a weird problem that I never faced before. It seemed that some libs were missing, but when I tried to install them it said that they were already installed.
Turns out I somehow got the 64bit libs, even though I needed the x86. So I installed the x86 libs and everything just works fine now.

I think this is just an Error with Linux Mint Debian. It is a very experimental Distribution.

Link to comment
Share on other sites

  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...