Widowed Sims can’t remarry
Update
This bug was fixed.
Problem
My Sim wanted to remarry after their partner’s death. Unfortunately that is not possible since they are still married to their dead partner.
Cause
The game doesn’t resolve the relationship to the dead Sim correctly.
Solution
First you need the ID of both your Sims (repeat for each Sim)
- sims.get_sim_id_by_name <Firstname> <Lastname>
Then you can destroy the relationship
- relationship.destroy <ID Sim 1> <ID Sim2>