http://bugs.winehq.org/show_bug.cgi?id=33607
Bug #: 33607 Summary: Microsoft SQL Server Management Studio Express 2005: cannot restart SQL server (wbemprox returns stale service status) Product: Wine Version: 1.5.15 Platform: x86 URL: http://www.microsoft.com/download/en/details.aspx?id=8 961 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
It is possible to invoke stop/pause/restart on service. Under Windows, selecting Restart first stops service, then starts it. Under Wine it only stops the service.
The application first stops the service, then gets its status by calling wbem_services_GetObject and checking State. Wine's implementation caches the service data and State returns Running. When the application sees that, it doesn't attempt to start the service.
I already verified that modifying grab_table to always call table->fill works around the problem.
http://bugs.winehq.org/show_bug.cgi?id=33607
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=33607
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8f69a44b1c7e8fa6efc9d5e74cc | |f8af385675abd Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #1 from Daniel Jelinski djelinski1@gmail.com 2013-05-22 13:59:02 CDT --- Fixed by 8f69a44b1c7e8fa6efc9d5e74ccf8af385675abd. Thanks Hans!
http://bugs.winehq.org/show_bug.cgi?id=33607
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2013-05-24 13:32:16 CDT --- Closing bugs fixed in 1.5.31.