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: Far Harbor DLC
Category: Papyrus
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Mar 19, 2019 8:07 am
Last Edited By Sclerocephalus on Jan 26, 2020 1:56 pm
Closed By Sclerocephalus on Feb 25, 2020 6:59 pm
Resolution: Fixed
Comment: Fixed for UFO4P 2.1.1

Issue #26393: DLC03POI04DummyNoteScript: various "cannot" errors

 
[03/19/2019 - 12:39:59AM] error: [DLC03:DLC03POI04DummyNoteScript < (03053ED2)>] cannot register for dlc03:dlc03poi04questscript_DeleteDummyNotes events, because it cannot handle them
stack:
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.RegisterForCustomEvent() - "<native>" Line ?
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.WaitingForPickup.OnLoad() - "g:\_F4\DLC03\Art\Raw\Scripts\DLC03\DLC03POI04DummyNoteScript.psc" Line 9
[03/19/2019 - 12:44:33AM] error: Cannot place a None object
stack:
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.PlaceAtMe() - "<native>" Line ?
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.WaitingForPickup.OnDistanceLessThan() - "g:\_F4\DLC03\Art\Raw\Scripts\DLC03\DLC03POI04DummyNoteScript.psc" Line ?
[03/19/2019 - 12:44:33AM] error: Cannot register for an event from a None object
stack:
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.RegisterForRemoteEvent() - "<native>" Line ?
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.WaitingForPickup.OnDistanceLessThan() - "g:\_F4\DLC03\Art\Raw\Scripts\DLC03\DLC03POI04DummyNoteScript.psc" Line ?
[03/19/2019 - 12:44:33AM] error: Cannot call DisableNoWait() on a None object, aborting function call
stack:
[ (03053ED2)].DLC03:DLC03POI04DummyNoteScript.WaitingForPickup.OnDistanceGreaterThan() - "g:\_F4\DLC03\Art\Raw\Scripts\DLC03\DLC03POI04DummyNoteScript.psc" Line ?

Comments

2 comment(s) [Closed]
BlackPete said:
 
Same errors with the following FormIDs: 03053E9D, 03053EA6, 03053EA7, 03053EA8, 03053EA9, 03053EAA, 03053EAB, 03053EAC, 03053EAD, 03053EAE, 03053EAF

Comment #1 Apr 15, 2019 9:54 am  Edited by BlackPete on Apr 15, 2019 10:04 am
Sclerocephalus said:
 
The first one occurs because the script tries to register for an event for which it has no handler. Removed that line.
The others are due to a missing sanity check. Added it.

Showing Comments 1 - 2 of 2