Jump to content

No main menu


Go to solution Reply by muf,

Recommended Posts

can't post the log file because your forum isn't working also

this is a short cut of what is repeated 100000000 times in the log file

[LOG 01:44:14.614] Version Info: 0.1.0.0.20892
[LOG 01:44:14.614] Command Line Args:C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2\KSP2_x64.exe
[LOG 01:44:15.725] [UI] Primary EventSystem Selected: 'GameManager'(instance id: 205062)
[LOG 01:44:15.730] [UI] Localization sources updating
[LOG 01:44:15.919] [UI] Localization sources updating
[LOG 01:44:15.928] [System] Set Loading Optimizations completed in 0,0013s.
	UnityEngine.Object:Instantiate(GameObject, Transform)
	KSP.Game.GameManager:CreateGameInstance(Action, Action`1)
	KSP.Game.Flow.GenericFlowAction:DoAction(Action, Action`1)
	KSP.Game.Flow.FlowAction:Do(Action`1, Action`2)
	KSP.Game.Flow.SequentialFlow:NextFlowAction()
	KSP.Game.Flow.SequentialFlow:Update()
[EXC 01:44:19.144] NullReferenceException: Object reference not set to an instance of an object
	KSP.Game.GameManager.CreateGameInstance (System.Action resolve, System.Action`1[T] reject) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	KSP.Game.Flow.GenericFlowAction.DoAction (System.Action resolve, System.Action`1[T] reject) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	KSP.Game.Flow.FlowAction.Do (System.Action`1[T] resolve, System.Action`2[T1,T2] reject) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	KSP.Game.Flow.SequentialFlow.NextFlowAction () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	KSP.Game.Flow.SequentialFlow.Update () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.148] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.272] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.285] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.325] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.365] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.405] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
	RandomPrefabLoader.LateUpdate () (at <8c5bdf369a8c45f68951f69eb825ef73>:0)
[EXC 01:44:19.445] NullReferenceException: Object reference not set to an instance of an object
	RandomPrefabLoader.ValidateContinuedExistenceOfManagedAssets (System.Collections.Generic.List`1[T] overrideGameStatesToCompareAgainst) (at <8c5bdf369a8c45f68951f69eb825ef73>:0)

everything under this are the nullreferenceexception repeated

windows10

pc specs are well above any requirement ever

Edited by muf
Link to comment
Share on other sites

I'm not sure if that's related to your issue, but the start of my player.log has a little difference that strikes me

Quote

Version Info: 0.1.0.0.20892
Command Line Args:C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2\KSP2_x64.exe -pduserid=9a6b9bd7-e7fc-4820-b10e-e296c60246e2
Unloading 5 Unused Serialized files (Serialized files now loaded: 329)
UnloadTime: 1.044200 ms
[UI] Primary EventSystem Selected: 'GameManager'(instance id: 205062)

Did you made a Private division account and successfully logged into it? Are you online when you launch the game?

I really don't know if it's related to being online or what, but that's the only thing unusual I see on your original issue (and since you downloaded the game in 30h, I think that may be related).

EDIT: tried to start the game without using the PD Launcher, and I didn't had the pduserid argument this time on the command line, and the game started, so that may not have to do with that. I'm a bit at a loss. Did you verify game file integrity on steam, in case something wrong happened during your long download?

Edited by Baleine
Link to comment
Share on other sites

1 minute ago, Baleine said:

I'm not sure if that's related to your issue, but the start of my player.log has a little difference that strikes me

Did you made a Private division account and successfully logged into it? Are you online when you launch the game?

I really don't know if it's related to being online or what, but that's the only thing unusual I see on your original issue (and since you downloaded the game in 30h, I think that may be related).

not related

Link to comment
Share on other sites

6 hours ago, muf said:

there is an auto check like any download for the past 10 years with a computer

Make that 30. But that's beside the point.
It happens everyday that people download a game on Steam and something is missing or corrupted. That's why it's handy to check the files integrity. It does not costs you anything to run it

Link to comment
Share on other sites

  • 2 weeks later...
47 minutes ago, muf said:

two weeks, that's enough take my refund

excrements devs

Your loss :)

On 2/26/2023 at 1:54 AM, Baleine said:
Quote

Version Info: 0.1.0.0.20892
Command Line Args:C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program 2\KSP2_x64.exe -pduserid=9a6b9bd7-e7fc-4820-b10e-e296c60246e2
Unloading 5 Unused Serialized files (Serialized files now loaded: 329)
UnloadTime: 1.044200 ms
[UI] Primary EventSystem Selected: 'GameManager'(instance id: 205062)

Did you made a Private division account and successfully logged into it? Are you online when you launch the game?

I never made a PD account nor do I keep Steam in online mode unless I need it, so that's weird.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...