SteveBenz / ProgressiveColonizationSystem

MIT License
4 stars 3 forks source link

Game not loading #9

Open FoxxenD opened 1 year ago

FoxxenD commented 1 year ago

Hi! I wanted to try this mod, but when installing it, the loading get stuck on this : https://prnt.sc/uqoWVOgFv0kV I've waited for like 20 minutes, but no progress. And I see nothing particular in the KSP.log. Here are the last lines (alt + f4 the game) :

Full ksp.log

I've tried on KSP with other mods, and with an fresh install with just this mod and it's dependencies (installed with CKAN or not), but nothing to do. I'm on the last KSP version

And there is nothing more. If there is other logs that I haven't seen, or other info you need, I'll be pleased to send them

Thank in advance and have a great day

FoxxenD commented 1 year ago

Looks like the problem start when installing the ToolbarController mod. I've tried to install one by one all dependencies, and it's the only one the game is not loading. I've tried to rollback mods versions, but nothing more, the game is stuck on loading

SteveBenz commented 1 year ago

Sorry for not responding earlier. Don't know why I didn't get a notification for this. I can't repro the problem myself, but I do see this at the end of the log file:

[EXC 19:19:19.756] NullReferenceException: Object reference not set to an instance of an object ProgressiveColonizationSystem.PksCrewRequirement.DescribeKerbalsWithEffect (System.String experienceEffect, ProgressiveColonizationSystem.TechTier tier) (at :0) ProgressiveColonizationSystem.PksCrewRequirement.GetInfo () (at :0)

That function is nosing through the game's kerbal database, and I'm guessing that one of those things is somehow borked. Usually KSP is pretty committed to catching exceptions coming out of mods and pressing on, but I think here it didn't succeed at it.

I can try to catch the exception myself - in this case the only problem would be a lack of some information in the part description, but I worry that whatever's messed up in the game's career tables would just make it crap out somewhere else later on. Still, perhaps I could piece together enough information from the exception to make some guess as to what's wrong.

You might try installing Extraplanetary Launchpads if you haven't already. That's one of those mods that isn't a direct requirement, but sure makes it a lot more fun. And who knows, maybe there's something in that which smooths over the problem.

FoxxenD commented 1 year ago

Hi, no problem. I've asked some people that play with this mod and none of them had this issue

I getting this after Alt + F4 the game when it's stuck

Is there something to do on my side for the kerbal database ? Like reset it or something else ? I've tried to reinstal the game a few times, but with the steam cloud there is some files that reappears

I've tried to install the Extraplanetary Launchpads mod, but nothing. I tried to install mod list from other people, but same, game not loading

If there is other files/info you need, I can share it