https://bugs.winehq.org/show_bug.cgi?id=44904
Bug ID: 44904 Summary: winebus blocks auto start up of scheduler service Product: Wine Version: 3.5 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winebus.sys Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru CC: aric@codeweavers.com Regression SHA1: regression Distribution: ---
How to reproduce: 1. rm -rf ~/.wine 2. cd wine/dlls/taskschd/tests 3. make testclean && make test 4. wait 5 seconds so that wineserver shuts down 5. make testclean && make test
and get
0024:err:ole:start_rpcss failed to start RpcSs service 0024:err:ole:epm_register ept_insert failed with error 1722 0024:err:schedsvc:RPC_init RpcEpRegister error 0x6ba
This turned to be a regression caused by
45d82a2464b535c484b0a6e96f9851f9db573edf is the first bad commit commit 45d82a2464b535c484b0a6e96f9851f9db573edf Author: Aric Stewart aric@codeweavers.com Date: Thu Feb 2 10:38:55 2017 -0600
loader: Start winebus service by default.
Signed-off-by: Aric Stewart aric@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
After the disabling auto startup of winebus by changing "Start"=dword:00000002 to "Start"=dword:00000003 in its "WineBus" service entry in registry the problem disappears.
Since by default Scheduler service is disabled (and gets enabled only once at least one task is being added) this regression was not noticed until now.
https://bugs.winehq.org/show_bug.cgi?id=44904
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|regression |45d82a2464b535c484b0a6e96f9 | |851f9db573edf Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=44904
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b5c1a8f635f2f8f8ccf7c85ad52 | |c40a632711a03 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru --- The regression should be fixed by b5c1a8f635f2f8f8ccf7c85ad52c40a632711a03.
https://bugs.winehq.org/show_bug.cgi?id=44904
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.6.
https://bugs.winehq.org/show_bug.cgi?id=44904
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=44904
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #3 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bugs included in 3.0.2.
https://bugs.winehq.org/show_bug.cgi?id=44904
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winebus.sys |programs