[Bug 44904] New: winebus blocks auto start up of scheduler service

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 4 07:00:36 CDT 2018


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 at winehq.org
          Reporter: dmitry at baikal.ru
                CC: aric at 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 at codeweavers.com>
Date:   Thu Feb 2 10:38:55 2017 -0600

    loader: Start winebus service by default.

    Signed-off-by: Aric Stewart <aric at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list