https://bugs.winehq.org/show_bug.cgi?id=39920
Bug ID: 39920 Summary: [REGRESSION] In Nanocad 5.1 the file open/import dialog does not open Product: Wine Version: 1.9.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: andrej.skvortzov@gmail.com Regression SHA1: bbf2cce16041e90d621a1f5889ea1bd760e21a0e Distribution: ---
Nanocad 5.0 works great with wine 1.4.1, but in wine 1.9.0.37 it's not possible anymore to open or import file in NanoCad. That make the CAD useless.
I bisected the problem to commit: [bbf2cce16041e90d621a1f5889ea1bd760e21a0e] comdlg32: Do not modify dialog resource directly.
I reverted this commit on the latest wine (1.9.0.37) and that fixed my issue with file open dialog.
Nanocad 5.0 is free and can be downloaded here: ftp://ftp.nanocad.com/nanocad/nanoCAD50(2000).ZIP or here http://nanocad.com/page/DownloadNanoCAD It can be used without registration/activation in Demo mode. This is enough to reproduce the bug.
Steps to reproduce the problem: 1. Unpack zip archive into ~/nanocad5
2. Install prerequirements WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine ~/nanocad5/PreReq/vcredist_x86.exe
3. Install nanoCad WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i ~/nanocad5/nanoCAD.msi
4. Install nanoCad WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine msiexec /i ~/nanocad5/nanoCAD.msi
5. Run nanoCad. Select Demo mode. WINEARCH=win32 WINEPREFIX=~/.wine/wine-test ./wine ~/.wine/wine-test/drive_c/Program\ Files/Nanosoft/nanoCAD\ en\ 5.0/nCad.exe
6. Select menu File->Open. or Click on "Open" icon on the toolbar. Dialog window will not open.