Posted December 04, 2020
I just bought this game and when trying to "Launch" a new "Vanilla" game it just crashes with the following ending lines in the Terminal:
[SNAKE2D] ---Core was sucessfully disposed
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API FAIL] SteamAPI_Init() failed
terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std::thread: Operation not permitted
./start.sh: line 16: 11307 Aborted ./"songsofsyx"
It seems that it's trying to use the Steam API.
Game version: 0.54.18
[SNAKE2D] SYSTEM INFO
[SNAKE2D] ---Running on a: Linux, amd64 Platform.
[SNAKE2D] ---jre: 1.8.0_261 bits: 64
[SNAKE2D] ---charset: US-ASCII
[SNAKE2D] ---Processors avalible: 4
[SNAKE2D] ---JRE Memory
[SNAKE2D] Total: 243
[SNAKE2D] Free: 238
[SNAKE2D] Used: 5
[SNAKE2D] Max: 919
[SNAKE2D] ---JRE Input Arguments : : -Xmx1G,
[SNAKE2D] ------------------------
[SNAKE2D] ---Core was sucessfully disposed
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API FAIL] SteamAPI_Init() failed
terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std::thread: Operation not permitted
./start.sh: line 16: 11307 Aborted ./"songsofsyx"
It seems that it's trying to use the Steam API.
Game version: 0.54.18
[SNAKE2D] SYSTEM INFO
[SNAKE2D] ---Running on a: Linux, amd64 Platform.
[SNAKE2D] ---jre: 1.8.0_261 bits: 64
[SNAKE2D] ---charset: US-ASCII
[SNAKE2D] ---Processors avalible: 4
[SNAKE2D] ---JRE Memory
[SNAKE2D] Total: 243
[SNAKE2D] Free: 238
[SNAKE2D] Used: 5
[SNAKE2D] Max: 919
[SNAKE2D] ---JRE Input Arguments : : -Xmx1G,
[SNAKE2D] ------------------------
Post edited December 04, 2020 by nixfsck3er
This question / problem has been solved by joepie91