http://bugs.winehq.org/show_bug.cgi?id=14570
Summary: Regression on autocad 2005 Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: max@veneto.com
Created an attachment (id=14922) --> (http://bugs.winehq.org/attachment.cgi?id=14922) autocad setup log
Following a suggestion from Anastasius Focht, I'll report bug 14456 in a more correct way and without making assumptions ow what's the cause of the problem.
Resuming it :
1) On wine 1.0 I could install AutoCAD 2005 on a patched wine, with following patches : a) Fixed opengl crash (see bug 13599, closed after 1.1), not necessary anymore b) Fixed missing backslash returned on registry returned local path queries (see bug 13838)
Other necessary stuffs were native DOTNET2.0 (broken 1.1 sp1, see bug 13995), native MSXML3 (needed because of unimplemented stuffs leading to bad toolbars contents) and native shlwapi (needed because of register today dialog, displayed incorrectly).
With those prerequisites autocad could be installed and runs ok.
2) On latest git (after 1.1.1), the situation changed : a) opengl bug is solved, no need to patch it anymore b) missing backslash bug still present, needs a patch
c) theoretically no need for dotnet2.0 anymore, autocad installs its own 1.1sp1 which goes ok. Just to restrict possible areas of failures, I did stil winetricks dotnet2.0 before setup.
d) steel needed MSXML3 and shlwapi as native, same reasons as above.
Autocad installs ok (well, it appears ok, see later); attached here is the COMPLETE setup log, starting from fresh wine prefix, installation of corefonts, dotnet2.0, msxml3 and autocad itself.
On first launch it crashes, see next report part.