Jump to content

Recommended Posts

  • 4 weeks later...
Posted

[10/08/2013 - 04:44:32PM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?
[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6
[10/08/2013 - 04:44:32PM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?
[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6
[10/08/2013 - 04:44:32PM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?
[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6
[10/08/2013 - 04:44:32PM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?
[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6
[10/08/2013 - 04:44:32PM] Error: Unable to call GetTargetActor - no native object bound to the script object, or object is of incorrect type
stack:
[None].xxxBowHitStagger.GetTargetActor() - "<native>" Line ?
[None].xxxBowHitStagger.OnHit() - "xxxBowHitStagger.psc" Line 6
[10/08/2013 - 04:45:43PM] VM is freezing...
[10/08/2013 - 04:45:43PM] VM is frozen

Newest part of skyrim redone that's causing the game's scripts to lag to hell and back.

Posted

I was getting an error on xxxBowHitStagger.psc too, although this was due to it being in a different cell (and unable to cast spell) and none object. Put in a sanity check and checked if it's within the cell.

Use at your own discretion.

put xxxBowHitStagger.pex in data/scripts and xxxBowHitStagger.psc in data/scripts/source found here

Posted (edited)
  On 10/14/2013 at 5:28 PM, SL0B said:

I was getting an error on xxxBowHitStagger.psc too, although this was due to it being in a different cell (and unable to cast spell) and none object. Put in a sanity check and checked if it's within the cell.

Use at your own discretion.

put xxxBowHitStagger.pex in data/scripts and xxxBowHitStagger.psc in data/scripts/source found here

GetParentCell does not check that the actor is in the same cell, it checks that the actor is in a loaded cell. As it should not be possible to hit an actor that is not in a loaded area, I still reckon that is caused by script lag. The SkyRE scripts lack a mechanism to stop multiple calls to OnHit from stacking up. If the calls stack up, the actor or cell could unload before the call gets executed, causing the "none object" error.

 

I've been working on an update for the xxxBowHitStagger script:

 

 

  Reveal hidden contents

 

 

I've now included this fix with my other two scripts attached to my first post. Try it and see if it helps or not.

Edited by steve40
  • 2 weeks later...
Posted

Just found this - thanks!!

  • 4 months later...
Posted

Thank god, I'm not the only one with the Blade Barrier issue! Been searching for forever for something on it. Is the only way to fix it really to go into the CK?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...