View Issue Details

IDProjectCategoryView StatusLast Update
0001661The Dark ModCodingpublic13.03.2012 06:45
ReporterIshtvan Assigned ToIshtvan  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Fixed in VersionSVN 
Summary0001661: Crash when restarting a mission after death (inventory-related)
DescriptionThe exact conditions are as follows:
Was in map test/mantle, spawned some builder guards, killed them, spawned some more, they killed me. When I hit restart mission, I got a crash. I debugged it, and it led me to this line in the code:

CInventoryItemPtr CInventoryCursor::GetCurrentItem()
{
    // Return an item if the inventory has items
    return (m_Inventory->GetNumCategories() > 0) ? m_Inventory->GetCategory(m_CurrentCategory)->GetItem(m_CurrentItem) : CInventoryItemPtr();
}

I don't know enough about the inventory to know what's wrong and fix it. So I'm reporting it.
TagsNo tags attached.

Relationships

related to 0003041 resolvedAluminumHaste We need Restart Mission option... 

Activities

greebo

greebo

08.03.2009 07:40

administrator   ~0002356

Can't reproduce this crash - tried two or three times, but reloading worked everytime.
AluminumHaste

AluminumHaste

13.03.2012 02:22

developer   ~0004406

Can't reproduce this error either. Tried 8 times following your steps, same map.
tels

tels

13.03.2012 06:45

reporter   ~0004407

Closing this for now, it the issue re-appears, please re-open.

Issue History

Date Modified Username Field Change
18.02.2009 06:07 Ishtvan New Issue
19.02.2009 14:20 greebo Status new => acknowledged
06.03.2009 16:24 greebo Status acknowledged => assigned
06.03.2009 16:24 greebo Assigned To => greebo
08.03.2009 07:40 greebo Note Added: 0002356
08.03.2009 07:40 greebo Assigned To greebo => Ishtvan
08.03.2009 07:40 greebo Status assigned => feedback
12.03.2012 22:02 tels Relationship added related to 0003041
13.03.2012 02:22 AluminumHaste Note Added: 0004406
13.03.2012 06:45 tels Note Added: 0004407
13.03.2012 06:45 tels Status feedback => closed
13.03.2012 06:45 tels Resolution open => unable to reproduce
13.03.2012 06:45 tels Fixed in Version => SVN