FabianTerhorst / coreclr-module

Old alt:V CoreClr (.NET Core Common Language Runtime) community made module. New: https://github.com/altmp/coreclr-module

Home Page:https://docs.altv.mp/cs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Client] On Crash: Resolving System.Diagnosticsy.Process failed

ithr0n opened this issue · comments

When the client resource crashes GTA5.exe will immediately close and I can find this message in the logs:

[11:56:00][Error] Failed to show error dialog: System.IO.FileNotFoundException: Could not load file or assembly 'System.Diagnostics.Process, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

File name: 'System.Diagnostics.Process, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

   at AltV.Net.Client.WinApi.ErrorDialog.<>c__DisplayClass16_0.<.ctor>b__0(IntPtr hwnd, TaskDialogNotification msg, IntPtr wParam, IntPtr lParam, IntPtr _)

   at AltV.Net.Client.WinApi.ErrorDialog.Show()

   at AltV.Net.Client.ModuleWrapper.OnUnhandledException(Object _, UnhandledExceptionEventArgs e)