Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
edit: also tried the whole 5089/jre folder to replace 3089/jre same result
I'm having the same problem on my linux (Sparky Linux game over edition) and I really wanted to play it. The only solution I'm thinking right now is to run the game on wine, but I didn't wanted to resort to that.
janv. 12, 2020 8:06:56 AM com.jme3.system.JmeDesktopSystem initialize
INFOS: Running on jMonkeyEngine 3.2-6225
* Branch: master
* Git Hash: a31c244
* Build Date: 2016-12-14
Exception in thread "jME3 Main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1862)
at java.lang.Runtime.loadLibrary0(Runtime.java:874)
at java.lang.System.loadLibrary(System.java:1770)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:210)
at java.lang.Thread.run(Thread.java:804)
Here is what I have tried:
-Copying over the corresponding files from my 5089 install.
-Editing the start script so that it points to my system java
-Changing system to different versions of java (using archlinux-java) including:
--java-10-openjdk
--java-11-openjdk
--java-13-openjdk
What else can I try?
"$JAVA_HOME/bin/java" -Djava.library.path=$BASEDIR -Xmx512M -jar "$BASEDIR/3089.jar" > runlog.txt 2>&1
that will fix the game
THANK TOU!
I confirm this solved the issue on Ubuntu 14.04 64bit
File to edit is under: steamapps/common/3089/3089.sh
+1, thank you