http://bugs.winehq.org/show_bug.cgi?id=4948
------- Additional Comments From the3dfxdude@gmail.com 2006-29-03 10:51 ------- I have tried attaching to the stuck "Warcraft III.exe" process in winedbg. Like what Jan posted, the instruction it breaks at is "int $0x80"
What this means is that the program is getting stuck at a system call?
I tried cont command, and the process remains stuck. But try stepping with the step command. The process exits and is no longer stuck. So single stepping in a debugger works, but not the normal wine execution. Any ideas? My kernel version is 2.6.16, what kernel are the rest of you running?
Combine this with that thread detach idea, and it looks like to me that the game is having difficulty being attached to the explorer process. I wonder if it's a copy protection problem.