View Issue Details

IDProjectCategoryLast Update
0026337AI War 2Crash/ExceptionFeb 12, 2022 9:24 am
ReporterZweihand Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.800 That Expert Has A Deathwish! 
Fixed in VersionBeta 3.801 Load Estimates And Unit Encyclopedia 
Summary0026337: Clicking "custom game" throws errors.
Description2/11/2022 8:57:30 PM 3.800 SINGLEP Clearing player accounts.
2/11/2022 8:57:31 PM 3.800 SINGLEP Start load save: D:/SteamLibrary/steamapps/common/AI War 2/PlayerData/Save/_Internal/LastLobbySettings.save Source1: StartingTheLobbyFromPrior Source3: LoadingLastLobbySettings
2/11/2022 8:57:31 PM 3.800 SINGLEP Did not load save: D:/SteamLibrary/steamapps/common/AI War 2/PlayerData/Save/_Internal/LastLobbySettings.save
2/11/2022 8:57:31 PM 3.800 SINGLEP Failed to load save in 0ms
2/11/2022 8:57:31 PM 3.800 SINGLEP Error on button click: Arcen.Universal.ArcenThreadsAreShutDownRightNowSoYouCannotHaveThatException: Things are shut down, you cannot have this right now: Arcen.Universal.PlayerAccountfrom ConcPool
  at Arcen.Universal.ConcurrentPool`1[T].GetFromPoolOrCreate () [0x0008d] in <d93bef4b62124a3484715121fd340b1d>:0
  at Arcen.Universal.PlayerAccount.CreateBrandNew_AndAddToListOfAccounts (System.String Username, System.String FactionCenterColorLookupName, System.String FactionTrimColorLookupName, System.Boolean IsHost) [0x00001] in <d93bef4b62124a3484715121fd340b1d>:0
  at Arcen.AIW2.External.EndpointFunctions.SetDefaultsForLobby () [0x00083] in <3d69036ded664d8cbc2376f29d24ae0c>:0
  at Arcen.AIW2.External.Window_MainMenu+bCustomStartGame.StartCustomGame (System.Boolean StartInSinglePlayer) [0x00098] in <3d69036ded664d8cbc2376f29d24ae0c>:0
  at Arcen.AIW2.External.Window_MainMenu+bCustomStartGame.HandleClick_Subclass (MouseHandlingInput input) [0x00001] in <3d69036ded664d8cbc2376f29d24ae0c>:0
  at Arcen.AIW2.External.ButtonAbstractBase.HandleClick (MouseHandlingInput input) [0x0000f] in <3d69036ded664d8cbc2376f29d24ae0c>:0
  at Arcen.Universal.ArcenUI_Button.OnClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00029] in <d93bef4b62124a3484715121fd340b1d>:0
  at Arcen.Universal.ArcenUI_Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) [0x00015] in <d93bef4b62124a3484715121fd340b1d>:0
TagsNo tags attached.

Activities

Chris_McElligottPark

Feb 12, 2022 9:24 am

administrator   ~0064351

Thanks!

* After exiting from the game to the main menu, there's a brief period where the game is not yet ready to be started again, and it would previously throw an error if you clicked to try.
** The reason the errors have been happening more recently is because of the multithreaded improvements of late, which means that you get back to the main menu faster but the game is still cleaning up in the background.
** Now, while the game is in this state it won't let you click any of the start-game type buttons that would cause an issue, and instead shows a red tooltip over each one saying that it's not quite ready, wait just a moment. The tooltip disappears the instant it is ready, so it's nice and responsive and avoids the errors.

Issue History

Date Modified Username Field Change
Feb 11, 2022 11:58 pm Zweihand New Issue
Feb 12, 2022 9:24 am Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 12, 2022 9:24 am Chris_McElligottPark Status new => resolved
Feb 12, 2022 9:24 am Chris_McElligottPark Resolution open => fixed
Feb 12, 2022 9:24 am Chris_McElligottPark Fixed in Version => Beta 3.801 Load Estimates And Unit Encyclopedia
Feb 12, 2022 9:24 am Chris_McElligottPark Note Added: 0064351