View Issue Details

IDProjectCategoryLast Update
0007070Valley 1Crash/ExceptionApr 14, 2012 9:47 pm
ReporterGUDare Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version0.927 
Fixed in Version0.928 
Summary0007070: Entering existing SP world with new username gives fatal error
DescriptionScenario: Created world under trial account with 'default' as profile (didn't know it at the time). Purchased key, re-entered world still as default. Lost enchants and the like but game persisted with no further issues.

Recently modified Network name to Wanderer. Upon entering world, received notification that the username hadn't played before. At the startup screen, I received this message:

The game has had a fatal error; you can keep playing, but likely you will find many more errors that are caused by the first one, and which aren't really directly errors in and of themselves. Please report the first error and restart the game. We'll need the error txt files in the RuntimeData folder inside your game folder. We apologize for the inconvenience!

Character selection: No problem.
Learning new spells: No problem.
Fighting etc: No problem.

Can't seem to actually fire up an error.

This is the entirety of the UnhandledErrors.txt file in the primary runtime directory:

4/14/2012 4:35:19 PM (0.927)
-----------------------------------
UnhandledErrors-----------------------------------
4/14/2012 4:35:19 PM (0.927)
-----------------------------------Error-----------------------------------Log String: Update: System.ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
  at System.Collections.Generic.List`1[GameEntity].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  at PickNewCharacterMenu.SubclassCustomRender (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at AbstractArcenWindow.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at ArcenGUIManager.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at Game.UpdateDisplay (Boolean IsFullVisualUpdate) [0x00000] in <filename unknown>:0
  at MainCameraLogic.Update () [0x00000] in <filename unknown>:0
Stack Trace: at System.Collections.Generic.List`1[GameEntity].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  at PickNewCharacterMenu.SubclassCustomRender (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at AbstractArcenWindow.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at ArcenGUIManager.Render (.UnityRenderer R) [0x00000] in <filename unknown>:0
  at Game.UpdateDisplay (Boolean IsFullVisualUpdate) [0x00000] in <filename unknown>:0
  at MainCameraLogic.Update () [0x00000] in <filename unknown>:0

I cannot find an errors.txt in the world folder itself.

I've listed this as a crash because, well, the game told me it was one. I don't particularly see an error but it's telling me I need to restart.

Edit: I neglected to mention the error message box on the screen persisted until the game was shutdown and restarted.
TagsNo tags attached.
Internal WeightNew

Activities

keith.lamothe

Apr 14, 2012 9:47 pm

administrator   ~0022037

For 0.928:

* Fixed some bugs in the load-game process where it was trying to determine which player account to make the local one in two separate chunks of logic that were conflicting with each other in some edge cases and sometimes causing errors.

Thanks :)

Issue History

Date Modified Username Field Change
Apr 14, 2012 7:46 pm GUDare New Issue
Apr 14, 2012 7:48 pm GUDare Description Updated
Apr 14, 2012 9:47 pm keith.lamothe Internal Weight => New
Apr 14, 2012 9:47 pm keith.lamothe Note Added: 0022037
Apr 14, 2012 9:47 pm keith.lamothe Status new => resolved
Apr 14, 2012 9:47 pm keith.lamothe Fixed in Version => 0.928
Apr 14, 2012 9:47 pm keith.lamothe Resolution open => fixed
Apr 14, 2012 9:47 pm keith.lamothe Assigned To => keith.lamothe
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception