https://bugs.winehq.org/show_bug.cgi?id=54483
--- Comment #2 from Keming luoriyuhui21@163.com --- add the log to analyze this issue ,and found font->family->FamilyName is illegal addrese
0024:trace:gdiplus:GdipMultiplyMatrix (0032ED68, 0384841C, 1) 0024:trace:gdiplus:GdipTransformMatrixPoints (0032ED68, 0032EDE0, 3) 0024:trace:gdiplus:get_log_fontW keming,here , lfFaceName = 0032EE50;FamilyName = 00001000 wine: Unhandled page fault on read access to 00001000 at address 024C5260 (thread 0024), starting debugger...
debug code: lf->lfQuality = DEFAULT_QUALITY; lf->lfPitchAndFamily = 0; TRACE("keming,here , lfFaceName = %p;FamilyName = %p \n",lf->lfFaceName,font->family->FamilyName); lstrcpyW(lf->lfFaceName, font->family->FamilyName); }