http://bugs.winehq.org/show_bug.cgi?id=4302
------- Additional Comments From vitaliy@kievinfo.com 2006-14-01 16:58 ------- Looks like something is crashing there (blocked by 0000): What you need to try is this: 1. Disable sound/set sound to OSS (make sure there are no programs using sound). 2. cd to the game's directory (cd /mnt/win_d/Spiele/Ultima Online). Then run it : wine ow_client_4011c.exe. 3. Copy game to your ~/.wine/drive_c and run it from there. 4. Install while game under Wine (you might need to install dcom98).
If all fails: Run game and attache /tmp/relay.txt to to this bug report : WINEDEBUG=+tid,+seh,+relay wine ow_client_4011c.exe &> /tmp/relay.log && grep -A 20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt && rm -f /tmp/relay.log
You might need to kill it from the other terminal.