The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE:
by Danilo Riffo on Thursday June 7th 2012, 10:46
the iLoL patch NÂș2 (0002-imm32-Avoid-deadlock-when-destroying-thread-data-v2.patch) is supposed to avoid the game from deadlock when a thread is destroyed (on multi-core or multi-threaded CPU's).
if you are having this kind of problems, try forcing LoL to use just one thread with the following commands:
LOLPID=`ps -A | grep -m 1 'League of Legen' | awk '{print $1}'`
sudo taskset -p 1 $LOLPID