"Evil" wine@eternaldusk.com wrote:
I've narrowed it down to dlls/user/win.c. If I link the gcc3.4.3 version of the object file (win.o) with all other objects being the gcc4.0.1 versions, Dreamweaver MX (v6.1) does not leave the splash screen hanging.
I ran a +win trace against both versions, but it's not immediately apparent to me exactly which function is behaving in a different manner on the newer compiler. I've uploaded the traces to http://www.eternaldusk.com/programming/win.c.debug.tar.gz, in case someone with a bit more understanding of win.c wants to take a look at them. "good" is the trace using the 3.4.3 object, and "bad" is the one using 4.0.1.
Does compiling with -O0 fix the problem?