View Issue Details

IDProjectCategoryLast Update
0004799Valley 1Crash/ExceptionOct 12, 2011 5:21 pm
Reportermartyn_van_buren Assigned Tokeith.lamothe  
Severityminor 
Status resolvedResolutionfixed 
Product Version0.522 
Fixed in Version0.523 
Summary0004799: Fatal exception
DescriptionGot a red message saying I had encountered a fatal exception. The game didn't crash, but it said I should report it, so here goes. I'm not sure how to isolate the log file so I've attached the whole world file. I have never had one of these in a previous version of the game.
TagsNo tags attached.
Internal WeightGame Crash

Activities

GrimerX

Oct 12, 2011 12:58 am

reporter   ~0016433

Log file is (relative to your Worlds directory) ..\UnhandledErrors.txt

tigersfan

Oct 12, 2011 6:21 am

reporter   ~0016441

GrimerX is correct. If you could upload that file, that would be great!

martyn_van_buren

Oct 12, 2011 6:52 am

reporter   ~0016443

Cool, have done.

Chris_McElligottPark

Oct 12, 2011 8:27 am

administrator   ~0016445

This is one for Keith, related to the multiplayer stuff.

How did you get this exception? Were you on the main menu before starting a game, or did you quit to the main menu and have it happen?

keith.lamothe

Oct 12, 2011 9:26 am

administrator   ~0016454

Thanks :) For 0.523:

* Fixed a bug in the rendering code where it was trying to access player data while still on the main menu, if the keyboard "aiming" reticle had been active (apparently).

martyn_van_buren

Oct 12, 2011 10:46 am

reporter   ~0016461

Not sure if this changes things, but I wasn't on the main menu! I was in a settlement trying to get the guardian stone to heal me.

keith.lamothe

Oct 12, 2011 11:38 am

administrator   ~0016466

Er... wow. Then how did the game think it was in RunStatus.GameStart instead of RunStatus.Running or RunStatus.Paused? Just checked and unless you somehow had triggered either of the quit-game functions I don't see how it could have happened.

Anyway, I did fix the one place left in Game.DrawGame where it could try to access Game.Instance.LocalPlayerAccount when RunStatus was GameStart, so this particular error shouldn't happen again.

martyn_van_buren

Oct 12, 2011 3:13 pm

reporter   ~0016479

Woah, that's pretty weird.

You mean triggered as in actually ordered it to quit? I'm not sure I didn't press escape by mistake and get to the menu that includes "Exit to Main Menu" and "Exit to Operating System." But I certainly didn't click one before the error occurred --- I'm quite sure about when the error happened; I think I had been getting some gems, and I went to a settlement to heal; the guardian stone didn't work, so I looked at the notifications box and it said "Fatal exception." Then I made another few passes at the stone until it did heal, and then quit to report it, as the warning recommended.

keith.lamothe

Oct 12, 2011 5:21 pm

administrator   ~0016485

I'm going to mark this particular thing as resolved since this particular thing should be fixed now. If we get a reproducible/verifiable case in the future of the game somehow getting into GameStart while still in the game we'll need to deal with that.

Issue History

Date Modified Username Field Change
Oct 12, 2011 12:40 am martyn_van_buren New Issue
Oct 12, 2011 12:58 am GrimerX Note Added: 0016433
Oct 12, 2011 6:21 am tigersfan Note Added: 0016441
Oct 12, 2011 6:21 am tigersfan Internal Weight => Game Crash
Oct 12, 2011 6:21 am tigersfan Assigned To => Chris_McElligottPark
Oct 12, 2011 6:21 am tigersfan Status new => assigned
Oct 12, 2011 6:52 am martyn_van_buren Note Added: 0016443
Oct 12, 2011 6:53 am martyn_van_buren File Added: UnhandledErrors.txt
Oct 12, 2011 8:26 am Chris_McElligottPark Assigned To Chris_McElligottPark => keith.lamothe
Oct 12, 2011 8:27 am Chris_McElligottPark Note Added: 0016445
Oct 12, 2011 9:26 am keith.lamothe Note Added: 0016454
Oct 12, 2011 9:26 am keith.lamothe Status assigned => resolved
Oct 12, 2011 9:26 am keith.lamothe Fixed in Version => 0.523
Oct 12, 2011 9:26 am keith.lamothe Resolution open => fixed
Oct 12, 2011 10:46 am martyn_van_buren Note Added: 0016461
Oct 12, 2011 10:46 am martyn_van_buren Status resolved => feedback
Oct 12, 2011 10:46 am martyn_van_buren Resolution fixed => reopened
Oct 12, 2011 11:38 am keith.lamothe Note Added: 0016466
Oct 12, 2011 3:13 pm martyn_van_buren Note Added: 0016479
Oct 12, 2011 3:13 pm martyn_van_buren Status feedback => assigned
Oct 12, 2011 5:21 pm keith.lamothe Note Added: 0016485
Oct 12, 2011 5:21 pm keith.lamothe Status assigned => resolved
Oct 12, 2011 5:21 pm keith.lamothe Resolution reopened => fixed
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception