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.

[SOLVED] Rage Native UI ProcessMenus() crash with new RPH

Featured Replies

So i've updated to the new Gta version with the latest RPH, and now this strange error pops up when drawing the menu

[10/06/2016 12:02:26.581] LSPD First Response: 
[10/06/2016 12:02:26.581] LSPD First Response: ==============================
[10/06/2016 12:02:26.582] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK
[10/06/2016 12:02:26.582] LSPD First Response: ------------------------------
[10/06/2016 12:02:26.582] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>".
[10/06/2016 12:02:26.582] LSPD First Response: ------------------------------
[10/06/2016 12:02:26.582] LSPD First Response: Exception type: System.MissingMethodException
[10/06/2016 12:02:26.583] LSPD First Response: Exception message: Method not found: 'System.Collections.Generic.IList`1<System.Windows.Forms.Keys> Rage.KeyboardState.get_PressedKeys()'.
[10/06/2016 12:02:26.583] LSPD First Response: ------------------------------
[10/06/2016 12:02:26.583] LSPD First Response: Inner exceptions:
[10/06/2016 12:02:26.583] LSPD First Response: ------------------------------
[10/06/2016 12:02:26.584] LSPD First Response: Stack trace:
[10/06/2016 12:02:26.584] LSPD First Response: at RAGENativeUI.Common.GetPressedKeys()
[10/06/2016 12:02:26.584] at RAGENativeUI.MenuPool.ProcessMenus()
[10/06/2016 12:02:26.584] at LSPDFR_Khallouts.Callouts.TimeBomb.<>c.<MenuProcess>b__68_0() in E:\_GTADEV\LSPDFR Khallouts\LSPDFR Khallouts\Callouts\TimeBomb.cs:line 844
[10/06/2016 12:02:26.584] at Rage.GameFiber.Main()
[10/06/2016 12:02:26.585] LSPD First Response: ==============================
 private static void MenuProcess(object sender, GraphicsEventArgs e)
        {
            GameFiber.StartNew(delegate
            {
                GameFiber.Yield();
                if (Game.IsKeyDown(Keys.Y) && !_menuPool.IsAnyMenuOpen()) // Our menu on/off switch.
                    mainMenu.Visible = !mainMenu.Visible;

                _menuPool.ProcessMenus();       // Procces all our menus: draw the menu and procces the key strokes and the mouse. 
            });
            

        }

 

Edited by khorio

I've merged his commit. I'll talk to @alexguirre. When I see him about getting it released. 

Stealth22
LSPDFR Tester | Plugin Developer
My Plugins: Code 3 Callouts | Traffic Control | Keep Calm | ALPR+

Please do not PM me for any kind of technical support.
I unfortunately do not have enough free time to answer every PM that I get. For issues with my plugins, please post in the comments section of the file, or it's forum thread. You'll get a much quicker response from me there than if you send me a PM; I do my best to respond to every question in the comments sections. For API/programming questions, please post them in the API Development forum, so all developers can benefit from the answer as well. Thanks!

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.