When a script calls window.queryLocalFonts in a secure context and the user clicks on Allow, the browser silently crashes with a 0xC0000005 exception on 32-bit Windows XP
For reference the function works fine with the 32-bit build on 64-bit Windows 7
That's what I get when I attempt to debug Supermium with x32dbg:
It is is a general GDI issue. This particular code was written after GDI was deprecated and assumes DirectWrite. I am now writing a GDI version of the offending code.
When a script calls
window.queryLocalFonts
in a secure context and the user clicks on Allow, the browser silently crashes with a 0xC0000005 exception on 32-bit Windows XPFor reference the function works fine with the 32-bit build on 64-bit Windows 7
That's what I get when I attempt to debug Supermium with x32dbg: