[Bug 23516] Left 4 Dead 2: sounds do not play reliably

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 17 09:11:08 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=23516

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com

--- Comment #14 from Dan Kegel <dank at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list