Does it crash even if you use PageUp/PageDown keys instead?
Could you please attach your se.log file which is located in your SpaceEngine/system/ folder, as requested in the topmost message of this thread?
[MT] "addons/catalogs/planets/Freelancer-NewTokyo.sc" line 439: ERROR: Syntax error '.21634'
[MT] "addons/catalogs/planets/SG-Chulaksystem.sc" line 4102: ERROR: Syntax error '.788'
[MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7073: WARNING: Duplicate body found at line 7399 "S24" --- "S24", second removed
[MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7182: WARNING: Duplicate body found at line 7508 "S25" --- "S25", second removed
[MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7291: WARNING: Duplicate body found at line 7616 "S26" --- "S26", second removed
[MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 9907: WARNING: Duplicate body found at line 10015 "S47" --- "S47", second removed
[MT] ERROR: Body "P3X-888 10" have unknown parent object "P3X-888 10-P3X-888 10.1"
[MT] ERROR: Body "P3X-888 10.1" have unknown parent object "P3X-888 10-P3X-888 10.1"SE generates up to 1000 asteroids and often around 150 comets in one system. I tend to keep them all. But it may have been a problem with memory somewhow, because I have removed all addons I am not playing with at the moment and it has not crashed yet (for 15 minutesAn'shur,
maybe your comet script contains too many objects.
The same problem I have when I use asteroid belts with too many objects.
I guess the number of possible nonprocedural objects is limited by the available memory.
Fixed most of them..An'shur, you should solve syntax errors in scripts first, because they could cause an error chain which ultimately could result in your crashes.Last two could be related to a missing barycenter.Code: Select all[MT] "addons/catalogs/planets/Freelancer-NewTokyo.sc" line 439: ERROR: Syntax error '.21634' [MT] "addons/catalogs/planets/SG-Chulaksystem.sc" line 4102: ERROR: Syntax error '.788' [MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7073: WARNING: Duplicate body found at line 7399 "S24" --- "S24", second removed [MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7182: WARNING: Duplicate body found at line 7508 "S25" --- "S25", second removed [MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 7291: WARNING: Duplicate body found at line 7616 "S26" --- "S26", second removed [MT] "addons/catalogs/planets/SG-Delmaksystem.sc" line 9907: WARNING: Duplicate body found at line 10015 "S47" --- "S47", second removed [MT] ERROR: Body "P3X-888 10" have unknown parent object "P3X-888 10-P3X-888 10.1" [MT] ERROR: Body "P3X-888 10.1" have unknown parent object "P3X-888 10-P3X-888 10.1"
Procedural generated objects do not exist when they are not displayed. Then they do not occupy any memory.
I copy-pasted those errors from your se.log file, wich is refreshed every time you run SE, by simply searching for "ERROR" or "WARNING" so, yeah that's it.




Why no? It's possible, read the adding planets manual.
You have attached a log of some successful run.
It's impossible to help you with the info you have provided. Please be more specific, attach the log file, describe you system specs and driver version, write name of a problematic star, etc.