http://bugs.winehq.org/show_bug.cgi?id=22230
coco_3_5@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |coco_3_5@hotmail.com
--- Comment #19 from coco_3_5@hotmail.com 2010-12-28 03:24:36 CST --- (In reply to comment #14)
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.
Yes it does help on Wine 1.3.10 installed on Ubuntu 10.10. On Mac OS X 10.6.5 I have the same bug but I didn't manage to find how to raise the file handle limit. Does anyone know how to do it ? I tried to add the line
limit maxfiles 20000
to /etc/launchd.conf
but it didn't work