https://bugs.winehq.org/show_bug.cgi?id=50046
Torge Matthies openglfreak@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |openglfreak@googlemail.com
--- Comment #1 from Torge Matthies openglfreak@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