https://bugs.winehq.org/show_bug.cgi?id=45100
Bug ID: 45100 Summary: System.AccessViolationException for .Net when Form start Product: Wine Version: 3.7 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alekseenko_yan@mail.ru
Created attachment 61271 --> https://bugs.winehq.org/attachment.cgi?id=61271 Crashed log from Wine
I try to start Zeus Radio (hfrelectronics.com) written on .Net and using DirectSound and OpenGL and application crashed.
PS. We try to start on Wine 3.6 under Linux Mint ant it WORKS.
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Form.set_WindowState(FormWindowState value) at CustomControls.CustomForm.OnLoad(EventArgs e) in d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 154 at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at CustomControls.CustomForm.WndProc(Message& m) in d:\Project\ZeusSDR\ZeusSDR\ui\Controls\CustomForm.cs:line 572 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow) at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Form.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.Show() at ZeusSDR.ZeusMainForm..ctor(Intro intro) in d:\Project\ZeusSDR\ZeusSDR\ui\ZeusMainForm.cs:line 568