[Bug 21953] New: Autodesk 3D Studio Max 2010 trial installer fails because it can't install Backburner
http://bugs.winehq.org/show_bug.cgi?id=21953 Summary: Autodesk 3D Studio Max 2010 trial installer fails because it can't install Backburner Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com I did $ rm -rf .wine $ wine Autodesk_3ds_Max_2010_English_WIN_32_Trial.exe (whereupon I hit bug 21951, and continued like this:) $ sh winetricks gdiplus $ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial $ wine setup This failed. Here's c:/users/dank/Temp/3ds\ Max\ 2010\ Setup.log: ... 2010/3/6:16:35:50 dank slave3 Install Microsoft Visual C++ 2005 Redistributable (x86) Succeeded 2010/3/6:16:35:53 dank slave3 Install Microsoft Visual C++ 2008 SP1 Redistributable (x86) Succeeded 2010/3/6:16:39:23 dank slave3 Install .NET Framework Runtime 3.5 SP1 (This may take several minutes) Failed Failure is ignored, Result=1603^M 2010/3/6:16:39:28 dank slave3 Install DirectX® Runtime Update Succeeded 2010/3/6:16:39:30 dank slave3 Install MSXML 6.0 Parser Succeeded 2010/3/6:16:39:30 dank slave3 Install Autodesk Backburner 2008.1 Failed Installation aborted, Result=120 Hmm. So I tried installing Backburner by itself: $ cd ~/.wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial/support/backburner/ $ wine backburner.exe ... err:msi:call_script Could not find CLSID for Windows Script but it seemed to succeed. I then reran the main inner installer: $ cd .wine/drive_c/Autodesk/Autodesk_3dsmax_2010_English_Trial $ wine setup This now thinks Backburner is installed, so that was a good workaround. Perhaps 'winetricks wsh56' would have worked around it, too; I haven't checked. The next problem is bug 20211. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21953 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://delta.cpcc.edu/cours | |es/SGD/114/misc/Autodesk-3d | |s-Max-2010-English-WIN-32-T | |rial.exe/view CC| |focht(a)gmx.net Component|-unknown |msi Summary|Autodesk 3D Studio Max 2010 |Autodesk 3D Studio Max 2010 |trial installer fails |trial installer fails |because it can't install |because it can't install |Backburner |Backburner (needs msi.dll | |MsiDatabaseGenerateTransfor | |mW implementation) --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2012-02-19 14:48:28 CST --- Hello, confirming, still present. Prerequisites: 1) winetricks vcrun2008 (setup.exe will crash without) 2) .NET Framework 3.5 SP1 (appdb/winetricks) --- snip --- 0027:Call msi.MsiOpenDatabaseW(0052d8e4 L"C:\\Autodesk\\Autodesk_3dsmax_2010_English_Trial\\support\\backburner\\backburner.msi",00000000,0a1ae690) ret=1004b0d4 ... 0027:Ret msi.MsiOpenDatabaseW() retval=00000000 ret=1004b0d4 ... 0027:Call msi.MsiDatabaseOpenViewW(00000002,0a1ade60 L"INSERT INTO `Property` (`Property`,`Value`) VALUES ('ADLM_LICENSE_TYPE',?)",0a1add80) ret=100719e4 0027:trace:msi:MsiDatabaseOpenViewW L"INSERT INTO `Property` (`Property`,`Value`) VALUES ('ADLM_LICENSE_TYPE',?)" 0xa1add80 0027:trace:msi:MSI_DatabaseOpenViewW L"INSERT INTO `Property` (`Property`,`Value`) VALUES ('ADLM_LICENSE_TYPE',?)" 0xa1adcc4 ... 0027:Call msi.MsiDatabaseGenerateTransformW(00000002,00000004,0052e464 L"C:\\users\\focht\\Temp\\_AI2eb3.tmp\\support\\backburner\\backburner-standalone.mst",00000000,00000000) ret=1004b736 0027:fixme:msi:MsiDatabaseGenerateTransformW 2 4 L"C:\\users\\focht\\Temp\\_AI2eb3.tmp\\support\\backburner\\backburner-standalone.mst" 0 0 0027:Ret msi.MsiDatabaseGenerateTransformW() retval=00000078 ret=1004b736 0 ... 0027:Call KERNEL32.lstrlenW(00536910 L"Install\tAutodesk Backburner 2008.1\tFailed\tInstallation aborted, Result=120\r\n") ret=10035ccb ... 0026:Call KERNEL32.FormatMessageW(00001100,00000000,00000078,00000400,0033de1c,00000000,00000000) ret=008df826 0026:Ret KERNEL32.FormatMessageW() retval=00000017 ret=008df826 ... 0026:Call gdi32.TextOutW(000057a0,00000011,00000014,004ba80c L"Failed - Call not implemented. ",0000001f) ret=00349df2 --- snip --- Source: http://source.winehq.org/git/wine.git/blob/ca49aae61ec31b8f26ce8b3e0b9317a31... --- snip --- 806 UINT WINAPI MsiDatabaseGenerateTransformW( MSIHANDLE hdb, MSIHANDLE hdbref, 807 LPCWSTR szTransformFile, int iReserved1, int iReserved2 ) 808 { 809 FIXME("%d %d %s %d %d\n", hdb, hdbref, 810 debugstr_w(szTransformFile), iReserved1, iReserved2); 811 return ERROR_CALL_NOT_IMPLEMENTED; 812 } --- snip --- MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa370077.aspx $ sha1sum Autodesk-3ds-Max-2010-English-WIN-32-Trial.exe 55a553a12e3af9fba3edd593d509a50c11305b51 Autodesk-3ds-Max-2010-English-WIN-32-Trial.exe $ wine --version wine-1.4-rc4 Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21953 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Anastasius Focht <focht(a)gmx.net> 2012-02-19 14:49:32 CST --- Hello, and dupe of bug 12532 Regards *** This bug has been marked as a duplicate of bug 12532 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21953 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh(a)gmail.com --- Comment #3 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-02-24 06:13:31 CST --- Closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org