http://bugs.winehq.org/show_bug.cgi?id=20518
Summary: winetest-1.1.32 Can't enumerate test files: 998 after refusing to install Gecko Product: Wine Version: 1.1.32 Platform: PC OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net CC: jacek@codeweavers.com
Hi,
I cannot submit winetest results for 1.1.32 for the Mac because it exits immediately after I refuse to install Gecko. It displays: Can't enumerate test files: 998
winedbg reveals a null pointer exception. =>0 0x422aa61b _update_window_doc+0x1b() in mshtml 1 0x422ac9d3 _HTMLWindow_Create+0xb3() in mshtml 6 0x7b86f59a _EnumResourceNamesA+0x3aa() in kernel32 (alas, winedbg on the Mac does not show source code line numbers, unlike Linux).
git bisect yields commit f9eff688918f68ae4eb793032474e69dfa689f55 Author: Jacek Caban jacek@codeweavers.com Date: Wed Oct 21 21:27:42 2009 +0200 mshtml: Moved nsdoc to HTMLDocumentNode object.
My setup is OSX 10.5.7, XQuartz 2.3.3.2, gcc 4.2 configure --disable-win16
Oddly, past MacOSX winetest results of mine on test.winehq reported mshtml as missing. http://test.winehq.org/data/e8ce3e600a40a739f75d6716aae555c31b0b4d0d/index_W... I don't know why (perhaps because I did not install Gecko?).
Regards, Jörg Höhle