http://bugs.winehq.org/show_bug.cgi?id=10365
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW CC| |focht@gmx.net Version|unspecified |0.9.48.
--- Comment #20 from Anastasius Focht focht@gmx.net 2011-06-27 16:21:51 CDT --- Hello,
still present. Unfortunately the installer suffers from bug 12071 - it takes ~45 min until the failure _Oo_
--- snip --- err:msi:MsiDatabaseCommit Failed to commit tables! fixme:storage:create_storagefile Storage share mode not implemented. <45 mins of cpu pegging> ... 0015:trace:msi:ACTION_CallDllFunction calling L"NeroAg_Init" ... 0015:Call msi.MsiGetPropertyA(00000002,00581fa8 "CDNumber",100d302b,0950e81c) ret=100504bb ... 0015:Call KERNEL32.WideCharToMultiByte(00000000,00000000,001d3d70 L"14420",ffffffff,00000000,00000000,00000000,00000000) ret=73a7586f ... 0015:Call msi.MsiGetPropertyA(00000002,00581fa8 "ProductVersion",100d302b,0950e818) ret=100504bb ... 0015:Call KERNEL32.WideCharToMultiByte(00000000,00000000,001ccff8 L"7.03.0824",ffffffff,00000000,00000000,00000000,00000000) ret=73a7586f ... 0015:Call msi.MsiGetPropertyA(00000002,004db8e0 "NERO_PRODUCTVERSION",100d302b,0950e814) ret=100504bb ... 0015:Call KERNEL32.WideCharToMultiByte(00000000,00000000,001cd008 L"7.11.1.0",ffffffff,100d302b,00000000,00000000,00000000) ret=73a758c7 ... 0015:Call msi.MsiGetPropertyA(00000002,004db8e0 "PACKAGECREATIONDATE",100d302b,0950e7e4) ret=100504bb ... 0015:Call KERNEL32.WideCharToMultiByte(00000000,00000000,001cd008 L"1197902994",ffffffff,00000000,00000000,00000000,00000000) ret=73a7586f ... 0015:Call version.GetFileVersionInfoA(0950e718 "C:\users\focht\Temp\msi9e12.tmp",00000000,000005dc,005d4228) ret=1006a64d ... 0015:Ret version.GetFileVersionInfoA() retval=00000001 ret=1006a64d 0015:Call version.VerQueryValueA(005d4228,100e9ccc "\VarFileInfo\Translation",0950e6ec,0950e6f0) ret=1006a66b ... 0015:Call KERNEL32.WideCharToMultiByte(00000000,00000000,005d435c L"1, 6, 48, 6",ffffffff,005d464c,000001b8,00000000,00000000) ret=68467f52 ... 0015:Ret version.VerQueryValueA() retval=00000001 ret=1006a78d ... 0015:trace:msi:DllThread custom action (15) returned 1603 0015:trace:msi:MsiCloseAllHandles ... 0044:err:msi:ITERATE_Actions Execution halted, action L"NeroAg_Init" returned 1603 --- snip ---
That MsiDatabaseCommit failure is harmless (indeed a bug in installer). Failure of "NeroAg_Init" reminded me of of bug 10287
The resulting nero log snippet:
--- snip --- ... 11/06/27 21:12:54 DEBUG: END : NeroAg_CheckMinBuild with res = 0 11/06/27 21:12:54 DEBUG: ------------------------------------------------------------------------------ 11/06/27 21:12:54 DEBUG: START : NeroAg_Init 11/06/27 21:12:54 DEBUG: Product Version : 7.03.0824 11/06/27 21:12:54 DEBUG: Installer Version: 7.11.1.0 11/06/27 21:12:54 DEBUG: Creation Date : 2007-12-17 14:49:54 UTC 11/06/27 21:12:54 DEBUG: CD Number : 14420 11/06/27 21:12:54 DEBUG: CA DLL Version : 1.6.48.6 <ends here> --- snip ---
Unfortunately there isn't something useful in relay trace to deduce 1603 error from. One has to debug the CA. Revisiting later ...
$ wine --version wine-1.3.23
Regards