Issue Data
|
Issue #28573: QF_MQ106Investigations_00134297: (00137C61): cannot enable a deleted object
[02/05/2020 - 06:23:25PM] error: (00137C61): cannot enable a deleted object.
stack: [ (00137C61)].TrapCanChimes.Enable() - "<native>" Line ? [MQ106Investigations (00134297)].Fragments:Quests:QF_MQ106Investigations_00134297.Fragment_Stage_0001_Item_00() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\Fragments\Quests\QF_MQ106Investigations_00134297.psc" Line 37 |
Related Issues: 24016
Apparently, I forgot to add the "initially disabled" flag when I fixed issue #24016.
This trap is a clue on MQ106Investigations, so it should not be enabled until that quest gets to an appropriate stage (and this is already handled by the quest script). Apparently though, it started enabled, so it could get disarmed by the player before the quest started running. If disarmed, the trap script deletes the reference (that's the standard procedure for this kind of trap), and if the cell didn't reset before you started the quest (otherwise, it would have respawned), it was still deleted when the quest script tried to enable it.
This trap is a clue on MQ106Investigations, so it should not be enabled until that quest gets to an appropriate stage (and this is already handled by the quest script). Apparently though, it started enabled, so it could get disarmed by the player before the quest started running. If disarmed, the trap script deletes the reference (that's the standard procedure for this kind of trap), and if the cell didn't reset before you started the quest (otherwise, it would have respawned), it was still deleted when the quest script tried to enable it.
Showing Comments 1 - 1 of 1