Issue Data
|
Issue #29459: Papyrus error possibly caused by USSEP?
error: (00087792): cannot disable an object with an enable state parent.
stack: [ (00087792)].DefaultSetStageOnEnter.Disable() - "<native>" Line ? [ (00087792)].defaultOnEnter.TriggerMe() - "defaultOnEnter.psc" Line ? [ (00087792)].DefaultSetStageOnEnter.TriggerMe() - "defaultSetStageOnEnter.psc" Line ? [ (00087792)].DefaultSetStageOnEnter.OnTriggerEnter() - "defaultOnEnter.psc" Line ? I suspect this is USSEP, because USSEP adds the following enable parent to 00087792: CWGarrisonEnableMarkerSonsDawnstar [REFR:0002C77C] (places XMarker [STAT:0000003B] in GRUP Cell Persistent Children of [CELL:00000D74] (in Tamriel "Skyrim" [WRLD:0000003C]) at 7,25) If there's another cause I missed, I apologize in advance. |
Related Issues: 30480
I meant to respond to this ticket back in December before we issued the most recent USSEP update. We decided to hold off on addressing it until a later update for reasons outlined below.
You're not wrong about it being caused by USSEP, however this is one of those cases where fixing one bug unintentionally introduced another one. The fix was done to prevent Brina from getting stuck outside the White Hall in the case that you visit Dawnstar for the first time and Skald has been either temporarily or permanently exiled to the Palace of Kings in Windhelm due to The Pale being under Imperial control in the civil war. Addressing the papyrus error is likely going to require some major reworking of some kind because removing the edit will reintroduce the bug with Brina getting stuck. Arthmoor said the error isn't breaking anything right now, so just ignore it for the time being. Chances are there is a way to fix both issues, but it's going to require more than just a simple edit to do so.
You're not wrong about it being caused by USSEP, however this is one of those cases where fixing one bug unintentionally introduced another one. The fix was done to prevent Brina from getting stuck outside the White Hall in the case that you visit Dawnstar for the first time and Skald has been either temporarily or permanently exiled to the Palace of Kings in Windhelm due to The Pale being under Imperial control in the civil war. Addressing the papyrus error is likely going to require some major reworking of some kind because removing the edit will reintroduce the bug with Brina getting stuck. Arthmoor said the error isn't breaking anything right now, so just ignore it for the time being. Chances are there is a way to fix both issues, but it's going to require more than just a simple edit to do so.
Comment #1 Feb 7, 2021 1:25 am
Edited by BlackPete on Apr 24, 2021 12:47 am
As a stopgap couldn't we just set DisableWhenDone to False? The stage can only be set to 10 once so it's not like re-triggering it is going to do anything anyway.
Showing Comments 1 - 3 of 3