http://bugs.winehq.com/show_bug.cgi?id=713
*** shadow/713 Sat May 18 08:02:58 2002 --- shadow/713.tmp.2039 Sat May 18 08:02:58 2002 *************** *** 0 **** --- 1,77 ---- + +============================================================================+ + | Font list crashs app using client side fonts | + +----------------------------------------------------------------------------+ + | Bug #: 713 Product: Wine | + | Status: UNCONFIRMED Version: 20020509 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-ole | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: wine_bugtracking_account@dias.com.br | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + I am using client-side fonts in my config + + I created a empty fake-windows tree with no native dll, + Installed office 97 from CDROM + + Run WINWORD.EXE (97). + Everything worked nice until I created in the font list to select + a different font. + + WINWORD.EXE Crashed and the debbuger oppened. + + Here is the output of the debugger: + + + ------------->8------------------------------ + Wine-dbg>bt + Backtrace: + =>0 0x30730ab1 (MSO97.DLL._MsoCchSzLen@4+0xd in C:\PROGRAM FILES\MICROSOFT + OFFICE\OFFICE\MSO97.DLL) (ebp=405c5e18) + 1 0x3007465a (WINWORD.EXE._FDeactivateIrul+0x5016f in C:\Program + Files\Microsoft Office\Office\WINWORD.EXE) (ebp=405c5ebc) + 2 0x30269b7f (WINWORD.EXE.FMsgPresent+0x6732c in C:\Program Files\Microsoft + Office\Office\WINWORD.EXE) (ebp=405c5edc) + 3 0x30106a26 (WINWORD.EXE.SetIafdbListLevel+0x26e2 in C:\Program Files\Microsoft + Office\Office\WINWORD.EXE) (ebp=405c6330) + 4 0x307558da (MSO97.DLL._VFreeFi@4+0xbdf in C:\PROGRAM FILES\MICROSOFT + OFFICE\OFFICE\MSO97.DLL) (ebp=405c63b4) + 5 0x30764cbb (MSO97.DLL._MsoRenderColorSDMDropdown@20+0x51ff in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c65f8 + 6 0x3071ba64 (MSO97.DLL._MsoFCreateControl@36+0x23a4 in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c6650) + 7 0x3071e6c0 (MSO97.DLL._MsoSgnRgchCompare@20+0x6af in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c66bc) + 8 0x3071b718 (MSO97.DLL._MsoFCreateControl@36+0x2058 in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c66d4) + 9 0x30765098 (MSO97.DLL._MsoRenderColorSDMDropdown@20+0x55dc in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c6944) + 10 0x30724188 (MSO97.DLL._MsoFGetComponentManager@4+0xb27 in C:\PROGRAM + FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL) (ebp=405c6a10) + 11 0x3072ddf6 (MSO97.DLL._MsoFWndProc@24+0x973 in C:\PROGRAM FILES\MICROSOFT + OFFICE\OFFICE\MSO97.DLL) (ebp=405c6a84) + 12 0x406f9953 (USER32.DLL.GetTaskmanWindow+0xc7 in user32.dll.so) (ebp=405c6aa8) + 13 0x406f99ec (USER32.DLL.GetTaskmanWindow+0x160 in user32.dll.so) (ebp=405c6ad8) + 14 0x406ff507 (USER32.DLL.CallWindowProcA+0x93 in user32.dll.so) (ebp=405c6b00) + 15 0x406e11f9 (USER32.DLL.DispatchMessageA+0x125 in user32.dll.so) (ebp=405c6b44) + 16 0x301ffe99 (WINWORD.EXE.DelayScheduleIrulFrom+0x4f9e7 in C:\Program + Files\Microsoft Office\Office\WINWORD.EXE) (ebp=304fe5a0) + 17 0x00000201 (ebp=0001002e) + 18 0x23222120 (OLE32.DLL..reloc+0x93a0120) (ebp=1f1e1d1c) + + ------------*** Invalid address 0x1f1e1d1c (OLE32.DLL..reloc+0x535fd1c) + Wine-dbg> + + -------------------8<------------ + + + I don't know if there is something else (usefull) I can do besides a + backtrace. + + ole32.dll seems to be the guilty and it is the builtin one. \ No newline at end of file