http://bugs.winehq.org/show_bug.cgi?id=12710
Robert M. Muncrief rmuncrief@comcast.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rmuncrief@comcast.net
--- Comment #8 from Robert M. Muncrief rmuncrief@comcast.net 2009-06-30 01:12:11 --- (In reply to comment #7)
Is this still an issue in current (1.1.20 or newer) wine?
Yes, as of 1.1.24 it is. I have an Athlon XP dual core processor and I have to turn off the second processor core to run it. It never hangs when I only use one core, but it does run very slow of course.
I use this command to turn off the second core: echo 0 | sudo tee /sys/devices/system/cpu/cpu1/online
To re-enable it I use: echo 1 | sudo tee /sys/devices/system/cpu/cpu1/online