http://bugs.winehq.org/show_bug.cgi?id=30947
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2012-06-20 10:10:03 CDT --- If it's not too much trouble, I'd like you to try to get a backtrace of the threads involved in the hang.
To do this, run "winedbg" from a terminal while Tropico 4 is hung (preferably before the crash dialog pops up). Type "info process" to get a list of processes, find the row for tropico 4, and type "attach 0x<pid>", replacing <pid> with whatever is in the leftmost column. Then type "info thread" to get a list of all processes and their threads. For each line under the tropico 4 process, type "bt 0x<tid>", replacing <tid> with the first number on that line.