Got a crash when assaulting a downed bandit car. Here's the error message, and the save is attached:
[FATAL] OpenXcom has crashed: Race STR_RATMEN does not have a member at position/rank 14
Looking into it, the cars are being spawned by STR_BANDIT_ROBBERS_ASSAULT_STANDARD, and Ratmen are a race option for that. Since they only have members defined up to position/rank 10, it crashes.
STR_CANNYS are also an option for that mission with the same issue, and would probably also cause a crash for the same reason.
Also, STR_SIVALINGA_RESURRECTION_EVENT seems to have an error in its definition. I think one of the triggers is mistakenly PSI_LAB, when it should be STR_PSI_LAB. I'll quote from the ruleset.
- type: STR_SIVALINGA_RESURRECTION_EVENT
eventWeights:
0:
STR_SIVALINGA_RESURRECTION_EVENT: 100
firstMonth: 2
researchTriggers:
STR_WASTELAND_PRIESTESS: true
PSI_LAB: true
STR_SIVALINGA: true
STR_SHADOWS: true
STR_GODS_E2: true
STR_OFFERING_TO_PURPLE_BLOOM: true
STR_SIVALINGA_RESURRECTION: false
executionOdds: 69