View Issue Details

IDProjectCategoryLast Update
0001531AI War 1 / ClassicCrash/ExceptionNov 23, 2010 9:12 am
ReporterHam Assigned Tokeith.lamothe  
Status resolvedResolutionfixed 
Product Version4.038 
Summary0001531: Unhandled error in 2-player multiplayer (both expansions enabled)
DescriptionAfter playing the game without issue for 1 hr 40 mins, suddenly an unhandled error spam occurred. The latest autosave was loaded (approx 3 minutes earlier) but then the same error occurred at the same time.
I have attached the UnhandledError.txt, the ClientReceivingData.txt and the Autosave file itself.

Windows version of host & client = Windows 7
Loaded game through Steam.
Latest beta version used with both expansions enabled.
TagsNo tags attached.
Internal Weight

Activities

Ham

Nov 22, 2010 8:16 am

reporter  

RuntimeData.rar (145,968 bytes)

keith.lamothe

Nov 22, 2010 9:21 am

administrator   ~0004189

Chris, FYI, this is due to a constructor's BuyQueue containing an item where TypeToBuild == ForegroundObjectType.None .

It's easy enough to have it ditch these items when it finds them, but I'm looking into how they got there to begin with.

Chris_McElligottPark

Nov 22, 2010 9:29 am

administrator   ~0004193

That is curious.

keith.lamothe

Nov 22, 2010 9:46 am

administrator   ~0004199

Ah, this one was all me ;) The custom-ship-design thing would try to pass along an empty slot as a None queue item. Won't do that in 4.039 :)

Ham

Nov 22, 2010 6:54 pm

reporter   ~0004243

Thanks guys, impressive turnaround on these bugs! Keep up the good work :)

keith.lamothe

Nov 23, 2010 9:12 am

administrator   ~0004265

Our pleasure, thanks for the report and the save to reproduce the problem, I can't turn these around nearly that fast (if at all) without that.

Issue History

Date Modified Username Field Change
Nov 22, 2010 8:16 am Ham New Issue
Nov 22, 2010 8:16 am Ham File Added: RuntimeData.rar
Nov 22, 2010 8:57 am keith.lamothe Assigned To => keith.lamothe
Nov 22, 2010 8:57 am keith.lamothe Status new => assigned
Nov 22, 2010 9:21 am keith.lamothe Note Added: 0004189
Nov 22, 2010 9:29 am Chris_McElligottPark Note Added: 0004193
Nov 22, 2010 9:46 am keith.lamothe Note Added: 0004199
Nov 22, 2010 9:46 am keith.lamothe Status assigned => resolved
Nov 22, 2010 9:46 am keith.lamothe Resolution open => fixed
Nov 22, 2010 6:54 pm Ham Note Added: 0004243
Nov 23, 2010 9:12 am keith.lamothe Note Added: 0004265
Apr 14, 2014 9:27 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception