https://bugs.winehq.org/show_bug.cgi?id=32342
Patrick Rudolph patrick1804@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick1804@web.de
--- Comment #18 from Patrick Rudolph patrick1804@web.de --- Created attachment 50072 --> https://bugs.winehq.org/attachment.cgi?id=50072 fix a crash in planetside2 launcher.exe
use lfFaceName instead of FamilyName.
This patch helps Planetside Launcher to get past the first crash. The problem is that GetTextFace returns the wrong name. The Launcher.exe uses CreateFontIndirectW to create an Arial font object and then checks the font name using GetTextFace. Without this patch GetTextFace returns "Liberation Sans" instead of "Arial". The laucher then iterates over some other fonts and crashes. With this patch the launcher starts, but crashes after a few seconds. I guess it runs into another font related problem. Again installing corefonts fixes the second crash.