View Issue Details

IDProjectCategoryView StatusLast Update
0002757FSSCPmultiplayerpublic2019-12-22 16:46
ReporterFUBAR-BDHR Assigned ToValathil  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version3.6.15 
Summary0002757: ASSERTION: "(team_index != -1) && (slot_index != -1)" at multiteamselect.cpp:876
DescriptionPossible 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.
TagsNo tags attached.

Activities

FUBAR-BDHR

2012-12-18 22:47

developer  

2757.rar (134,190 bytes)

FUBAR-BDHR

2012-12-18 22:55

developer   ~0014529

Make that 2 standalones crashed with the same thing. One retail and one mediavp. Both running r9431.

FUBAR-BDHR

2012-12-18 22:55

developer  

2757_2.rar (219,877 bytes)

Valathil

2012-12-19 01:27

developer   ~0014533

Added an assert in Trunk @ 9454 to give me a better crash dump. Please report when it crashes with this new version.

karajorma

2012-12-22 05:41

administrator   ~0014560

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

2012-12-25 18:11

developer   ~0014576

I changed it around a bit so it only triggers in the circumstance that OP reported

FSCyborg

2019-12-22 16:46

developer   ~0016950

There is a tested fix in trunk now. If this happens after that, please re-report

Issue History

Date Modified Username Field Change
2012-12-18 22:47 FUBAR-BDHR New Issue
2012-12-18 22:47 FUBAR-BDHR File Added: 2757.rar
2012-12-18 22:55 FUBAR-BDHR Note Added: 0014529
2012-12-18 22:55 FUBAR-BDHR File Added: 2757_2.rar
2012-12-19 01:26 Valathil Assigned To => Valathil
2012-12-19 01:26 Valathil Status new => assigned
2012-12-19 01:27 Valathil Note Added: 0014533
2012-12-19 01:27 Valathil Status assigned => feedback
2012-12-22 05:41 karajorma Note Added: 0014560
2012-12-25 18:11 Valathil Note Added: 0014576
2013-12-01 10:38 Echelon9 Severity minor => crash
2019-12-22 16:46 FSCyborg Status feedback => resolved
2019-12-22 16:46 FSCyborg Resolution open => fixed
2019-12-22 16:46 FSCyborg Note Added: 0016950