http://bugs.winehq.org/show_bug.cgi?id=22230
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #14 from Dan Kegel dank@kegel.com 2010-04-04 11:01:37 --- Perhaps raising the file handle limit would help? You can do this once with
su - root ulimit -n 16384 # if root uses sh su - your_user_name
That only affects the current window (shell).
Or you can raise it more permanently by adding the line
* - nofile 3000
to /etc/security/limits.conf, logging out, and logging in again.