http://bugs.winehq.org/show_bug.cgi?id=59542 Bug ID: 59542 Summary: CEF crashes in dwrite when browsing The Verge (weird font file) Product: Wine Version: 11.4 Hardware: x86-64 OS: MacOS Status: UNCONFIRMED Severity: normal Priority: P2 Component: dwrite Assignee: wine-bugs@list.winehq.org Reporter: bshanks@codeweavers.com Created attachment 80586 --> http://bugs.winehq.org/attachment.cgi?id=80586 backtrace I'm seeing a crash with ARM64 CEF 130.1.15 when browsing theverge.com, for some reason I can't reproduce it with x86_64 CEF. After extracting the font file though, it reproduces standalone on x86_64. I'll attach sample code, and the offending font file. The issue appears to be that in init_font_file(), opentype_get_font_facename() fails to get any names, so data->family_names is left NULL. The fontstrings_get_en_string(data->names, faceW, ARRAY_SIZE(faceW)) call then crashes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.