http://bugs.winehq.org/show_bug.cgi?id=20847
Chiitoo escomk3@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |escomk3@hotmail.com
--- Comment #17 from Chiitoo escomk3@hotmail.com 2013-08-29 17:49:14 CDT --- Hies!
This seems to affect the new user interface of FINAL FANTASY XI Online as well. At the time of writing, it's only available to be used on the test-server client, so I didn't create a link to the bug yet (and it does seem like it might be slightly different; let me know if it should have its own bug, and I'll create one, if no one else does).
The crash happens immediately when game launches, and should show a box with accept/decline options, using the new UI elements.
The following “fixes” the division by zarrro crash:
dlls/gdi32/freetype.c:6552
if(lpgm->gmBlackBoxX == 0 && (glyph == 0x20)) lpgm->gmBlackBoxX = 1;
It looksl ike it wants “Alps Condensed”, and the replacement font (AR PL UKai CN) doesn't quite look as good, but that's more or less to be expected at this point, I maybe guess.
Tested on:
wine-1.7.0-346-g1bf936c
x11-drivers/nvidia-drivers-325.15
Linux-3.9.11-ck-x86_64-AMD_Phenom-tm-_II_X6_1090T_Processor-with-gentoo-2.2
I hope this helps!