Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kopernicus causing game to soft lock on loading screen #195

Closed
Ownage7428 opened this issue Jul 17, 2017 · 6 comments
Closed

Kopernicus causing game to soft lock on loading screen #195

Ownage7428 opened this issue Jul 17, 2017 · 6 comments

Comments

@Ownage7428
Copy link

Ownage7428 commented Jul 17, 2017

This all started a couple of days ago, I installed Kopernicus a couple of weeks ago with a planet pack and everything worked fine except for one thing. Kopernicus took away the light created by the sun and placed the source of the light so far away out of the solar system for some reason that the game was unplayable it was so dark. So I decided to just reinstall Kopernicus with the latest version (1.3.0-4). Now KSP will soft lock when loading a save when Kopernicus is in my GameData files. Sounds play and it sounds as if everything is ready, but the game is stuck on the loading screen with the little spinning solar system in the bottom right. The logs spam this message: NullReferenceException: Object reference not set to an instance of an object
Kopernicus.Components.KopernicusStar.LateUpdate ()

KSP.log attached:
KSP.txt

I would like some help fixing this bug or figuring out what is causing it please??? Thank you.

EDIT: I tried Kopernicus 1.3.0-3 and everything works like a charm. Seems to be a problem with the current version or maybe my computer?

@Sigma88
Copy link
Contributor

Sigma88 commented Jul 17, 2017

could you provide also the files listed here?

@Vladimir-csp
Copy link

Vladimir-csp commented Jul 18, 2017

I have the same problem, but using 1.3.0-3 does not fix it.

I use Sigma Dimensions 0.8.2 with config:

@SigmaDimensions
{

	@Resize = 2
	@Rescale = 2

	@landscape = 0.75
}


// fixes

@Kopernicus:BEFORE[SigDim2]:NEEDS[SigDim]
{
    @Body:HAS[#name[Duna]]
    {
        @SigmaDimensions
        {
            @dayLengthMultiplier = 1.4142136
        }
    }
}

@PHYSICSGLOBALS:FINAL
{
    @aeroFXStartThermalFX = 3.5
    @aeroFXFullThermalFX = 4.8
}

Kopernicus_logs.zip
gamedata.txt
Player.log.txt

@Sigma88
Copy link
Contributor

Sigma88 commented Jul 18, 2017

you can't use SD v0.8.2 with kopernicus 1.3.0-3 because it is made to work with 1.3.0-4

@Vladimir-csp
Copy link

SD v0.8.0 also does not work.

@Vladimir-csp
Copy link

I've just installed latest versions of Kopernicus and Sigma once again and it started working. Maybe clearing various MM caches helped.

@kilralpine
Copy link

Suffered from the soft load issue also, I ended up realizing it was a mistake I made during a fresh mod install. I forgot GPP Textures, I had downloaded them but forgot to install them. facepalm Running with 100 mods on kopernicus 1.3.0-5, GPP 1.4.0, and Sigma 0.8.2.

Sorry, something went wrong.

@Sigma88 Sigma88 closed this as completed Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants