http://bugs.winehq.org/show_bug.cgi?id=8652
Summary: Dreamweaver 2 trial aborts on startup Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I found a copy of "Dreamweaver 2 Bible" with demo at op-amp technical books (my favorite neighborhood haunt :-) for $4. How could I pass it up?
The installer crashed reliably with the nasty BadPixmap error, so I had to apply the patch http://www.winehq.org/pipermail/wine-devel/2007-April/055637.html to get the installer to complete.
It then installed fine, but on startup, right after the "Try or Buy?" question, it crashes. Here's a bit of +seh,+relay: 000e:Call KERNEL32.GetShortPathNameA(7d0ef954 "C:\Program Files\Macromedia\Dreamweaver 2\Dreamweaver.dl_",7d0ef83c,00000104) ret=0040519c 000e:Ret KERNEL32.GetShortPathNameA() retval=0000002a ret=0040519c 000e:Call KERNEL32.CreateProcessA(00000000,7d0ef738 "C:\PROG~FBU\MACR~QNX\DREA~NIV\DREA~IP4.DL_",00000000,00000000,00000000,00000002,00000000,00000000,7d0ef6f4,00437150) ret=00405225 ... 0010:Ret PE DLL (proc=0x7e80df4c,module=0x7e7b0000 L"shell32.dll",reason=PROCESS_ATTACH,res=0x1) retval=1 0010:Starting process L"C:\Program Files\Macromedia\Dreamweaver 2\Dreamweaver.dl_" (entryproc=0x81bd60) trace:seh:raise_exception code=80000003 flags=0 addr=0x7ee95f89
I then tried running the inner app directly: ln -s Dreamweaver.dl_ d.exe wine d.exe This gave a bit more info. It seems to be a crash inside the app during an MFC callback.
0009:Call ntdll._stricmp(008bbdd4 "{#CUSTOMOBJ}",001dbb63 "{#CUSTOMOBJ}") ret=0080ccae 0009:Ret ntdll._stricmp() retval=00000000 ret=0080ccae ... 0009:CALL MFC42.501(0000000a) ret=005c26f4 0009:RET MFC42.501() retval=0033f9e0 ret=005c26f4 0009:CALL MFC42.540() ret=005c2706 0009:RET MFC42.540() retval=0033f9fc ret=005c2706 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x401a90 ... Unhandled exception: page fault on read access to 0x71fe4f96 in 32-bit code (0x0 0401a90). ...Backtrace: =>1 0x00401a90 in d (+0x1a90) (0x0033efa8) ... 5 0x005b38f0 in d (+0x1b38f0) (0x0033fe34) 6 0x5f40b884 in mfc42 (+0xb884) (0x0033fe5c) 7 0x0081beb7 in d (+0x41beb7) (0x0033ff08) 8 0x7ee6df8f start_process+0xe3(arg=0x0) [/home/dank/wine-git/dlls/kernel32/pr ocess.c:820] in kernel32 (0x0033ffe8)
but that's not especially informative, either.