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: Nobody
Platform: All
Severity: Low
Votes: 0
Watching: N/A
Opened By BlackPete on Jun 10, 2019 6:46 am
Last Edited By BlackPete on Jun 11, 2019 3:46 am
Closed By Arthmoor on Jun 22, 2019 11:26 pm
Resolution: Fixed
Comment: Fixed for UFO4P 2.0.8.

Issue #26807: MinRadiantOwnedBuildResourceScript: Can't register for workshopparentscript_WorkshopEnterMenu events

 
[06/09/2019 - 04:34:08PM] error: [MinRadiantOwnedBuildResourceScript <MinRadiantOwned06ChangeLocOnly (00161D1D)>] cannot register for workshopparentscript_WorkshopEnterMenu events, because it cannot handle them
stack:
[MinRadiantOwned06ChangeLocOnly (00161D1D)].MinRadiantOwnedBuildResourceScript.RegisterForCustomEvent() - "<native>" Line ?
[WorkshopParent (0002058E)].workshopparentscript.RegisterForWorkshopEvents() - "C:\Users\Dr. Peter Haas\AppData\Local\Temp\PapyrusTemp\workshopparentscript.psc" Line 6511
[MinRadiantOwned06ChangeLocOnly (00161D1D)].MinRadiantOwnedBuildResourceScript.RegisterForWorkshopEvents() - "g:\_F4\Art\Raw\Scripts\MinRadiantOwnedBuildResourceScript.psc" Line 56
[MinRadiantOwned06ChangeLocOnly (00161D1D)].MinRadiantOwnedBuildResourceScript.StartupCustom() - "g:\_F4\Art\Raw\Scripts\MinRadiantOwnedBuildResourceScript.psc" Line 48
[MinRadiantOwned06ChangeLocOnly (00161D1D)].MinRadiantOwnedBuildResourceScript.Startup() - "g:\_F4\Art\Raw\Scripts\MinRecruitQuestScript.psc" Line 239

<truncated stack>

Comments

1 comment(s) [Closed]
Arthmoor said:
 
MinRadiantOwnedBuildResourceScript didn't have an event handler for WorkshopEnterMenu, and after looking at the way the event registration is handled in several places, it probably isn't supposed to actually do anything with it. So the script now has a dummy receiver for it that will at least silence the logs.

Showing Comments 1 - 1 of 1