View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001661 | The Dark Mod | Coding | public | 18.02.2009 06:07 | 13.03.2012 06:45 |
Reporter | Ishtvan | Assigned To | Ishtvan | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | closed | Resolution | unable to reproduce | ||
Fixed in Version | SVN | ||||
Summary | 0001661: Crash when restarting a mission after death (inventory-related) | ||||
Description | The 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. | ||||
Tags | No tags attached. | ||||
related to | 0003041 | resolved | AluminumHaste | We need Restart Mission option... |
Can't reproduce this crash - tried two or three times, but reloading worked everytime. | |
Can't reproduce this error either. Tried 8 times following your steps, same map. | |
Closing this for now, it the issue re-appears, please re-open. | |
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 |