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: Nuka-World DLC
Category: Papyrus
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Aug 19, 2019 6:33 pm
Last Edited By Sclerocephalus on Oct 17, 2019 1:37 pm
Closed By Sclerocephalus on Nov 22, 2019 8:38 am
Resolution: Fixed
Comment: Fixed for UFO4P 2.1.0

Issue #27296: DLC04_GZNukaGalaxyLightMarkerScript: Cannot call Add() on a None object

 
[08/18/2019 - 10:38:07PM] error: Cannot call Add() on a None object, aborting function call
stack:
[ (060475D9)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOnLights() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 99
[ (060475D9)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOn() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 68
[ (060475D9)].dlc04:dlc04_gznukagalaxylightmarkerscript.::remote_ObjectReference_OnTriggerEnter() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 62
[08/18/2019 - 10:38:07PM] error: Cannot call Add() on a None object, aborting function call
stack:
[ (060475DA)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOnLights() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 99
[ (060475DA)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOn() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 68
[ (060475DA)].dlc04:dlc04_gznukagalaxylightmarkerscript.::remote_ObjectReference_OnTriggerEnter() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 62
[08/18/2019 - 10:38:55PM] error: Cannot call Add() on a None object, aborting function call
stack:
[ (060475DB)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOnLights() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 99
[ (060475DB)].dlc04:dlc04_gznukagalaxylightmarkerscript.TurnOn() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 68
[ (060475DB)].dlc04:dlc04_gznukagalaxylightmarkerscript.::remote_ObjectReference_OnTriggerEnter() - "g:\_F4\DLC04\Art\Raw\Scripts\DLC04\DLC04_GZNukaGalaxyLightMarkerScript.psc" Line 62

Comments

2 comment(s) [Closed]
Sclerocephalus said:
 
MusicType property missing on refs 060475D9, 060475DA, 060475DB and 060475DC.

This may be intentional (this still needs investigation) and if so, the script needs a sanity check. Otherwise, it's a placed ref issue.

Sclerocephalus said:
 
The script was added locally to all of the affected references. There is no base object with that script, i.e. the properties are not inherited and had to be filled on all references individually. This suggests that the missing music type on these references is intentional.

Thus, I added a sanity check to the script.

Showing Comments 1 - 2 of 2