Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

Game Crashes with new update

Featured Replies

Hello! My GTA game has automatically updated, and so I was able to find the updated RPH and LSPDFR to allow me to mod the latest version of GTA. However, every 5 minutes of playing the game, LSPDFR crashes. It crashes during callouts, it crashes during gun fights, it crashes all the time. It was not doing this before the update. I have a couple files for you and a screenshot to look at. Any help would be appreciated. I already tried reinstalling/uninstalling the mods/RPH/LSPDFR.

 

MODS:

computer+

policesmartradio

assortedcallouts

fbi callouts

simple callouts

stop the ped

traffic policer

ultimate backup

 

versions:

GTA v1.0.2699.0 Steam

RAGE Plugin Hook v1.95.1310.16355

 

crash lspdfr.png

  • Replies 22
  • Views 4.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Posted Images

  • Management Team
9 minutes ago, Blackpepper Gamer said:

 

I can see that it dies while forcing duty in a vehicle - what kind of vehicle where you in?

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

6 minutes ago, LMS said:

 

Bir araçta göreve zorlarken öldüğünü görebiliyorum - ne tür bir araçtasınız?

first i used police Cruiser vehicle then i restarted the game , this time i tried the police buffalo vehicle but in both , on duty , crashes

Could contain: vehicle, land vehicle, car, automotive design, logo, automotive decal, wheel, graphics

  • Management Team
3 minutes ago, Blackpepper Gamer said:

first i used police Cruiser vehicle then i restarted the game , this time i tried the police buffalo vehicle but in both , on duty , crashes

 

Are these vanilla cars or modded cars? If modded, please send me a link to them.

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

1 minute ago, LMS said:

 

Are these vanilla cars or modded cars? If modded, please send me a link to them.

No only vanilla cars , also I haven't installed any mods yet , I didn't even open the mod folder , only lspdfr mod

Could contain: vehicle, land vehicle, car, automotive design, logo, automotive decal, wheel, graphics

  • Management Team

Please load the game without LSPDFR but with RPH and go into one of the vehicles you know crashes. Then:

 

1.) Open console, enable developer mode (type in IsDeveloperModeEnabled true).
2.) Tab out of game, look for small "V" icon in tray bar, right click -> execute code.
3.) In code window, paste the following and send me the log afterwards.

 

var v = Game.LocalPlayer.Character.CurrentVehicle;
Game.LogTrivial("In Vehicle: " + v.Exists());
Game.LogTrivial("Capacity: " + v.PassengerCapacity);
Game.LogTrivial("Driver Seat Empty: " + v.IsSeatFree(-1));
Game.LogTrivial("Ped On Driver Seat: " + v.GetPedOnSeat(-1).Exists());
Game.LogTrivial("Player On Driver Seat: " + (v.GetPedOnSeat(-1).Exists() && v.GetPedOnSeat(-1).IsPlayer));
Game.LogTrivial("Index: " + Game.LocalPlayer.Character.SeatIndex); // This might crash.

 

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

27 minutes ago, LMS said:

Please load the game without LSPDFR but with RPH and go into one of the vehicles you know crashes. Then:

 

1.) Open console, enable developer mode (type in IsDeveloperModeEnabled true).
2.) Tab out of game, look for small "V" icon in try bar, right click -> execute code.
3.) In code window, paste the following and send me the log afterwards.

 

 var v = Game.LocalPlayer.Character.CurrentVehicle;
Game.LogTrivial("In Vehicle: " + v.Exists());
Game.LogTrivial("Capacity: " + v.PassengerCapacity);
Game.LogTrivial("Driver Seat Empty: " + v.IsSeatFree(-1));
Game.LogTrivial("Ped On Driver Seat: " + v.GetPedOnSeat(-1).Exists());
Game.LogTrivial("Player On Driver Seat: " + (v.GetPedOnSeat(-1).Exists() && v.GetPedOnSeat(-1).IsPlayer));
Game.LogTrivial("Index: " + Game.LocalPlayer.Character.SeatIndex); // This might crash.

 

I'm not sure if I did it right, I hope I got it right  , ı am sorry !! about that

RagePluginHook_27072022_220142.log

