http://bugs.winehq.org/show_bug.cgi?id=14704
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #12 from GyB gyebro69@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.