http://bugs.winehq.org/show_bug.cgi?id=23516
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #14 from Dan Kegel dank@kegel.com 2010-12-17 09:11:02 CST --- It would be interesting to see how many files the game and/or wineserver have open. lsof should be able to tell you. If it's not near 4096, then file descriptors aren't the problem. If it is high, try raising the hard ulimit, e.g. run ulimit -H -n to see what the limit on the number of files is, nhen edit /etc/security/limits.conf as root, and change the line * hard nofile 4096 (where 4096 is the old limit) to * hard nofile 8192 Then log out and log in again, and do ulimit -H -n It should show 8192 now.
Let us know if this helps.