Continuum loads ok, all the dlls upto ddraw are loaded, and then it exits probably via a ret (without calling ddraw, or apparently ExitProcess) Unfortunately exitprocess under wine doesn't dump a stack trace, so I don't know what the exit point is. I'll see if I can find a kernel level debugger for Linux that also supports windows symbols, so I can break on exitprocess. I'm fairly sure that wine doesn't hook INT3 during normal operation, I'll have a chat with the rest of the wine guys.