slamminuk Posted May 29, 2013 Share Posted May 29, 2013 (edited) Howdy Recently I've been getting CTD. On checking the logs its always these 3 buggers. critterFish.pscxxxCMPlayerAliasScript.pscAPB_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 typestack:[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 typestack:[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 3Dstack:[ (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 3Dstack:[ (FF0033E9)].critterFish.SplineTranslateTo() - "<native>" Line ?[ (FF0033E9)].critterFish.SchoolWithOtherFish() - "critterFish.psc" Line 283[ (FF0033E9)].critterFish.OnUpdate() - "critterFish.psc" Line 107 Edited May 29, 2013 by slamminuk Link to comment Share on other sites More sharing options...
nurmi90 Posted June 1, 2013 Share Posted June 1, 2013 Check this out, also recommend checking other stuff this fellow has made. http://forums.nexusmods.com/index.php?/topic/981701-critter-script-bugfix/ You can also try create to Data\SKSE\ folder skse.ini and add this line. [General]ClearInvalidRegistrations=1 Link to comment Share on other sites More sharing options...
slamminuk Posted June 1, 2013 Author Share Posted June 1, 2013 Check this out, also recommend checking other stuff this fellow has made. http://forums.nexusmods.com/index.php?/topic/981701-critter-script-bugfix/ You can also try create to Data\SKSE\ folder skse.ini and add this line. [General]ClearInvalidRegistrations=1 Great thank you for the link. I will try the fixes. :biggrin: Link to comment Share on other sites More sharing options...
slamminuk Posted June 3, 2013 Author Share Posted June 3, 2013 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 typestack:[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 KickOffOnStartFunction OnUpdate()GotoState(""); ; Debug.TraceConditional("Critter " + self + " is creating landing markers", bCritterDebug); Create our landing and dummy markerslandingMarker = PlaceAtMe(LandingMarkerForm);; while (!landingMarker.Is3DLoaded() && is3DLoaded()) - THIS IS LINE 255while !landingMarker.Is3DLoaded() ; BUGFIX BY STEVE40wait(0.1)endWhile Link to comment Share on other sites More sharing options...
Recommended Posts