123DMWM / CCapi

ClassiCube.net api viewer
1 stars 3 forks source link

Clicking any of the "Raw" buttons crashes #5

Open MLG-fun opened 4 years ago

MLG-fun commented 4 years ago

When I click on one of the "Raw" buttons CCapi crashes.

Here is the console output: System.ComponentModel.Win32Exception (0x80004005): Cannot find the specified file at System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) [0x00102] in <4e15bbae9d7043d8afd6cfd50bd9bd5a>:0 at System.Diagnostics.Process.Start () [0x00032] in <4e15bbae9d7043d8afd6cfd50bd9bd5a>:0 at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x0001b] in <4e15bbae9d7043d8afd6cfd50bd9bd5a>:0 at System.Diagnostics.Process.Start (System.String fileName) [0x00006] in <4e15bbae9d7043d8afd6cfd50bd9bd5a>:0 at CCapi.Form1.bRawLast5_Click (System.Object sender, System.EventArgs e) [0x00001] in <b7ba6606e28848dfb82d58f367e73141>:0 at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00019] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x0001e] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.ButtonBase.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00069] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00078] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x001b4] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x00037] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00000] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <29ae5f13c05642a1be782372651d31a2>:0 at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <29ae5f13c05642a1be782372651d31a2>:0

Here is what mono --version says: Mono JIT compiler version 6.10.0.104 (tarball Fri Jun 26 20:06:03 UTC 2020) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notifications: epoll Architecture: armel,vfp+hard Disabled: none Misc: softdebug Interpreter: yes LLVM: yes(610) Suspend: preemptive GC: sgen (concurrent by default)

TheRealPear commented 9 months ago

This has been resolved in Wine 9.0, not sure about Mono.