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.

My callout pack doesn't loaded

Featured Replies

Hello,

 

i wrote a dmall callout plugin. After i packed the dll file in plugins/LSPDFR i started the game. I load LSPDFR. This works. But as soon i go on duty it loads only 2 callout packs and then cames an error.

 

 

 

RagePluginHook Log.txt

Edited by dennis.f30

  • The title was changed to My callout pack doesn't loaded

Howdy,

These errors are not to do with your callout pack. Rather, they can be resolved by setting Main.DisableBlipHiding (or similar) to true in your lspdfr.ini.

Hope this helps. 😄 

Prefer support on Discord? Want your log automatically read? Join my server to receive live support!

https://discord.gg/SJfxcAhjCF

 

Developer of Callout Pack 686 Callouts & Discord Bot 686 Utilities.

 

  • Author

Ok, i try it 👍

 

I thought it was because of my callout pack because if I remove it the message doesn't come

 

Edit:

I changed the Main.DisableGameBlipHiding on true in the LSPDFR Ini. LSPDFR has loaded. After I wanted to go on duty another error show up.

RagePluginHook.log

Edited by dennis.f30
Tryed the possible solution but it doesnt work

  • Author

This is the code from my Main.cs:

 

Spoiler

using System;
using System.Reflection;
using Rage;
using LSPD_First_Response.Mod.API;
using Realistic_Callouts.Callouts;

namespace RealisticCallouts
{
    public class Main : Plugin
    {

        public override void Initialize()
        {
            Functions.OnOnDutyStateChanged += OnOnDutyStateChangedHandler;
            Game.LogTrivial("Realistic Callouts by dennis.f30 loaded");
            Game.LogTrivial("Go on duty to fully load Realistic Callouts");
        }

        public override void Finally()
        {
            Game.LogTrivial("Realistic Callouts have been unloaded");
        }

        private static void OnOnDutyStateChangedHandler(bool OnDuty)
        {
            if (OnDuty)
            {
                RegisterCallouts();
                Game.DisplayNotification("Realistic Callouts by dennis.f30 - Version 1.0.0 - Has been loaded");
            }
        }

        private static void RegisterCallouts()
        {
            Functions.RegisterCallout(typeof(HighSpeedChase));
        }

    }


}

 

  • Author

I just started LSPDFR with my callout pack. My callouts didn't load. Only the standard callouts from LSPDFR were loaded.

 

I think the problem is System.Reflection.Assembly.GetTypes()

 

Spoiler

[8/3/2022 2:21:37 PM.309] LSPD First Response: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
[8/3/2022 2:21:37 PM.309] at System.Reflection.Assembly.GetTypes()
[8/3/2022 2:21:37 PM.309] at iEzfXcEfSouJKwAYuBpfsOKMfWPFA.YOjQIpSYmSoSGJAxBzbzWlLqxBAI() in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 738
[8/3/2022 2:21:37 PM.309] LSPD First Response: Die Datei oder Assembly "System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Ungültiger Zeiger (Ausnahme von HRESULT: 0x80004003 (E_POINTER))
[8/3/2022 2:21:37 PM.311] LSPD First Response: Object reference not set to an instance of an object.   at iEzfXcEfSouJKwAYuBpfsOKMfWPFA.TjkREgMZOKZYeMvdHHKgDaneFKYX(Object , ResolveEventArgs ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 810
[8/3/2022 2:21:37 PM.311] at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)
[8/3/2022 2:21:37 PM.311] LSPD First Response: Object reference not set to an instance of an object.   at iEzfXcEfSouJKwAYuBpfsOKMfWPFA.TjkREgMZOKZYeMvdHHKgDaneFKYX(Object , ResolveEventArgs ) in D:\GTA V\LSPD First Response\LSPD First Response\Mod\Callouts\CalloutManager.cs:line 810
[8/3/2022 2:21:37 PM.311] at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

 

 

 

RagePluginHook.log

Stab in the dark here as I don't remember what caused this but did you happen to not set this up with the .NET Framework?

Prefer support on Discord? Want your log automatically read? Join my server to receive live support!

https://discord.gg/SJfxcAhjCF

 

Developer of Callout Pack 686 Callouts & Discord Bot 686 Utilities.

 

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.