http://bugs.winehq.org/show_bug.cgi?id=15649
--- Comment #12 from Anastasius Focht focht@gmx.net 2009-06-17 15:41:17 --- Hello,
--- quote --- Thanks, I did not manage to reproduce the crash while running under the .NET tracer, but with WINEDEBUG=+tid,+seh,+relay it was no problem. I ran with the splash screen disabled. --- quote ---
So using tracer tool on razor makes the client start? Interesting. What happens if you do the following:
1. Start game client ("client.exe" whatever the binary is named) from install directory, e.g. "C:\Program Files\EA Games\Ultima Online 2D Client\" 2. Open another console, start "winedbg" 3. Execute "info process" command, make note of "client.exe" process id 4. Exit "winedbg" -> "quit" 5. Start "Razor" tool from install directory with "--nowelcome --pid 0xHH" (replace "HH" with process id from step 3)
Does Razor successfully attach to the existing client process?
Regards