http://bugs.winehq.org/show_bug.cgi?id=57378 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org Fixed by SHA1| |417112795aff5c85f81f78b0453 | |8df31fc22f1ff Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Bernhard Übelacker <bernhardu@mailbox.org> --- Tested only if the user interface of the main application opens up. Used this trial version: https://www.heise.de/download/product/alcohol-52-16051/download febeb08dd8630aec9bfa3344e7fa5ce3 alcohol120_trial_2.1.1.2201.exe export WINEARCH=win32 9.18~bookworm-1 working 9.19~bookworm-1 broken (updated prefix from 9.18) 9.20~bookworm-1 broken (updated prefix from 9.18) 9.21~bookworm-1 working (updated prefix from 9.18) 11.0~rc1~bookworm-1 working (updated prefix from 9.18) This is the first working commit between 9.20 and 9.21: 417112795aff5c85f81f78b04538df31fc22f1ff is the first working commit commit 417112795aff5c85f81f78b04538df31fc22f1ff Author: Elizabeth Figura <zfigura@codeweavers.com> Date: Mon Oct 28 14:16:46 2024 -0500 win32u: Forward to Rectangle() if the ellipse width or height is zero. Before 5924ab4c5155d97f4b23a33e97258c1ec382ea02 we would forward to Rectangle() if the width or height was <= 2. This is incorrect for scaling transformations, but forwarding when the dimensions are zero is still correct, and avoids errors. The user interface also opens up here with 11.0~rc1~bookworm-1 when using a wow64 wineprefix. Therefore marking resolved fixed. -- 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.