https://bugs.winehq.org/show_bug.cgi?id=41617 David Kahurani <k.kahurani(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k.kahurani(a)gmail.com --- Comment #18 from David Kahurani <k.kahurani(a)gmail.com> --- Created attachment 74583 --> https://bugs.winehq.org/attachment.cgi?id=74583 X and Y offset for GdipTranslateWorldTransform It appears to me that the issue is still there. I injected into this process on Windows 7, hooked onto the API 'GdipTranslateWorldTransform' and dumped the arguments. This is because I see the application requesting suspicious transform while tracing on Wine. The dump is attached and as can be seen, the requested transforms are not suspicious. Meanwhile, tracing on Wine gives some suspicious transform requests like 0024:trace:gdiplus:GdipCreateMatrix (0032F28C) 0024:trace:gdiplus:GdipGetWorldTransform (00015DB8, 0179D328) 0024:trace:gdiplus:GdipGetWorldTransform 1.000000, 0.000000, -0.000000, 1.000000, 0.000000, 0.000000 0024:trace:gdiplus:GdipTranslateWorldTransform (00015DB8, 335553.69, 16.00, 0) 0024:trace:gdiplus:GdipTranslateMatrix (00015DFC, 335553.69, 16.00, 0) 0024:trace:gdiplus:GdipCreateRegion 0032F290 0024:trace:gdiplus:GdipCreateRegion => 0179D348 Essentially, this process is literally requesting to draw in space. -- 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.