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

×
I see my cursor and I can her the game music but all i see is a blank blue-ish screen.
I can hear my keys doing "something" but no images display.

Currently on Nvidia proprietary drivers.
This question / problem has been solved by Daedalusgogimage
avatar
razing32: I see my cursor and I can her the game music but all i see is a blank blue-ish screen.
I can hear my keys doing "something" but no images display.

Currently on Nvidia proprietary drivers.
I had the same problem. I believe it is a bug from the game engine, Unity3D. It happens when a game starts in fullscreen. I use Xubunu 16.04.

To avoid that go to the preferences file and change the values in those three lines:

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

The first line deactivates the fullscreen, remplace the "1" per "0"
The second line is the height of th egame window, just enter the value you like. i put 900
I do not need to explain the third.

The file is located in :

/home/YourName/.config/unity3d/Nerial/Reigns_ Her Majesty/prefs

Of course YourName is the replaced by the name you use on your computer.

Edit: Maybe you should edit the title of the topic to tell it is a Linux specific issue. :)
Post edited March 03, 2018 by Daedalusgog
avatar
razing32: I see my cursor and I can her the game music but all i see is a blank blue-ish screen.
I can hear my keys doing "something" but no images display.

Currently on Nvidia proprietary drivers.
avatar
Daedalusgog: I had the same problem. I believe it is a bug from the game engine, Unity3D. It happens when a game starts in fullscreen. I use Xubunu 16.04.

To avoid that go to the preferences file and change the values in those three lines:

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

The first line deactivates the fullscreen, remplace the "1" per "0"
The second line is the height of th egame window, just enter the value you like. i put 900
I do not need to explain the third.

The file is located in :

/home/YourName/.config/unity3d/Nerial/Reigns_ Her Majesty/prefs

Of course YourName is the replaced by the name you use on your computer.

Edit: Maybe you should edit the title of the topic to tell it is a Linux specific issue. :)
Yup , that does the trick.
Seems a unity fullscreen bug.
Surprising how common those are.

Thanks.