#The game does't launch from steam, only through CLI

1 messages · Page 1 of 1 (latest)

cloud aspen
#

When i try to launch the game from steam nothing happens.
For me to be able to launch from CLI I have to create a file called steam_appid.txt with the content 1084020 in the game folder.

But even then i can't launch the game from steam, I have to launch it from CLI.

I'm on arch Linux, on the latest version of steam.

I described the problem here too:
https://steamcommunity.com/app/1084020/discussions/0/3801650561772653292/?tscn=1689108986

The game does't start, I have java-17-openjdk and java-8-openjdk installed and see that there is an version of the JRE that comes with the game. I'm on Linux, and there is no error message, or crash logs.

exotic ember
#

The dev handles alot of the Linux stuff , so it'll be a few hours before he can help ya

cloud aspen
#

Since i can launch the game from CLI, this is not a big issue, I can wait for a fix.

summer oar
#

Closing steam and opening it through the command line should show the game launch logs and why it does not run into the standard error of the console.

cloud aspen
#

there is a java exception at the end

summer oar
#

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-17-openjdk/lib/libnio.so: /usr/lib/jvm/java-17-openjdk/lib/libnio.so: undefined symbol: reuseport_available

#

Ah

#

It's environment related

#

Game cannot find certain libraries

#

I had this issue myself

#

fixed it by specifying the java library path

#
~/.profile
# Fix Java was broken
export LD_LIBRARY_PATH=/usr/lib/jvm/default-runtime/lib/server/
#

If that doesn't work

#

You might prepend that to launch arguments