Issue Data
|
Issue #34242: defaultSetStageTrigSCRIPT: (061B6924): cannot disable an object with an enable state parent
[07/26/2024 - 03:15:27PM] error: (061B6924): cannot disable an object with an enable state parent.
stack: [ (061B6924)].defaultsetStageTrigSCRIPT.Disable() - "<native>" Line ? [ (061B6924)].defaultsetStageTrigSCRIPT.OnTriggerEnter() - "defaultSetStageTrigSCRIPT.psc" Line 45 |
Not sure what would be trying to disable it, DisableWhenDone is already set to False.
It looks like the DisableWhenDone property is set to use the default script value, which is presumably false. In a similar issue (Issue #34098), Arthmoor changed the property from true to false. I don't know if the game is picky enough to require making an actual edit to the property or not.
Really the only feedback I know to give is that it's easy to reproduce. While "Amber and Madness Smithing" (ccBGSSSE025_MiscQuest_AmberMadnessGear) is active, the error will show up in the papyrus log as soon as you enter the ruins in the area north of Mistwatch. This is at the same time when the quest advances from stage 10 to 12.
I can provide a game save if it ends up being necessary.
Really the only feedback I know to give is that it's easy to reproduce. While "Amber and Madness Smithing" (ccBGSSSE025_MiscQuest_AmberMadnessGear) is active, the error will show up in the papyrus log as soon as you enter the ruins in the area north of Mistwatch. This is at the same time when the quest advances from stage 10 to 12.
I can provide a game save if it ends up being necessary.
Comment #2 Jul 28, 2024 6:11 pm
Edited by BlackPete on Jul 28, 2024 6:30 pm
Yes, this is the same as the other one. The default value for DisableWhenDone is true, not false. Since these trigger boxes expect to be handled by an enable parent, they need to be set to false in the properties.
Showing Comments 1 - 3 of 3