View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003042 | FSSCP | Pilot data | public | 2014-05-13 10:19 | 2014-05-13 10:29 |
| Reporter | niffiwan | Assigned To | niffiwan | ||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.7.1 | ||||
| Target Version | 3.7.2 | Fixed in Version | 3.7.2 | ||
| Summary | 0003042: ASSERTION FAILED: "(Num_stat_lines + Num_ship_classes) < Max_stat_lines" at menuui/barracks.cpp:481 | ||||
| Description | This is triggered in debug by pilots that have a "reasonable" number (23+ in retail) of unique ship classes with kill counts. Sample pilot is attached. | ||||
| Steps To Reproduce | Run Debug Select the pilot Enter the barracks | ||||
| Additional Information | This was introduced in r10595. | ||||
| Tags | No tags attached. | ||||
|
|
|
|
|
I think the added assert should be changed to this: Assert((Num_stat_lines + 1) < Max_stat_lines); (since we're only writing one more line worth of stats instead of potentially every ship class) |
|
|
Resolved in r10689 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-05-13 10:19 | niffiwan | New Issue | |
| 2014-05-13 10:19 | niffiwan | Status | new => assigned |
| 2014-05-13 10:19 | niffiwan | Assigned To | => niffiwan |
| 2014-05-13 10:19 | niffiwan | File Added: Pilots.rar | |
| 2014-05-13 10:19 | niffiwan | Note Added: 0015743 | |
| 2014-05-13 10:29 | niffiwan | Note Added: 0015744 | |
| 2014-05-13 10:29 | niffiwan | Status | assigned => resolved |
| 2014-05-13 10:29 | niffiwan | Fixed in Version | => 3.7.2 |
| 2014-05-13 10:29 | niffiwan | Resolution | open => fixed |