http://bugs.winehq.org/show_bug.cgi?id=8319
Summary: Autocad 2008 trial install fails very early Product: Wine Version: CVS Platform: Other URL: http://autodesk.com OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
The trial download is a self-extracting winzip exe. That unpacks fine, but running the Setup.exe within fails early with a dialog "Path not found Failed to copy the following files: *.exe"
(I had rather expected it to fail much later, say, when installing .net or something.)
Looking at +relay, I see nonsense like
$ egrep 'Call.*GetFileAttrib.*2008|FindFirstFile.*2008' log | more ... 0009:Call kernel32.FindFirstFileW(0033eb84 L"C:\install\Autodesk\AutoCAD2008InstallImage\*.exe",0033e934) ret=7e534ab3 trace:file:FindFirstFileExW L"C:\install\Autodesk\AutoCAD2008InstallImage\*.exe" 0 0x33e934 0 (nil) 0 0009:Call kernel32.GetFileAttributesW(001866b8 L"C:\install\Autodesk\AutoCAD2008InstallImage\Y") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186798 L"C:\install\Autodesk\AutoCAD2008InstallImage\\5246\4545\0090A\0080A\0090A\0080A\Autodesk\AutoCAD2008InstallImage\Setu\2fc8Az") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186930 L"C:\install\Autodesk\AutoCAD2008InstallImage\\5355E\0001") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186a10 L"C:\install\Autodesk\AutoCAD2008InstallImage\5") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186af0 L"C:\install\Autodesk\AutoCAD2008InstallImage\5") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186bd0 L"C:\install\Autodesk\AutoCAD2008InstallImage\Setup.ini") ret=7e534eca 0009:Call kernel32.GetFileAttributesW(00186cc8 L"C:\install\Autodesk\AutoCAD2008InstallImage\\0210") ret=7e534eca 0009:Call kernel32.FindFirstFileW(0033eb84 L"C:\install\Autodesk\AutoCAD2008InstallImage\\5355\0645C:\install\Autodesk\AutoCAD2008InstallImage\*.exe",0033e934) ret=7e534ab3 trace:file:FindFirstFileExW L"C:\install\Autodesk\AutoCAD2008InstallImage\\5355\0645C:\install\Autodesk\AutoCAD2008InstallImage\*.exe" 0 0x33e934 0 (nil) 0
Which makes me think something's lost its little mind...