Jump to content

[V1.1 - Geoscape] Quickload crash


wulf 21

Recommended Posts

Hi,

I randomly found following way to crash the game:

Exact way I did produce the crash (probably can be done with fewer steps):

  1. Start the game clean
  2. new game
  3. make a new savegame in menu (I called it test)
  4. exit and start the game again
  5. Hit continue-Button--> Game goes to GeoScape
  6. Hit F9

Result: Game displays loading screen for some seconds, then crashes. I immediately assumed the game does not check if the savefile actually exists before attempting to load it, which is confirmed by the output.log:

2018-12-03 19:40:56,328 [FATAL] (D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Screens\XenonautsMain.cs:511) 
[INITIAL CRASH]
Common.Content.Managers.ContentRuntimeException: Failed to load. The following assets are missing:
FileSystem::C:/Users/Student/Documents/My Games/Xenonauts 2/Saves/quick/quick_save.json
  at Common.Screens.DataStructures.LoadScreen`2[Xenonauts.GameScreens,Common.Screens.DataStructures.IScreenParameters].AssertAssetsExists (IEnumerable`1 descriptors) [0x0009e] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Libraries\Common\Code\Screen\DataStructures\LoadScreen.cs:272 
  at Common.Screens.DataStructures.LoadScreen`2[Xenonauts.GameScreens,Common.Screens.DataStructures.IScreenParameters].CheckLoading () [0x000c3] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Libraries\Common\Code\Screen\DataStructures\LoadScreen.cs:209 
  at Common.Screens.DataStructures.LoadScreen`2[Xenonauts.GameScreens,Common.Screens.DataStructures.IScreenParameters].Update (Single deltaTime) [0x00003] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Libraries\Common\Code\Screen\DataStructures\LoadScreen.cs:83 
  at Xenonauts.XenonautsLoadingScreen.Update (Single deltaTime) [0x00003] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Screens\Loading\XenonautsLoadingScreen.cs:28 
  at Common.Screens.ScreenManager`1[Xenonauts.GameScreens].Update (Single deltaTime) [0x000f3] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Libraries\Common\Code\Screen\ScreenManager.cs:149 
  at Xenonauts.XenonautsMain.Update () [0x00066] in D:\Jenkins\workspace\X2 (Build)\release-0.33.0\Assets\Code\Screens\XenonautsMain.cs:436 

Attached complete content of the Documents\My Games\Xenonauts 2 dir after that (countains the log and the savegame.

Xenonauts 2.rar

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...