I just install SE 0.980 and patch it to 0.980e but it won't start at all, a screen pop up saying starting and thats it, the screen close and nothing happen, i really want to play this, so help please


Hi Mosfet, i can't open the link, is there something i need to do to open it? sorry i'm new to this stuff, thx b4mtorres2006,see this post by JackDole: http://forum.spaceengine.org/viewtopic. ... 515#p33458
SpaceEngine 0.980 doesn't work anymore with Nvidia drivers newer than 436.02 for some hardware combinations.
A user of the SpaceEngine Discord server has been able to solve this issue for his computer and someone else confirmed it worked for him too. The message has some images linked so I'll leave a link here: https://discordapp.com/channels/1489338 ... 2265397310

Thank You Mosfet for replying, yes i have discord account and its on but still can't open it. if i buy the 0.9.9.0 do you think it will run just fine?It's been published by a discord user in the SpaceEngine Discord server, so you need a Discord account in order to reach it.

i'm using VPN, is it because of that? but i try to turn it off and it still won't open, do i need to open it in discord app? because when i click your link it opens in my browser but with my account on it. sorry for my bad englishThank You Mosfet for replying, yes i have discord account and its on but still can't open it. if i buy the 0.9.9.0 do you think it will run just fine?It's been published by a discord user in the SpaceEngine Discord server, so you need a Discord account in order to reach it.
Delete the 'cache' folder in your SpaeEngine directory.So lately I may have ran into a quite nasty bug in the game, while I'm not entirely sure yet what causes the glitch (possibly using the planet scaling or the map mode), I know it causes every planet's texture to completely freak out whenever the camera moves, making known planet unrecognizable if not blinding sometimes as the lighting also goes off.
I've first tried the graphic settings, I was on average, but the glitch still showed up even when I set it on low. That and the cahe folders keeps showing back up everytime I boot up the game.Delete the 'cache' folder in your SpaeEngine directory.
And maybe your graphics setting is a little high and your video ram is running out.

It seems that your graphics driver is not suitable for the old version (0.980). Please purchase 0.990 on steam, which supports new graphics driver.[color=var(--text-normal)]Help Needed!![/color]
[color=var(--text-normal)]recently I purchased a new laptop and installed the Space Engine 0.980, but it won't start at all. besides when launched the SpaceEngine.exe the splash screen shows up but won't completely start.[/color]
[color=var(--text-normal)]Also, all the prerequisites are installed.[/color]
[color=var(--text-normal)]se log just shows the following:[/color]
Star “Mono”
{
RA 16 10 45 // right ascension
Dec -25 12 11 // declination
Dist 100.0 // distance from the Sun
Class “G2V” // spectral class
Lum 1 // luminosity
RadSol 1 // radius in Solar radii
MassSol 1 // mass in Solar masses
Teff 5800 // surface temperature in Kelvin
NoPlanets true
}Also i don't know if it's relevant to my problem but i also noticed that when i add the script to the catalogs/stars folder the game freezes like this: I don't know if freeze is the correct term, since i can see that the clock in the bottom left corner is still running though i can't click on anything, and clicking on the "Close" button on the bottom right seems to take the game out of that frozen state.Ok so i wanted to create a new star, i followed all of the steps at http://spaceengine.org/manual/making-ad ... ng-a-star/ to do it, but it doesn't work, my star is not created i don't know why
My script is like this:And this is where i put the file:Code: Select allStar “Mono” { RA 16 10 45 // right ascension Dec -25 12 11 // declination Dist 100.0 // distance from the Sun Class “G2V” // spectral class Lum 1 // luminosity RadSol 1 // radius in Solar radii MassSol 1 // mass in Solar masses Teff 5800 // surface temperature in Kelvin NoPlanets true }
Anotação 2020-08-10 234122.png
And my SE logOk so i wanted to create a new star, i followed all of the steps at http://spaceengine.org/manual/making-ad ... ng-a-star/ to do it, but it doesn't work, my star is not created i don't know why
My script is like this:And this is where i put the file:Code: Select allStar “Mono” { RA 16 10 45 // right ascension Dec -25 12 11 // declination Dist 100.0 // distance from the Sun Class “G2V” // spectral class Lum 1 // luminosity RadSol 1 // radius in Solar radii MassSol 1 // mass in Solar masses Teff 5800 // surface temperature in Kelvin NoPlanets true }
Anotação 2020-08-10 234122.png
You have the wrong quotation marks. You have the curved ones (“ ”), but you need the straight quotes (").Ok so i wanted to create a new star, i followed all of the steps at http://spaceengine.org/manual/making-ad ... ng-a-star/ to do it, but it doesn't work, my star is not created i don't know why
Star "Mono"
{
RA 16 10 45 // right ascension
Dec -25 12 11 // declination
Dist 100.0 // distance from the Sun
Class "G2V" // spectral class
Lum 1 // luminosity
RadSol 1 // radius in Solar radii
MassSol 1 // mass in Solar masses
Teff 5800 // surface temperature in Kelvin
NoPlanets true
}