Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Placed References
Assigned To: Sclerocephalus
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By BlackPete on Jan 26, 2020 11:30 am
Last Edited By Sclerocephalus on Apr 19, 2020 7:37 pm
Closed By Sclerocephalus on Nov 24, 2020 7:54 pm
Resolution: Fixed
Comment: Fixed for UFO4P 2.1.2

Issue #28504: AttractionObjectScript: cannot disable an object with an enable state parent/Cannot call Enable()...

 
[01/25/2020 - 07:26:33PM] error: (00183C94): cannot disable an object with an enable state parent.
stack:
[ (00183C94)].AttractionObjectScript.Disable() - "<native>" Line ?
[ (00183C94)].AttractionObjectScript.DoMyThing() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\AttractionObjectScript.psc" Line 272
[AO_Comment (0002B7A7)].Fragments:Quests:QF_TestStimComment_0002B7A7.Fragment_Stage_0255_Item_00() - "C:\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\Fragments\Quests\QF_TestStimComment_0002B7A7.psc" Line 45

[01/25/2020 - 07:26:33PM] error: Cannot call Enable() on a None object, aborting function call
stack:
[ (00183C94)].AttractionObjectScript.DoMyThing() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\AttractionObjectScript.psc" Line 300
[AO_Comment (0002B7A7)].Fragments:Quests:QF_TestStimComment_0002B7A7.Fragment_Stage_0255_Item_00() - "C:\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\Fragments\Quests\QF_TestStimComment_0002B7A7.psc" Line 45

Comments

1 comment(s) [Closed]
Sclerocephalus said:
 
The first one is familiar. We already fixed a lot of these.
The second one is new, but it is still an issue with a faulty script property: that ref has a LinkEnable property specified but no reference to enable linked (references to enable need a specific keyword on the link). There is however a reference to disable linked. There are three more AO triggers in that area that have the same enable parent. I checked them all, and they all have the same reference to disable linked. Their scripts have a LinkDisable property instead of a LinkEnable property. This leaves little doubt that the LinkEnable property on 00183C94 has to be removed and a LinkDisable property added instead.

Showing Comments 1 - 1 of 1