Jonahrf1999 wrote:Im not sure, I believe the problem might be i just need more ram, but i believe i fixed the problen by setting my graphics to my lowest settings. the game is not even crashing or very slow at startup anymore!
I am having one problem with black patches on the clouds, primary when looking up at a hurricane but thats basically it!
Pyrpyr wrote:Source of the post Hi, I am having a problem and I can't find a solution for it. Sometimes, Solar System just disappears, and it can be gone for a long time.
JackDole wrote:Pyrpyr wrote:Source of the post Hi, I am having a problem and I can't find a solution for it. Sometimes, Solar System just disappears, and it can be gone for a long time.
You should post your 'se.log'. It is in the 'system' directory of SpaceEngine.
You can use Pastebin for this and post the link here.
But you could first remove all addons you may have! One of them may be buggy.
Pyrpyr wrote:JackDole wrote:Pyrpyr wrote:Source of the post Hi, I am having a problem and I can't find a solution for it. Sometimes, Solar System just disappears, and it can be gone for a long time.
You should post your 'se.log'. It is in the 'system' directory of SpaceEngine.
You can use Pastebin for this and post the link here.
But you could first remove all addons you may have! One of them may be buggy.
I don't use any addons. I found something weird in log, it looks like that's the problem
[MT] Deleting atmosphere model "Neptune"
[MT] Deleting atmosphere model "Jupiter"
[MT] Deleting atmosphere model "Sun"
and later:
[MT] Deleting atmosphere model "Neptune"
[MT] Deleting atmosphere model "Earth"
[MT] Deleting atmosphere model "Sun"
idk why only 4 objects, whole solar system is gone
link to full se.log: https://pastebin.com/che3py5w
Pyrpyr wrote:Source of the post I found something weird in log, it looks like that's the problem
[MT] Deleting atmosphere model "Neptune"
[MT] Deleting atmosphere model "Jupiter"
[MT] Deleting atmosphere model "Sun"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Loading shader "cache/shaders/AMD_26.20.15015.1007_4.6.13586_4.60/bin/planet_glow_sun_light1.bin"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Deleting atmosphere model "Jupiter"
...
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Creating planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Initializing planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Creating planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Initializing planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
...
JackDole wrote:Pyrpyr wrote:Source of the post I found something weird in log, it looks like that's the problem
[MT] Deleting atmosphere model "Neptune"
[MT] Deleting atmosphere model "Jupiter"
[MT] Deleting atmosphere model "Sun"
That is not the problem. This only means that SpaceEngine removes data that is not currently needed from the memory.
(Incidentally, the names have nothing to do with the solar system, but are only the names for the atmosphere models of certain planet types. They are used for all planets, including procedurally generated ones.)
But I found the following error messages in your log:Code: Select all[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Loading shader "cache/shaders/AMD_26.20.15015.1007_4.6.13586_4.60/bin/planet_glow_sun_light1.bin"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Deleting atmosphere model "Jupiter"
...
andCode: Select all[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Creating planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Initializing planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
[MT] Creating planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Initializing planetary system of star "RS 8474-3618-8-9635024-989"
[MT] Saving script "config/save-user.cfg"
[MT] ERROR: Script::Load(): Can't write the file "config/save-user.cfg"
...
(Actually there are a lot more.)
This means that Windows does not give you write permission.
So you could either start SE as administrator, or uninstall it and reinstall it in a different folder.
Best not on drive 'C:'. If you only have one drive, definitely not in 'C:\Program Files (x86)' or 'C:\Program Files'.
Then we'll see if the problem persists.
(By the way, you are using SE version 0.980. So your problem doesn't actually belong in this thread, but in this: Troubleshooting and bug reports - SpaceEngine 0.9.8.0)