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 Skyrim Special Edition Patch
Component: Skyrim SE: Fishing
Category: Papyrus
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By BlackPete on Aug 31, 2024 10:30 pm
Closed By Arthmoor on Feb 3, 2025 1:11 pm
Resolution: Can't Fix - Engine Issue

Issue #34327: ccBGSSSE001_SpeedEnchScript: Unable to call DamageActorValue

 
[08/31/2024 - 09:21:56PM] error: Unable to call DamageActorValue - no native object bound to the script object, or object is of incorrect type
stack:
    [<nullptr form> (FF001541)].Actor.DamageActorValue() - "<native>" Line ?
    [None].ccBGSSSE001_SpeedEnchScript.ForceMovementSpeedUpdate() - "ccBGSSSE001_SpeedEnchScript.psc" Line 4
    [None].ccBGSSSE001_SpeedEnchScript.OnEffectFinish() - "ccBGSSSE001_SpeedEnchScript.psc" Line 13

Note: I'm relatively sure that this error can't addressed because it doesn't give enough information. Just posting it here in case I'm wrong.

Comments

5 comment(s) [Closed]
BlackPete said:
 
It may not be obvious, so I should have mentioned that this happens during Wave Breaker (ccBGSSSE001_Crab_MQ4). There were a number of similar errors generated in the log, but with different randomized FormIDs (starting with FF).

Comment #1 Sep 1, 2024 3:49 am  Edited by BlackPete on Sep 1, 2024 3:51 am
DarthVitrial said:
 
Seems to be because the enemies despawn when dead, and thus the OnEffectFinish script can't run since the npc no longer exists.

DarthVitrial said:
 
Correction, I think it's actually Snippy that this happens to. Since he's Disabled, the ccBGSSSE001_MudcrabMovementSpeedPet spell on him can't process the OnEffectFinish.

DarthVitrial said:
 
...Or it's the ccBGSSSE001_MudcrabRaceFlamingPot, which ALSO has the spell applied.
Regardless, not sure if fixable.

Comment #4 Jan 25, 2025 11:44 pm  Edited by DarthVitrial on Jan 25, 2025 11:44 pm
Arthmoor said:
 
Papyrus errors of this type are generally not fixable because the spawned enemies are either dead or deleted (hence the [None] reference).

Showing Comments 1 - 5 of 5