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: In Progress
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Vanilla
Category: Placed References
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Feb 8, 2019 7:00 am
Last Edited By Sclerocephalus on Aug 21, 2019 6:07 am

Issue #26019: DefaultEnableDisableTrigScript: (0014F766): cannot enable a deleted object

 
[02/08/2019 - 12:25:38AM] error: (0014F766): cannot enable a deleted object.
stack:
[ (0014F766)].ObjectReference.EnableNoWait() - "<native>" Line ?
[ (0014F765)].DefaultEnableDisableTrigScript.OnTriggerEnter() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\DefaultEnableDisableTrigScript.psc" Line 50

Comments

2 comment(s)
Sclerocephalus said:
 
0014F766 is a leveled mirelurk king on Spectacle Island. All mirelurks in that location (including 0014F766) get eventually deleted by DN127MirelurkSignalMaster which runs on a marker object placed near the workbench.

The trigger 0014F765 however is never disabled. Thus, if the player enters the trigger after DN127MirelurkSignalMaster has deleted the mirelurks, you'll get that error.

This could be handled by a sanity check on DefaultEnableDisableTrigScript, but it's better to disable the trigger once the linked ref ceases to exist. Made a small script to handle that and added it locally.

Sclerocephalus said:
 
Need to reconsider this in view of other oddities reported on the Spectacle Island mirelurks.

Showing Comments 1 - 2 of 2