Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception in UsingTls.WinFunctions.GetProcessMainThreadId() #167

Open
NightYield opened this issue Jun 1, 2024 · 0 comments
Open

Comments

@NightYield
Copy link

A System.InvalidOperationException occurred while using RageNativeUI, the message was: The request cannot be processed because the thread (16416) has exited

RageNativeUI was used as part of my TrafficSuite plugin, but from the StackTrace I doubt that's the problem. The problem was reported to me by a user and I'm not able to reproduce it.

RNUI version: 1.9.2.0

at System.Diagnostics.ProcessManager.OpenThread(Int32 threadId, Int32 access)
at System.Diagnostics.ProcessThread.GetThreadTimes()
at System.Diagnostics.ProcessThread.get_StartTime()
at RAGENativeUI.Internals.UsingTls.WinFunctions.GetProcessMainThreadId()
at RAGENativeUI.Internals.UsingTls.EnsureTlsPointers()
at RAGENativeUI.Internals.UsingTls.Get(Int32 offset)
at RAGENativeUI.Internals.CScaleformMgr.IsMovieRendering(Int32 index)
at RAGENativeUI.Elements.InstructionalButtons.<get_NumberOfRows>g__GetInstructionalButtonsRows|28_0(UInt32 frame)
at RAGENativeUI.Elements.InstructionalButtons.get_NumberOfRows()
at RAGENativeUI.Elements.InstructionalButtons.Draw()
at RAGENativeUI.UIMenu.Draw()
at RAGENativeUI.MenuPool.ProcessMenus()
at NightYield.TrafficSuite.UserInputHost.ProcessMenus()
at NightYield.TrafficSuite.UserInputHost.Process()
at Rage.GameFiber.Main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant