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: Vanilla
Category: Papyrus
Assigned To: Sclerocephalus
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Feb 22, 2019 4:08 am
Last Edited By Sclerocephalus on Nov 11, 2019 7:00 am

Issue #26256: PlankHingeMoveableScript: Unable to call GetPositionX - no native object bound to the script object

 
[02/21/2019 - 12:42:47AM] error: Unable to call GetPositionX - no native object bound to the script object, or object is of incorrect type
stack:
[ (0011C693)].PlankHingeMoveableScript.GetPositionX() - "<native>" Line ?
[ (0011C693)].PlankHingeMoveableScript.OnInit() - "g:\_F4\Art\Raw\Scripts\PlankHingeMoveableScript.psc" Line 14
[02/21/2019 - 12:42:47AM] warning: Assigning None to a non-object variable named "::StartingXPos_var"
stack:
[ (0011C693)].PlankHingeMoveableScript.OnInit() - "g:\_F4\Art\Raw\Scripts\PlankHingeMoveableScript.psc" Line 14

Comments

1 comment(s)
Sclerocephalus said:
 
An interesting one: the script fails to call GetPositionX() on line 14, but it apparently doesn't complain when it calls GetPositionY() and GetPositionZ() on lines 15 and 16.

Makes me wonder whether the OnInit() event may fire before the ref has been fully set up.

Showing Comments 1 - 1 of 1