http://bugs.winehq.org/show_bug.cgi?id=31078
--- Comment #6 from John Yani vanuan@gmail.com 2012-07-01 10:09:44 CDT --- At last, I was able to run the game via gdb. I had to use the latest gdb from svn 7.4.50.20120630, because of the bug http://sourceware.org/bugzilla/show_bug.cgi?id=13653 and multiprocess debugging. Then I had to run the following commands in gdb concole:
handle SIGHUP nopass handle all nostop
I.e. prevent SIGHUP signals from being passed to the game and don't stop on signals.
However, I can't load kernel debug symbols. Since I build wine under chrooting into 32bit using this manual http://wiki.winehq.org/WineOn64bit.