http://bugs.winehq.org/show_bug.cgi?id=14704 GyB <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69(a)gmail.com --- Comment #12 from GyB <gyebro69(a)gmail.com> 2010-08-23 14:14:31 --- If you try the game with a more recent version of Wine (e.g. 1.3.1) you can spot the following line in the terminal which clearly indicates the problem: 'err:winediag:FILE_CreateFile Too many open files, ulimit -n probably needs to be increased' You need to increase the value of the max. opened files (file descriptors) in Linux. I added the following soft/hard limits to /etc/security/limits.conf: my_user soft nofile 1024 my_user hard nofile 10000 This did the trick and the game is playable now. Fedora 13 1.4.1 version of the game Please re-test the game using the mentioned modification to ulimit. -- 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.