Thanks for your reply. Here are the results. [angela@IBMFB1L0DH DREAMWEAVER MX]$ winedbg Dreamweaver.exe fixme:console:SetConsoleCtrlHandler (0x405cb760,1) - no error checking or testing yet WineDbg starting on pid 0xa In 32 bit mode. Unable to open file /winternl.h Wine-dbg> bt all In 32 bit mode. Backtracing for thread 0xc in process 0xa (C:\Program Files\MACROMEDIA\DREAMWEAVER MX\Dreamweaver.exe): Backtrace: =>1 0x400466eb __read+0x4b in libpthread.so.0 (0x4034fbd4) 2 0x402117f6 NTDLL_wait_for_multiple_objects+0x116(count=0x0, handles=0x0, flags=0x8, timeout=0x4034fc8c) [sync.c:581] in ntdll (0x4034fc70) 3 0x4020ffe8 usr1_handler+0x38(__signal=0xa, __context=0x17) [signal_i386.c:1125] in ntdll (0x4034fc98) 4 0x400464ec (0x4034fd1c) 5 0x400b3ca8 (0x41f030e0) 6 0x40769556fixme:dbghelp:elf_lookup_symtab Already found symbol add_paint_count (/home/angela/wine-20040716/dlls/user/../../windows/painting.c) in symtab painting.c @0007c750 and painting.c @000abf60 SendMessageTimeoutW+0x146(hwnd=0x10020, msg=0x81, wparam=0x0, lparam=0x0, flags=0x0, timeout=0xffffffff, res_ptr=0x41f03168) [message.c:1920] in user32 (0x41f03144) 7 0x40769765 SendMessageW+0x35(hwnd=0x10020, msg=0x81, wparam=0x0, lparam=0x0) [message.c:2001] in user32 (0x41f03170) 8 0x40bf163b desktop_thread+0xcb(driver_data=0x40386250) [desktop.c:92] in x11drv (0x41f031c4) 9 0x404ed28c THREAD_Start+0xec(ptr=0x40389c50) [thread.c:107] in kernel32 (0x41f03298) 10 0x4021302a start_thread+0x14a(info=0x40389ff8) [thread.c:199] in ntdll (0x41f03ad4) 11 0x40041600 (0x41f03bd4) 12 0x40165a37 __clone+0x57 in libc.so.6 (0x00000000) In 32 bit mode. Backtracing for thread 0xb in process 0xa (C:\Program Files\MACROMEDIA\DREAMWEAVER MX\Dreamweaver.exe): Backtrace: 1 0x400466eb __read+0x4b in libpthread.so.0 (0x40016bd4) 2 0x402117f6 NTDLL_wait_for_multiple_objects+0x116(count=0x0, handles=0x0, flags=0x8, timeout=0x40016c8c) [sync.c:581] in ntdll (0x40016c70) 3 0x4020ffe8 usr1_handler+0x38(__signal=0xa, __context=0x7) [signal_i386.c:1125] in ntdll (0x40016c98) 4 0x400464ec (0x40016d1c) 5 0x400b3ca8 (0x406bfff4) 6 0x40026d1d wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000) Wine-dbg> -----Original Message----- From: wine-users-admin@xxxxxxxxxx [mailto:wine-users-admin@xxxxxxxxxx] On Behalf Of Mike Hearn Sent: August 20, 2004 5:35 AM To: wine-users@xxxxxxxxxx Subject: RE: [Wine]Dreamweaver MX encountered a fatal exception Hi, Try running it under winedbg, like this: winedbg dreamweaver.exe eventually it should print a message about a first chance exception. Then run 'bt all' to get a backtrace. You'll need a wine compiled from source for that to work. thanks -mike _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users