Hello. I was wondering of someone could help me with a small issue I'm having.
While I'm playing (and I've been able to reproduce this) during a pursuit, I like to keep the pursuit going rather than end the pursuit right away (just for fun). However, a couple minutes into the pursuit, I get Error: in script.LCPDFR-Obfuscated-11': (This has shown up other times as well, but sometimes it's a different number after Obfuscated rather than 11)
- I have the latest mod
- I ran the issue finder tool: No issues found.
- I've tried running in administrator mode (I have windows 7), and I check the logs and find this:
2010-12-21 18:29:15 - Error during Tick in script '0.1.LCPDFR-Obfuscated-11':
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Scripting.?A0xf88de8d2.GetCharCoordinates(Int32 , Single* , Single* , Single* )
at GTA.World.GetPeds(Vector3 Position, Single Radius, Int32 MaxAmount)
at 0.1.LCPDFR-Obfuscated-12.2(Ped A_0)
at 0.1.LCPDFR-Obfuscated-11.0(Object A_0, EventArgs A_1)
at GTA.Script.TryTick()
at GTA.Script.DoTick()
at GTA.ScriptThread.OnTick()
-And this is repeated throughout the log file:
2010-12-21 18:29:10 - Error during NetHook.Tick:
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at unmanaged.NativeContext3.Invoke(Int32 nameptr, Byte[] args, Int32 argnum, NativeContext3* cxt)
at GTA.ScriptDomain.RemoteEvent(RemoteEventArgs ev)
at GTA.ScriptDomain.ProcessRemoteEvents()
at GTA.ScriptDomain.Tick()
at GTA.NetHook.Tick()
Is this a known issue? The searches I've found recommended running as admin, which unfortunately didn't help. I've had this issue since the old version D when I first started playing the mod.
Thank you for your assistance/patients.