It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
high rated
avatar
blackfeld: It's great to see such a beautiful, well crafted game day one on Linux. Unfortunately, I've encountered a game breaking bug: As soon as I start the game I can see a mouse cursor and a black screen – that's it. After some time wave sounds appear, but it doesn't go any further.
(...)
avatar
clerian: I've got the same problem (...)
avatar
ewhac: Same issue here (...)
Hello everyone,

Thanks for reporting the problem! We will let the developer know about the issue.

It looks like the game struggles to find the correct resolution and as a result of that, it tries to create a fullscreen window of with 0x0 dimensions. It's a bug of a Unity screen selector plugin.

As a workaround, you need to open the game configuration file (created after running the game at least once):

$HOME/.config/unity3d/Daedalic Entertainment GmbH/AER_ Memories of Old/prefs

And change lines:

<pref name="Screenmanager Is Fullscreen mode" type="int">1</pref>
<pref name="Screenmanager Resolution Height" type="int">0</pref>
<pref name="Screenmanager Resolution Width" type="int">0</pref>

to:

<pref name="Screenmanager Is Fullscreen mode" type="int">0</pref>
<pref name="Screenmanager Resolution Height" type="int">720</pref>
<pref name="Screenmanager Resolution Width" type="int">1280</pref>

Let me know if that helped!
avatar
clerian: (..) it seems as if important game files are missing in the installer:

./start.sh
Running AER - Memories of old
Set current directory to /data/spiele/AER Memories of old/game
Found path: /data/spiele/AER Memories of old/game/AER.x86_64
Mono path[0] = '/data/spiele/AER Memories of old/game/AER_Data/Managed'
Mono path[1] = '/data/spiele/AER Memories of old/game/AER_Data/Mono'
Mono config path = '/data/spiele/AER Memories of old/game/AER_Data/Mono/etc'
Preloaded 'ScreenSelector.so'
Player data archive not found at `/data/spiele/AER Memories of old/game/AER_Data/data.unity3d`, using local filesystem
Not at all! Many Unity engine games display such message in their logs and function 100% properly. It's just a weird quirk of Unity ¯\_(ツ)_/¯
Post edited October 30, 2017 by linuxvangog