cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

XPSEP (prereq for dotnet30sp1) install flaky #232

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Running "winetricks -q dotnet35sp1" in a loop failed for me on the 8th try with

Executing mkdir -p /home/dank/.cache/winetricks/dotnet30sp1
Executing /home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 bit.msi 
/qb
...

Note: command '/home/dank/wine32/wine msiexec /i XPSEP XP and Server 2003 32 
bit.msi /qb' returned status 194.  Aborting.

Status 194 is said to mean "needs to reboot machine", maybe that exit
code should be accepted?

Original issue reported on code.google.com by daniel.r...@gmail.com on 13 Jul 2012 at 12:51

GoogleCodeExporter commented 8 years ago
Today it failed on runs 30:

fixme:wintrust:CryptCATGetCatAttrInfo 0x1b2958, L"SPLevel"
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 
0x7bc49255
err:msi:ITERATE_Actions Execution halted, action L"EPUpdateInstallAction" 
returned 1627
...
+ w_die Note: command '/home/dank/wine32/wine msiexec /i XPSEP XP and Server 
2003 32 bit.msi /qb' returned status 91.  Aborting.

and run 64:

fixme:wintrust:CryptCATGetCatAttrInfo 0x1aefb8, L"SPLevel"
...
fixme:advapi:ReportEventW 
(0xcafe4242,0x0004,0x0000,0x400e1119,0x13e1f0,0x0002,0x00000000,0x13bbc0,(nil)):
 stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
+ status=194
+ test 194 -ne 0
+ w_die Note: command '/home/dank/wine32/wine msiexec /i XPSEP XP and Server 
2003 32 bit.msi /qb' returned status 194.  Aborting.

so maybe it's wintrust related?

Original comment by daniel.r...@gmail.com on 18 Jul 2012 at 3:31

GoogleCodeExporter commented 8 years ago
This is more likely a wine bug, though I think it's more stable now after 
Dmitry's memory cleanup stuff.

Original comment by austinenglish@gmail.com on 29 Jun 2013 at 1:34

GoogleCodeExporter commented 8 years ago
It's better now, and XPSEP install doesn't abort (as much?),
but it still hung installing XPSEP on the 99th loop.
That's a wine bug, but I don't want to file it until I quantify it better.

Original comment by daniel.r...@gmail.com on 29 Jun 2013 at 4:54

GoogleCodeExporter commented 8 years ago
Issue 234 has been merged into this issue.

Original comment by daniel.r...@gmail.com on 29 Jun 2013 at 4:56

GoogleCodeExporter commented 8 years ago
I don't know how many bugs there are in the installer yet but:
http://bugs.winehq.org/show_bug.cgi?id=32554

Original comment by ImWellCu...@gmail.com on 6 Aug 2013 at 10:03