There's also another workaround: Instead of using LD_PRELOAD to force loading the libsdl2 version that's bundled along with the game, one can use a nifty feature of libsdl2, which gets explained here: https://plus.google.com/u/0/+RyanGordon/posts/TB8UfnDYu4U
Basically this feature allow to use the system installed libsdl2 version even if an application is statically linked against libsdl2 (the Unity player is statically linked against it...).
So, what I am doing in order to get the game running is to set the following environment variable (of course with the correct path to your system installed libsdl2):
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.
I reported this back in the BB as well, but figure it's OK to repost it here, along with a workaround.
Essentially, if your OS version of libSDL2 does not match the one needed by the game, the libAkSoundEngine.so library freezes
and the game gets stuck at a black screen with 100% cpu use.
A workaround is to add this line under Launch Options in steam:
edit: soulsource has another, neater workaround:
Edited by kujegerShare this post
Link to post
Share on other sites