http://bugs.winehq.org/show_bug.cgi?id=35352
Bug ID: 35352 Summary: GOG Installer for Alan Wake: fixme:win:alloc_winproc too many winprocs, cannot allocate one for 0x000 Product: Wine Version: 1.7.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: roland@mxchange.org Classification: Unclassified
The named installer will start but will eventually stop working with the mentioned message:
fixme:win:alloc_winproc too many winprocs, cannot allocate one for 0xXXXXXX
To work-around this, you have to run it with the /nogui switch:
$ WINEPREFIX=~/.wine-alan wine setup_alan_wake_2.0.0.18.exe /nogui
(~/.wine-alan is new and empty)