https://bugs.winehq.org/show_bug.cgi?id=37963
Bug ID: 37963 Summary: Please add affinity option for wine command line Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: legluondunet@free.fr Distribution: ---
Hello,
I tried to play Silent Hill 2 with wine but this game is very unstable with multicore processor. The only solution is to change affinity to 1 processor. It works on windows and with wine:
Launch the game, launch the wine task manager, change the affinity of the process. But it will be easier to launch the game directly with an affinity option, for example:
wine -affinity=1 shpc2.exe
for only one processor.
Regards.
LGDN.
https://bugs.winehq.org/show_bug.cgi?id=37963
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- You can already do that with taskset, e.g.,
taskset -c 0 wine program.exe
What would your proposed -affinity option do that taskset can't?
https://bugs.winehq.org/show_bug.cgi?id=37963
legluondunet@free.fr legluondunet@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #2 from legluondunet@free.fr legluondunet@free.fr --- Work very well, thank you :)
https://bugs.winehq.org/show_bug.cgi?id=37963
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #3 from André H. nerv@dawncrow.de --- closing invalid