FabianTerhorst/coreclr-module

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

ithr0n opened this issue · 0 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)