Overview
Yo ladies and gentlemen! Today I will to show you how to fix this problem
Introduction
This guide will show you how to fix this issue named White Start Screen Problem
How to fix
If you have this issue, that’s may happen because you’ve got the Borderless Screen option enabled. To fix that, all you have to do is disable that option in the graphic settings’ file.
For that we have to go to C:(your Steam folder)steamappscommonNo Man’s SkyBinariesSETTINGS and here, select the file TKGRAPHICSSETTINGS.MXML and open it
This is graphic settings’ file. You can edit it with Notepad, Notepad++ or Komodo right-clicking and selecting Open with… I will use Notepad.
In this file, you have to find these lines:
<Property name=”FullScreen” value=”false” />
<Property name=”Borderless” value=”true” />
And change them by:
<Property name=”FullScreen” value=”true” />
<Property name=”Borderless” value=”false” />
Like this:
Save the file and close it.
Now you should have this problem fixed! Yeeeeey 😀
Important! (or not…)
This method just makes the game run in fullscreen instead borderless, because I, and probably you too, had this issue running it in borderless. We just have to wait for Hello Games to patch this problem.