http://bugs.winehq.org/show_bug.cgi?id=13115
Summary: .net 1.1 installer fails in ControlService() Product: Wine Version: 1.0-rc1 Platform: Other OS/Version: other Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This worked in wine-0.9.59, but fails often in rc1.
The first run of dotnet11's installer usually fails, saying "An error occurred while Windows Installer was initializing", and exits quickly with status 24. Retrying sometimes works. Seems to be shortly after
0023:Call advapi32.OpenServiceA(0013d4f8,00402740 "msiserver",00000024) ret=0040b496 0023:Ret advapi32.OpenServiceA() retval=0013bde0 ret=0040b496 0023:Call advapi32.QueryServiceStatus(0013bde0,0033f114) ret=0040b50f 0023:Ret advapi32.QueryServiceStatus() retval=00000001 ret=0040b50f 0023:Call advapi32.ControlService(0013bde0,00000001,0033f158) ret=0040b58d trace:service:ControlService 0x13bde0 1 0x33f158 trace:service:svcctl_ControlService (0x1173c8, 1, 0x7e97d830) 0023:Ret advapi32.ControlService() retval=00000000 ret=0040b58d
dotnetfx.log says: [05/10/08,13:37:01] StopDarwinService() - Call to ControlService() failed! [05/10/08,13:37:01] GetLastError() returned: <183>
http://bugs.winehq.org/show_bug.cgi?id=13115
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0.0
--- Comment #1 from Dan Kegel dank@kegel.com 2008-05-10 16:13:13 --- Might have been caused by the service fix in rc1? Nominating for 1.0.
http://bugs.winehq.org/show_bug.cgi?id=13115
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-10 17:46:26 ---
The first run of dotnet11's installer usually fails, saying "An error occurred while Windows Installer was initializing",
I get that too , but "winetricks corefonts" works around this for me. After that the installer runs just fine for me. Is this different for you?
http://bugs.winehq.org/show_bug.cgi?id=13115
--- Comment #3 from Dan Kegel dank@kegel.com 2008-05-10 18:10:18 --- Aha. This is probably because I have corefonts installed in Linux, so the Windows corefonts installers are noops. I'll have to figure out how to install those more effectively with Winetricks...
http://bugs.winehq.org/show_bug.cgi?id=13115
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Keywords|regression | Resolution| |INVALID
--- Comment #4 from Dan Kegel dank@kegel.com 2008-05-10 22:48:17 --- Nope, it was arphic! See http://www.codeweavers.com/compatibility/browse/name/?app_id=2634;tips=1 I had to do cd /usr/share/fonts/truetype/ sudo mv arphic ../.. So not Wine's fault.
http://bugs.winehq.org/show_bug.cgi?id=13115
--- Comment #5 from Dan Kegel dank@kegel.com 2008-05-11 07:33:15 --- See also http://bugs.winehq.org/show_bug.cgi?id=7098#c9 for more about arphic.
http://bugs.winehq.org/show_bug.cgi?id=13115
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com 2008-11-17 13:11:48 --- Closing.