On Thu, Feb 05, 2009 at 10:13:48PM +0100, Jacek Caban wrote:
Paul TBBle Hampson wrote:
On Thu, Feb 05, 2009 at 12:52:23AM +0100, Jacek Caban wrote:
The last release of Wine Gecko caused a few regressions. Thanks to Alexandre, we've found the reason. The bad news is that the fix requires a new package. I've uploaded RC build to:
http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko-0.9.1.cab
Still get a crash running iexplore out of the build directory: From 8e39646ac4d256b813ff69a23ba0c62ab4f08d33 (1.1.14 release) mkdir gecko put above wine_gecko cab in gecko directory mkdir build cd build ../configure make depend && make -j3 programs/iexplore/iexplore
And crash inside xul.dll. A quick check suggests it's the same crash as I logged a stacktrace in bug 16785, modulo a constant offset of 0x50 across the xul.dll, and the stack trace is a different depth in xul (but the deep end matches)
Alexandre has found the problem. Gecko can't find fonts when Wine in ran from build dir. As a temporary workaround you may copy content of fonts directory to fonts directory in build dir.
Thanks. I've updated the relevant bug accordingly.