http://bugs.winehq.com/show_bug.cgi?id=1527
william.gallafent@virgin.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
------- Additional Comments From william.gallafent@virgin.net 2003-17-06 16:14 ------- The crash seems to occur at about line 2120 of graphics/x11drv/xfont.c, as far as I can tell.
LFD_UnParse(buffer, sizeof buffer, &lfd1);
lpstr = buffer; } else lpstr = x_pattern[i];
// CRASH HERE. if( (x_fs = TSXLoadQueryFont(gdi_display, lpstr)) ) { XFONT_SetFontMetric( fi, fr, x_fs ); TSXFreeFont( gdi_display, x_fs );
XFONT_FixupPointSize(fi);
I've raised the priority a notch since this prevents me from running anything under WINE at all. I thought about changing it to 'Blocker' but that seems a bit aggressive.