http://bugs.winehq.org/show_bug.cgi?id=4431
Summary: OpenOffice 1.1.5 crashes on startup Product: Wine Version: 0.9.6. Platform: Other URL: http://openoffice.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
OpenOffice 1.1 was said some time ago to work well on Wine, so I thought I'd check to see if it was still true. OOo 1.1.5's installer runs fine, but when I try to run the app under this morning's CVS, I get a crash. Happily, the OOo crash reporter catches it and reports it to Sun (they're probably very confused right now :-). It claimed the crash was in ntdll. To find out more, I ran it under winedbg, where it crashed very quickly on startup. Here's the winedbg log:
dank@lappy:~$ wine/programs/winedbg/winedbg .wine/drive_c/Program\ Files/OpenOffice.org1.1.5/program/soffice.exe WineDbg starting on pid 0xa In 32 bit mode. start_process () at /home/dank/wine/dlls/kernel/../../include/winternl.h:1689 0x7fccf912 start_process+0xda [/home/dank/wine/dlls/kernel/../../include/winternl.h:1689] in kernel32: jmp 0x7fccf905 start_process+0xcd [/home/dank/wine/dlls/kernel/process.c:1027] in kernel32 1689 static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); } Wine-dbg>cont First chance exception: 0xe06d7363 in 32-bit code (0x7fca9e53). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:7fca9e53 ESP:7fb0fb30 EBP:7fb0fba4 EFLAGS:00200216( - 00 - IAP1) EAX:7fc96e95 EBX:7fd04da0 ECX:00000000 EDX:e06d7363 ESI:7fb0fbe4 EDI:7fb0fb5c Stack dump: 0x00000000: 00000000 00000000 00000000 00000000 0x00000010: 00000000 00000000 00000000 00000000 0x00000020: 00000000 00000000 00000000 00000000 0x00000030: 00000000 00000000 00000000 00000000 0x00000040: 00000000 00000000 00000000 00000000 0x00000050: 00000000 00000000 00000000 00000000 Backtrace: =>1 0x7fca9e53 RaiseException(code=0xe06d7363, flags=0x1, nbargs=0x3, args=0x7fb0fbd8) [/home/dank/wine/dlls/kernel/except.c:85] in kernel32 (0x7fca9e53) fixme:dbghelp:sffip_cb NIY on 'msvcr70.pdb' 2 0x7ef3ba05 ??0__non_rtti_object@@QAE@ABV0@@Z+0xf22 in msvcr70 (0x7ef3ba05) fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\stoc\wntmsci8.pro\bin\simplereg.uno.pdb' 3 0x1fc8484d in simplereg.uno (+0x484d) (0x1fc8484d) fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\cppuhelper\wntmsci8.pro\bin\cppuhelper3MSC.pdb' 4 0x1c4b8392 ?bootstrap_InitialComponentContext@cppu@@YA?AV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@ABV?$Reference@VXSimpleRegistry@registry@star@sun@com@@@3456@ABVOUString@rtl@@@Z+0xdc2 in cppuhelper3msc (0x1c4b8392) 5 0x1c4b89bf in cppuhelper3msc (+0x89bf) (0x1c4b89bf) 6 0x1c4b8d9c ?defaultBootstrap_InitialComponentContext@cppu@@YA?AV?$Reference@VXComponentContext@uno@star@sun@com@@@uno@star@sun@com@@ABVOUString@rtl@@@Z+0x8c in cppuhelper3msc (0x1c4b8d9c) fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\desktop\wntmsci8.pro\bin\soffice.pdb' 7 0x00411658 in soffice (+0x11658) (0x00411658) 8 0x00404647 in soffice (+0x4647) (0x00404647) fixme:dbghelp:sffip_cb NIY on 'O:\SRX645\src\vcl\wntmsci8.pro\bin\vcl645mi.pdb' 9 0x21523066 524+0x2e6 in vcl645mi (0x21523066) 10 0x215235a2 524+0x822 in vcl645mi (0x215235a2) 11 0x0041e6d5 in soffice (+0x1e6d5) (0x0041e6d5) 12 0x7fccf90b start_process+0xd3(arg=0x0) [/home/dank/wine/dlls/kernel/process.c:1027] in kernel32 (0x7fccf90b) 13 0xb7f94763 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f94763) 0x7fca9e53 RaiseException+0x67 [/home/dank/wine/dlls/kernel/except.c:85] in kernel32: leal 0xfffffff4(%ebp),%esp 85 RtlRaiseException( &record ); Wine-dbg>quit