Jump to content

critterFish.psc and xxxCMPlayerAliasScript.psc


slamminuk

Recommended Posts

Howdy

 

Recently I've been getting CTD. On checking the logs its always these 3 buggers.

 

critterFish.psc

xxxCMPlayerAliasScript.psc

APB_Spawner01.psc

 

Any ideas what these belong to?

 

[05/29/2013 - 09:53:52PM] Error: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
[None].ObjectReference.Delete() - "<native>" Line ?
[ (FF00300B)].critterFish.DisableAndDelete() - "Critter.psc" Line 300
[ (FF00300B)].critterFish.OnCritterGoalAlmostReached() - "critterFish.psc" Line ?
[ (FF00300B)].critterFish.OnTranslationAlmostComplete() - "Critter.psc" Line 765
[05/29/2013 - 09:53:52PM] Error: Unable to call Delete - no native object bound to the script object, or object is of incorrect type
stack:
[None].ObjectReference.Delete() - "<native>" Line ?
[ (FF00300B)].critterFish.DisableAndDelete() - "Critter.psc" Line 303
[ (FF00300B)].critterFish.OnCritterGoalAlmostReached() - "critterFish.psc" Line ?
[ (FF00300B)].critterFish.OnTranslationAlmostComplete() - "Critter.psc" Line 765
[05/29/2013 - 09:53:52PM] Error: Failed to setup moving reference because it has no parent cell or no 3D
stack:
[ (FF0033C8)].critterFish.SplineTranslateTo() - "<native>" Line ?
[ (FF0033C8)].critterFish.GoToNewPoint() - "critterFish.psc" Line 273
[ (FF0033C8)].critterFish.OnUpdate() - "critterFish.psc" Line 112
[05/29/2013 - 09:53:53PM] Error: Failed to setup moving reference because it has no parent cell or no 3D
stack:
[ (FF0033E9)].critterFish.SplineTranslateTo() - "<native>" Line ?
[ (FF0033E9)].critterFish.SchoolWithOtherFish() - "critterFish.psc" Line 283
[ (FF0033E9)].critterFish.OnUpdate() - "critterFish.psc" Line 107
Edited by slamminuk
Link to comment
Share on other sites

Tried the critter.psc fix and I'm still having an issue. After adding Steve's file it says there's an issue with line 255.

 

[06/03/2013 - 10:44:24PM] Error: Unable to call Is3DLoaded - no native object bound to the script object, or object is of incorrect type
stack:
[None].ObjectReference.Is3DLoaded() - "<native>" Line ?
[ (FF00181E)].critterMoth.OnUpdate() - "Critter.psc" Line 255
[06/03/2013 - 10:44:24PM] warning: Assigning None to a non-object variable named "::temp17"

 

state KickOffOnStart
Function OnUpdate()
GotoState("")
; ; Debug.TraceConditional("Critter " + self + " is creating landing markers", bCritterDebug)
; Create our landing and dummy markers
landingMarker = PlaceAtMe(LandingMarkerForm)
;; while (!landingMarker.Is3DLoaded() && is3DLoaded()) - THIS IS LINE 255
while !landingMarker.Is3DLoaded() ; BUGFIX BY STEVE40
wait(0.1)
endWhile
Link to comment
Share on other sites

  • Recently Browsing   0 members

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