https://bugs.winehq.org/show_bug.cgi?id=31438
--- Comment #195 from Heiko lil_tux@web.de --- Created attachment 50429 --> https://bugs.winehq.org/attachment.cgi?id=50429 Instead of 0xdead create a 0x0 handle
Small hack to create the job handle as 0x0 instead of 0xdead. Looks like EAProxyInstaller checks for the handle being null, so it doesn't wait forever anymore. Just tested some installs. Additionally it seems to fix the problem of having to restart origin after playing a game.
An NtJobObject-implementation is still preferable...