Another NonExistingObjectException.

Issue #4 resolved
Rainer Hilmer repo owner created an issue

Error during Tick in script 'EmergencyRecover.Core': GTA.NonExistingObjectException: Invalid call to an object that doesn't exist anymore! at GTA.Ped.get_Position() at GTA.World.GetPeds(Vector3 Position, Single Radius, Int32 MaxAmount) at EmergencyRecover.Core.Recover() at EmergencyRecover.KeyHandling.AtRecoverKey(KeyEventArgs e) at EmergencyRecover.Core.OneyKeyDown(Object sender, KeyEventArgs e) at GTA.Script.ProcessEvents() at GTA.Script.DoTick() at GTA.ScriptThread.OnTick()

Comments (1)

  1. Rainer Hilmer reporter

    Hopefully fixed Issue 4 but there is not much I can do because the crash happened in the .net Scripthook. I moved World.GetPeds and World.GetVehicles closer to the caller. Let's hope that does the trick. If not, we have to live with it.

    → <<cset 5e04146ed983>>

  2. Log in to comment