http://bugs.winehq.org/show_bug.cgi?id=59366 --- Comment #4 from Piotr Pawłowski <p@perkele.cc> --- foobar2000 v2.26 preview uses D2D rendering of in Album Art Viewer element, which doesn't work in Wine because of missing ID2D1Effect rendering. In latest build, D2D has been made opt-in so default config works on Wine. I'll probably rewrite this code to avoid ID2D1Effect use now that I know which exact part fails. Just thought I'd log my findings first. Other apps doing the same (resizable picture display) will have the same bug, because of how D2D works - DrawBitmap() alone has limited/inferior scaling options, only way to get highest quality scaling is to use filters, and there's currently no way to tell that features are missing to fall back to the other API. -- 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.