http://bugs.winehq.org/show_bug.cgi?id=36463
Bug ID: 36463 Summary: wine can't load unstripped gecko builds Product: Wine Version: 1.7.18 Hardware: x86 URL: http://iweb.dl.sourceforge.net/project/wine/Wine%20Gec ko/2.24/wine_gecko-2.24-x86-unstripped.tar.bz2 OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Jacek uploaded unstripped gecko builds, which I attempted to use to get better valgrind logs. Unfortunately, however, it appears that 32-bit wine can't load it:
$ rm -rf ~/.wine $ wineboot $ cd ~/.wine/drive_c/windows/system32/gecko/2.24 $ mv wine_gecko wine_gecko.bak $ tar xvf ~/wine_gecko-2.24-x86-unstripped.tar.bz2
$ du -h wine_gecko/mozjs.dll 215M wine_gecko/mozjs.dll
then, try to use gecko: $ wine iexplore.exe https://www.winehq.org
and check the gecko dlls: $ du -h wine_gecko/mozjs.dll 4.4M wine_gecko/mozjs.dll
$ du -h wine_gecko-2.24-x86-unstripped.tar.bz2 531M wine_gecko-2.24-x86-unstripped.tar.bz2
$ sha1sum wine_gecko-2.24-x86-unstripped.tar.bz2 6d059ccfcfa23c5d5354a4eb9a7f0477e452930e wine_gecko-2.24-x86-unstripped.tar.bz2