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: New
Issue Type: Bug Report
Project: Unofficial Fallout 4 Patch
Component: Fallout 4: Automatron DLC
Category: Papyrus
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Dec 28, 2018 6:34 pm
Last Edited By BlackPete on Feb 11, 2019 9:49 pm

Issue #25660: DLC01_TrackSystemMachine: various errors

 
[12/26/2018 - 11:40:25PM] error: (FF038E49): does not have any 3d and so cannot be placed at.
stack:
[ (FF038E49)].ObjectReference.PlaceAtNode() - "<native>" Line ?
[ (FF038E63)].dlc01:dlc01_tracksystemmachine.InitMachine() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\DLC01\DLC01_TrackSystemMachine.psc" Line 56
[ (0100412E)].dlc01:dlc01_tracksystemtrack.CreateMachine() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 407
[ (0100412E)].dlc01:dlc01_tracksystemtrack.OnTimer() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 382
[12/26/2018 - 11:40:25PM] error: (FF038D37): cannot find variable named fSpeed.
stack:
[ (FF038D37)].ObjectReference.SetAnimationVariableFloat() - "<native>" Line ?
[ (FF037B80)].dlc01:dlc01_tracksystemmachine.StartMachine() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\DLC01\DLC01_TrackSystemMachine.psc" Line 298
[ (01004125)].dlc01:dlc01_tracksystemtrack.CreateMachine() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 414
[ (01004125)].dlc01:dlc01_tracksystemtrack.OnTimer() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 382
[12/26/2018 - 11:40:25PM] error: Cannot call WaitFor3DLoad() on a None object, aborting function call
stack:
[ (FF038E63)].dlc01:dlc01_tracksystemmachine.InitMachine() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\DLC01\DLC01_TrackSystemMachine.psc" Line 57
[ (0100412E)].dlc01:dlc01_tracksystemtrack.CreateMachine() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 407
[ (0100412E)].dlc01:dlc01_tracksystemtrack.OnTimer() - "g:\_F4\DLC01\Art\Raw\Scripts\DLC01\DLC01_TrackSystemTrack.psc" Line 382


Note: There were several additional "cannot call on a None object" errors in my log; somehow I lost the log or I would have pasted them here as well. Not sure if this can be fixed any further or not. It looks like Issue #25199 dealt with similar errors on this script.

Related Issues: 25199  

Comments

1 comment(s)
Sclerocephalus said:
 
This is a follow-up bug uncovered by the fix for issue #25199. The tracks now have the correct node names, but placing the arc traps still doesn't work because the trap controller (i.e. the trap object created by the script) is a marker object without 3D. Using MoveToNode() instead of PlaceAtNode() should work.

Showing Comments 1 - 1 of 1