Opened 9 years ago

Closed 9 years ago

#2935 closed defect (fixed)

Crash when deleting the last saved game

Reported by: mimo Owned by: mimo
Priority: Should Have Milestone: Alpha 18
Component: UI & Simulation Keywords:
Cc: Patch:

Description (last modified by mimo)

I've got a crash when going to the "load save game", selecting the last game in the list and trying to suppress it. This is on Linux.

Running in the debugger, I got CList.cpp(360): Assertion failed: "selected >= 0 && selected+1 < (int)m_ItemsYPositions.size()" Assertion failed: "selected >= 0 && selected+1 < (int)m_ItemsYPositions.size()" Location: CList.cpp:360 (DrawList)

The job crash, but the saved game is nonetheless suppressed.

Change History (2)

comment:1 by mimo, 9 years ago

Description: modified (diff)

comment:2 by mimo, 9 years ago

Owner: set to mimo
Resolution: fixed
Status: newclosed

In 15971:

fixes #2935

Note: See TracTickets for help on using tickets.