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.

Weird Thing Happening with Scripts

Featured Replies

So I have this problem that whenever I go ingame, LCPDFR crashes with an error, ELS V8 doesn't work, indicator script crashes too, and only some scripts, like trainer, work. So I tried running as admin & I tried replacing many times ScriptHook, but I can't manage to sort it out. Anybody has ever experienced this & knows how to fix it pls?

 

Also ENB works fine.

Edited by GreenAid

If you want my attention, quote me.

 

dae1089b7c4b80df4e988fc8d8c6841b.png

  • Author

I've had that happen to me too, do have PoliceHelper installed too? Not sure what's going on though.

 

Yes I have it.

 

Ok thanks I had forgot to install these, recently reinstalled Windows so yeah...

 

-----------------------------------------------------------------------

EDIT: Bad news guys.. not working even tho I put those... Could it be related to AdvanceHook?

-----------------------------------------------------------------------

EDIT2: Here are the logs:

 

lcpdfr.log

------------------------
[INFO - 12:09:38 AM] [Log] Started
[INFO - 12:09:38 AM] [Main] Main: Initializing...
[INFO - 12:09:38 AM] [Main] Main: LCPDFR Engine (C) 2011-2013 LMS
[INFO - 12:09:38 AM] [Main] Main: DO NOT USE THIS WITHOUT PERMISSION. YOU MAY NOT SHARE, MODIFY OR DECOMPILE THIS FILE.
[ERROR - 12:09:38 AM] [] System.IO.FileNotFoundException: Could not load file or assembly 'AdvancedHook.dll' or one of its dependencies. The specified module could not be found.
File name: 'AdvancedHook.dll'
   at ct.a()
   at ct..ctor()
   at LCPD_First_Response.Engine.Main.e()
   at LCPD_First_Response.Engine.Main.d()

scripthookdotnet.log:

2014-06-15 00:08:50 - Initializing ScriptHookDotNet v1.7.1.7 BETA (on GTA IV version 1.0.7.0 with C++ Hook version 0.5.1)
2014-06-15 00:09:34 - Direct3D device created!

2014-06-15 00:09:34 - SEARCHING FOR SCRIPTS...
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsindicator.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'indicatorClass'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsLCPDFR Loader.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'LCPDFR_Loader.Loader'!
2014-06-15 00:09:34 -  ...found script 'LCPDFR_Loader.PublicScript'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsLessOvertake.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'trafficruleCS.lessovertake'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsPolicing.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'Policing.Policing'!
2014-06-15 00:09:34 -  ...found script 'Policing_Breathalyser.Policing_Breathalyser'!
2014-06-15 00:09:34 -  ...found script 'Policing_Resist.Policing_Resist'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsvdH_MedicalExaminer.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'vdH.MedicalExaminer'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsvdH_PoliceHelper.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'vdH.PHelper'!
2014-06-15 00:09:34 - Loading scripts in Assembly 'scriptsvdH_towService.net.dll' ...
2014-06-15 00:09:34 -  ...found script 'vdH.TowService'!
2014-06-15 00:09:34 - DONE! 10 valid scripts found!

2014-06-15 00:09:34 - STARTING SCRIPTS...
2014-06-15 00:09:34 - INFO: Phone number checks are not available!
2014-06-15 00:09:35 -  ...successfully started script 'vdH.TowService'!
2014-06-15 00:09:38 -  ...successfully started script 'vdH.PHelper'!
2014-06-15 00:09:38 -  ...successfully started script 'vdH.MedicalExaminer'!
2014-06-15 00:09:38 -  ...successfully started script 'Policing_Resist.Policing_Resist'!
2014-06-15 00:09:38 -  ...successfully started script 'Policing_Breathalyser.Policing_Breathalyser'!
2014-06-15 00:09:38 -  ...successfully started script 'trafficruleCS.lessovertake'!
2014-06-15 00:09:38 -  ...successfully started script 'LCPDFR_Loader.PublicScript'!
2014-06-15 00:09:38 -  ...successfully started script 'LCPDFR_Loader.Loader'!
2014-06-15 00:09:38 -  ...successfully started script 'indicatorClass'!
2014-06-15 00:09:38 - Error during Tick in script 'LCPDFR_Loader.Loader':
                      System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'AdvancedHook.dll' or one of its dependencies. The specified module could not be found.
                         at hq.a(String A_0)
                         at LCPD_First_Response.Engine.Main.d()
                         at LCPD_First_Response.Engine.Main.Main_Tick(Object sender, EventArgs e)
                         --- End of inner exception stack trace ---
                         at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
                         at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
                         at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
                         at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
                         at LCPDFR_Loader.Test.Tick(Object sender, EventArgs e)
                         at LCPDFR_Loader.Loader.Loader_Tick(Object sender, EventArgs e)
                         at GTA.Script.TryTick()
                         at GTA.Script.DoTick()
                         at GTA.ScriptThread.OnTick()
2014-06-15 00:09:41 -  ...successfully started script 'Policing.Policing'!
2014-06-15 00:09:55 - Direct3D device lost!
2014-06-15 00:09:55 - SCRIPTS TERMINATED!

Edited by GreenAid

If you want my attention, quote me.

 

dae1089b7c4b80df4e988fc8d8c6841b.png

This is a support topic.
Only reply here to offer help or assistance to GreenAid. 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...

Similar Content

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.