The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE: Game freezes before it even starts
by Zsolt Branyiczky on Sunday August 15th 2010, 15:46
I found more wine bugs related to this problem: #22629 and #21996. As they say, it seldom runs, mostly it does not. I wrote a small script to start it continuously until there is no "segmentation fault".
cd "/home/brazso/.wine/dosdevices/c:/Games/Far Cry/"
until env WINEPREFIX="/home/brazso/.wine" wine C:\\Games\\Far\ Cry\\Bin32\\FarCry.exe; do
echo 'Attempt to run Far Cry failed...'
done