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: Vanilla
Category: Papyrus
Assigned To: Sclerocephalus
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By Sclerocephalus on Nov 7, 2017 8:43 pm
Last Edited By Sclerocephalus on Jan 22, 2018 11:26 am
Closed By Arthmoor on Jan 28, 2018 12:26 am
Resolution: Fixed
Comment: Fixed for UFO4P 2.0.3.

Issue #23092: FollowersScript - Cannot call HasKeyword() on a None object

 
[11/07/2017 - 10:42:55PM] error: Cannot call HasKeyword() on a None object, aborting function call
stack:
[Followers (000289E4)].followersscript.::remote_Actor_OnPlayerFireWeapon() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\followersscript.psc" Line 225
[11/07/2017 - 10:42:55PM] warning: Assigning None to a non-object variable named "::temp65"
stack:
[Followers (000289E4)].followersscript.::remote_Actor_OnPlayerFireWeapon() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\followersscript.psc" Line 225
[11/07/2017 - 10:42:55PM] error: Cannot call HasKeyword() on a None object, aborting function call
stack:
[Followers (000289E4)].followersscript.::remote_Actor_OnPlayerFireWeapon() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\followersscript.psc" Line 225
[11/07/2017 - 10:42:55PM] warning: Assigning None to a non-object variable named "::temp68"
stack:
[Followers (000289E4)].followersscript.::remote_Actor_OnPlayerFireWeapon() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\followersscript.psc" Line 225

This event runs keyword checks on the player's current location - and fails if that is 'none' (this should be the case e.g. for all wilderness cells).

Sanity check missing.