http://bugs.winehq.org/show_bug.cgi?id=18172
--- Comment #5 from Armando Camarero arcepi@arcepi.net 2009-04-24 10:36:29 --- I've just compiled Wine 1.1.19 from sources to better debug this. I've deleted ~/.wine to start with a fresh install (whitout IE6).
First time wine asked me that the application wanted to use some web content and that it needed Gecko, so I let it download. Now Microsoft Money doesn't crash, but freezes in the exact same spot.
I've tried debugging it with winedbg, but it seems to throw a C++ exception as soon as it starts running; the splash screen gets partially drawn on screen, but nothing else (log winedbg.txt). Program goes beyond running with normal wine. I need some help on how to debug this.
I've also run the program setting WINEDBG=+relay, to print system calls, it seems to get to some kind of deadlock, as it ends up calling WaitForSingleObject continousely. (Attached a partial log of this as relay.txt, full log is really big, ~200 MB uncompressed).