[Bug 50046] wineserver persistence after setup of a WINEPREFIX

WineHQ Bugzilla wine-bugs at winehq.org
Fri Oct 23 04:30:49 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=50046

Torge Matthies <openglfreak at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |openglfreak at googlemail.com

--- Comment #1 from Torge Matthies <openglfreak at googlemail.com> ---
(Copied from Discord)

openglfreak:
  It seems like services.exe is spawned twice, and one instance is allocated a
console for some reason

openglfreak:
  Alright I think I know why this is happening:
  - you run wineboot -i
  - wineboot -i becomes wine wineboot.exe -i
  - wine starts and sees that the prefix is not initialized, so it runs
C:\windows\system32\wineboot.exe --init
  - this wineboot starts a services.exe instance after running
  - wine then runs the supplied command, so wineboot.exe -i
  - this wineboot also starts a services.exe instance
  The only thing I don't get is why one of them is allocated a conhost and the
other is not.
  @IroAlexis

-- 
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