http://bugs.winehq.org/show_bug.cgi?id=2440
Summary: Crash on Macromedia Dreamweaver MX 2004 install Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: eleknader@phnet.fi
I'm running clean wine installation from CVS.
I've done only two fixes before running the installer: 1. Wine is set to emulate winxp, since Dreamweaver MX 2004 does not run on win9x. 2. I needed to copy stdole32.tlb from Windows XP.
Macromedia Dreamweaver MX 2004 installation crashes at Macromedia Extensions installer as follows:
fixme:sync:CallNamedPipeA "\\.\pipe\Macromedia Licensing Service0ECA17E3-C1AE-4b96-89EF-8F8F0D78AF81" 0x4176e5c4 20 0x4176e5ec 20 0x4176e600 2000 fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0x2) 40340064 err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? err:ole:MARSHAL_Register_Proxy Already have mid? wine: Unhandled exception (thread 0017), starting debugger... fixme:console:SetConsoleCtrlHandler (0x4061e9a0,1) - no error checking or testing yet WineDbg starting on pid 0x11 Unhandled exception: page fault on write access to 0x0000003d in 32-bit code (0x41170e00). In 32 bit mode. 0x41170e00: addb %al,0x3d(%edi) Wine-dbg>bt Backtrace: =>1 0x41170e00 (0x4176f55c) 2 0x0043296a (0x4176f640) 3 0x40b0080d COM_InvokeAndRpcSend+0xad(req=0x403c1400) [rpc.c:349] in ole32 (0x4176f69c) 4 0x40b01c91 _StubReaderThread+0xc1(param=0x403c13b8) [rpc.c:752] in ole32 (0x4176f6c4) 5 0x404e98ca THREAD_Start+0x11a(ptr=0x403812b8) [thread.c:107] in kernel32 (0x4176f79c) 6 0x401d2ee9 start_thread+0x199(info=0x403c1400) [thread.c:198] in ntdll (0x4176ffec) 7 0x4011a69a __clone+0x5a in libc.so.6 (0x00000000)
Eleknader