http://bugs.winehq.org/show_bug.cgi?id=11502
Summary: Save as dialog in nwn2 DM tookit fails to open Product: Wine Version: 0.9.54. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cngnome@gmail.com
This is dotnet fw 2 program. It cannot be run in mono since mono does not support msvcm80.dll and I dont know how mono could be installed to wine.
When I choose save as file dialog, I get
************** Exception Text ************** System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.FileDialog.HookProc(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.GetSaveFileName(OPENFILENAME_I ofn) at System.Windows.Forms.SaveFileDialog.RunFileDialog(OPENFILENAME_I ofn) at System.Windows.Forms.FileDialog.RunDialog(IntPtr hWndOwner) at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner) at System.Windows.Forms.CommonDialog.ShowDialog()
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented