View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002757 | FSSCP | multiplayer | public | 2012-12-18 17:47 | 2019-12-22 11:46 | ||||
Reporter | FUBAR-BDHR | ||||||||
Assigned To | Valathil | ||||||||
Priority | normal | Severity | crash | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 3.6.15 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002757: ASSERTION: "(team_index != -1) && (slot_index != -1)" at multiteamselect.cpp:876 | ||||||||
Description | Possible this was caused by a drop during loading or file xfer as there is an indication of such an event near the end of the standalone log. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
FUBAR-BDHR (developer) 2012-12-18 17:55 |
Make that 2 standalones crashed with the same thing. One retail and one mediavp. Both running r9431. |
Valathil (developer) 2012-12-18 20:27 |
Added an assert in Trunk @ 9454 to give me a better crash dump. Please report when it crashes with this new version. |
karajorma (administrator) 2012-12-22 00:41 |
I'm not certain that assert is quite correct. If you look at multi_ts_init_objnums() both of those values being -1 is quite legal as that function calls multi_ts_get_team_and_slot() for every single ship. Now it might be okay to leave the assert as is and make multi_ts_init_objnums() only call it for things marked as PLAYER_SHIP. |
Valathil (developer) 2012-12-25 13:11 |
I changed it around a bit so it only triggers in the circumstance that OP reported |
FSCyborg (developer) 2019-12-22 11:46 |
There is a tested fix in trunk now. If this happens after that, please re-report |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-18 17:47 | FUBAR-BDHR | New Issue | |
2012-12-18 17:47 | FUBAR-BDHR | File Added: 2757.rar | |
2012-12-18 17:55 | FUBAR-BDHR | Note Added: 0014529 | |
2012-12-18 17:55 | FUBAR-BDHR | File Added: 2757_2.rar | |
2012-12-18 20:26 | Valathil | Assigned To | => Valathil |
2012-12-18 20:26 | Valathil | Status | new => assigned |
2012-12-18 20:27 | Valathil | Note Added: 0014533 | |
2012-12-18 20:27 | Valathil | Status | assigned => feedback |
2012-12-22 00:41 | karajorma | Note Added: 0014560 | |
2012-12-25 13:11 | Valathil | Note Added: 0014576 | |
2013-12-01 05:38 | Echelon9 | Severity | minor => crash |
2019-12-22 11:46 | FSCyborg | Status | feedback => resolved |
2019-12-22 11:46 | FSCyborg | Resolution | open => fixed |
2019-12-22 11:46 | FSCyborg | Note Added: 0016950 |