http://bugs.winehq.org/show_bug.cgi?id=25535
--- Comment #13 from Phil Dowson pjdowson@gmail.com 2011-01-06 10:03:54 CST --- (In reply to comment #10)
Created an attachment (id=32741)
--> (http://bugs.winehq.org/attachment.cgi?id=32741) [details]
hack to fix msi log message output
Here is a tiny hack to work around nothing getting written to some of those *.txt log files in the temp directory. Helps to see where things are actually failing. Otherwise you can see the messages via +msi and the MsiRecordSetStringW calls... There should also be some additional DDSet_* messages written out, I think, but I'm not seeing those.
I have recompiled Wine 1.3.10 with this patch. Below are links to the output.
I followed the exact same steps as in my original posting, the only difference is the wine used was 1.3.10.
Screenshot of error: http://www.stimpy.org/wine/net_error_010611.png
Logs referenced in above screenshot, in %TEMP% dir: http://www.stimpy.org/wine/net-install-logs_010611.zip
Output of installer debug: http://www.stimpy.org/wine/net-out_010611.zip
(In reply to comment #8)
Oddly if I rerun setup I have been able to get it to complete the install and claim success under 1.3.10.
I ran the installer a second time, on the second run I was given an additional error:
"Error parsing c:\windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config Parser returned 0x80004005"
Clicking OK would allow the installer to proceed to the same end as the first install.
Screenshot of errors: http://www.stimpy.org/wine/net_error_010611_2nd_run.png http://www.stimpy.org/wine/net_error_010611_2nd_run_2.png
Logs referenced in above screenshot, in %TEMP% dir: http://www.stimpy.org/wine/net-install-logs_010611_2nd_run.zip
Output of installer debug: http://www.stimpy.org/wine/net-out_010611_2nd_run.zip
(In reply to comment #11)
Yeah, all I tried was a simple hello world dialog, which seemed to work. Do you know of an available .NET 4.0 app for testing?
After installing .NET 4.0 on the first attempt, I also tried to run EVEMon rev 2496; which is the software I am attempting to work with. When running the application I am prompted to install .NET 4.0.
After the second run of the .NET 4.0 installer I tried to run the same program. I was given the below error:
http://www.stimpy.org/wine/net_error_010611_2nd_run.png
Which is the same error that occurred during the 2nd run of the installer.