https://bugs.winehq.org/show_bug.cgi?id=47879
Bug ID: 47879 Summary: fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D3 8E2F6A1",0) Product: Wine Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: htl10@users.sourceforge.net Distribution: ---
A proprietary application (apologies) fails to start with its own popup message about "Failed to create the console!".
000b:fixme:winediag:start_process Wine Staging 4.17 is a testing version containing experimental patches. ... 0009:fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D38E2F6A1",0) 0009:fixme:shell:InitNetworkAddressControl stub
I think it is kind of obvious why it does not work, as "RegisterApplicationRestart" in dlls/kernel32/process.c is just a bare stub. Is there anything quick one can try to make it go further?