Could contain: vehicle, land vehicle, car, automotive design, logo, automotive decal, wheel, graphics

  • Management Team

That doesn't look quite right alas, did you type in "IsDeveloperModeEnabled true" in the RPH console (F4 by default)? Then afterwards, open the little "V" icon, go to execute code, paste in the code I gave you, execute the code, go back to game and wait until it crashes (or not, give it a few seconds), then send me the log.

 

Anyone else who has the same issue, you can also try to do this in a vehicle that crashes for you.

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

37 minutes ago, LMS said:

That doesn't look quite right alas, did you type in "IsDeveloperModeEnabled true" in the RPH console (F4 by default)? Then afterwards, open the little "V" icon, go to execute code, paste in the code I gave you, execute the code, go back to game and wait until it crashes (or not, give it a few seconds), then send me the log.

 

Anyone else who has the same issue, you can also try to do this in a vehicle that crashes for you.

is it ok 

20220728020415_1.jpg

RagePluginHook_27072022_224522.log

Could contain: vehicle, land vehicle, car, automotive design, logo, automotive decal, wheel, graphics

I believe I'm having a similar crash-

 

full log attached.

 

Spoiler

[7/27/2022 7:45:01 PM.209] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK
[7/27/2022 7:45:01 PM.209] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.210] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>".
[7/27/2022 7:45:01 PM.211] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.212] LSPD First Response: Exception type: System.NotImplementedException
[7/27/2022 7:45:01 PM.213] LSPD First Response: Exception message: Should never reach here.
[7/27/2022 7:45:01 PM.213] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.214] LSPD First Response: Inner exceptions:
[7/27/2022 7:45:01 PM.215] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.220] LSPD First Response: Stack trace:
[7/27/2022 7:45:01 PM.221] LSPD First Response: at Rage.Ped.get_SeatIndex()
[7/27/2022 7:45:01 PM.222] at KjNWNnDlZnBjKyCXtCWUxDCOcxgg..ctor(jkQxfHRYjiFGNcIwdNnRRXmjXNPj , Ped , Entity ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeEvent.cs:line 24
[7/27/2022 7:45:01 PM.223] at OqFGSrUxuThwMtEfJsqFQTbtDcHg.ufPthuTxamaXgzCFqBQakOueoKJIA(Ped , Entity , jkQxfHRYjiFGNcIwdNnRRXmjXNPj , Boolean ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeEventManager.cs:line 69
[7/27/2022 7:45:01 PM.224] at FSDOaCSANiYeDHhgQRwgUAJPdyoU.QVAVTkNTbpBbfSAxpDituSLOFBMJ(Ped , Ped , uctDhefHrChSLFfORxTpdmNHjlnPA ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeManager.cs:line 86
[7/27/2022 7:45:01 PM.224] at jOyDGaifJvheuoDqtcYuKYNDshlo`1.Invoke(xBjIMIKBXtpyppLsGVHHMXbBolRy e, args)
[7/27/2022 7:45:01 PM.263] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.EazlCLiaryXLsoJBOcjbHyOSNETx() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 1037
[7/27/2022 7:45:01 PM.264] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.XWfWgOBmUGrzaQMtPeVTHuiDCcWG() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 1076
[7/27/2022 7:45:01 PM.265] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 599
[7/27/2022 7:45:01 PM.265] at dXDariIajebcbNdDKndYCAJBnLeMc.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPedCache.cs:line 54
[7/27/2022 7:45:01 PM.266] at peQuRGeEkxsInrWmTEOdMIguiAic.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Main.cs:line 54
[7/27/2022 7:45:01 PM.267] at eilcMlRBmitBeNmgAlpWITnLJwvH.OwuXhFkCIbESzParwcMBGbdAcxohA() in D:\GTA V\LSPD First Response\LSPD First Response\Mod\LSPDFR.cs:line 802
[7/27/2022 7:45:01 PM.268] at Rage.GameFiber.Main()

 

RagePluginHook.log

  • Management Team
15 minutes ago, Devilchuk17 said:

I believe I'm having a similar crash-

 

full log attached.

 

  Hide contents

[7/27/2022 7:45:01 PM.209] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK
[7/27/2022 7:45:01 PM.209] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.210] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>".
[7/27/2022 7:45:01 PM.211] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.212] LSPD First Response: Exception type: System.NotImplementedException
[7/27/2022 7:45:01 PM.213] LSPD First Response: Exception message: Should never reach here.
[7/27/2022 7:45:01 PM.213] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.214] LSPD First Response: Inner exceptions:
[7/27/2022 7:45:01 PM.215] LSPD First Response: ------------------------------
[7/27/2022 7:45:01 PM.220] LSPD First Response: Stack trace:
[7/27/2022 7:45:01 PM.221] LSPD First Response: at Rage.Ped.get_SeatIndex()
[7/27/2022 7:45:01 PM.222] at KjNWNnDlZnBjKyCXtCWUxDCOcxgg..ctor(jkQxfHRYjiFGNcIwdNnRRXmjXNPj , Ped , Entity ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeEvent.cs:line 24
[7/27/2022 7:45:01 PM.223] at OqFGSrUxuThwMtEfJsqFQTbtDcHg.ufPthuTxamaXgzCFqBQakOueoKJIA(Ped , Entity , jkQxfHRYjiFGNcIwdNnRRXmjXNPj , Boolean ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeEventManager.cs:line 69
[7/27/2022 7:45:01 PM.224] at FSDOaCSANiYeDHhgQRwgUAJPdyoU.QVAVTkNTbpBbfSAxpDituSLOFBMJ(Ped , Ped , uctDhefHrChSLFfORxTpdmNHjlnPA ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Crimes\CrimeManager.cs:line 86
[7/27/2022 7:45:01 PM.224] at jOyDGaifJvheuoDqtcYuKYNDshlo`1.Invoke(xBjIMIKBXtpyppLsGVHHMXbBolRy e, args)
[7/27/2022 7:45:01 PM.263] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.EazlCLiaryXLsoJBOcjbHyOSNETx() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 1037
[7/27/2022 7:45:01 PM.264] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.XWfWgOBmUGrzaQMtPeVTHuiDCcWG() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 1076
[7/27/2022 7:45:01 PM.265] at hTJJUzEfNbxYjHQcdouHyJfZFTOP.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPed.cs:line 599
[7/27/2022 7:45:01 PM.265] at dXDariIajebcbNdDKndYCAJBnLeMc.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Scripting\Entities\CPedCache.cs:line 54
[7/27/2022 7:45:01 PM.266] at peQuRGeEkxsInrWmTEOdMIguiAic.zpyaVHLhAmgRtCqugcgijQymEjMV() in D:\GTA V\LSPD First Response\LSPD First Response\Engine\Main.cs:line 54
[7/27/2022 7:45:01 PM.267] at eilcMlRBmitBeNmgAlpWITnLJwvH.OwuXhFkCIbESzParwcMBGbdAcxohA() in D:\GTA V\LSPD First Response\LSPD First Response\Mod\LSPDFR.cs:line 802
[7/27/2022 7:45:01 PM.268] at Rage.GameFiber.Main()

 

RagePluginHook.log 329.2 kB · 0 downloads

What ASI mods are you using?

Can you also follow Lennart's instructions above to provide some debugging information?

 

As a general update;

Another thing to try is to please disable all ASI mods and LSPDFR plugins. For LSPDFR plugins, you can simply rename the LSPDFR plugins folder to temporarily disable them. ASI mods are a bit more involved to disable, you'd have to move them out of your GTA folder. If the issue does not occur, adding mods back in progressively and testing would help us track down the problem.

 

We suspect this issue may be triggered by another ASI mod or LSPDFR plugin, as we are unable to reproduce the issue on our end. However, knowing which mod is responsible will help us potentially add a workaround and/or notify the author.

24 minutes ago, LMS said:

 

Please try without LSPDFR and just RPH

I got same problem so how can I fix it please
This crashed when I was click on duty.

Screenshot_2.png

Edited by Officer Lazy
Added images

Nothing but being play POLICE MOD is fun

This is a support topic.
Only reply here to offer help or assistance to Timothy Baird. Off-topic or "me too" replies will be removed.

Need support yourself? Make a new topic instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.