http://bugs.winehq.org/show_bug.cgi?id=58505 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |68c4fa377f20e7c5009d85096df | |5bb8413cb9e03 CC| |alexhenrie24(a)gmail.com, | |rbernon(a)codeweavers.com URL| |http://www.plfoskarshamn.se | |/upload/documents/presinst. | |exe Component|-unknown |winex11.drv Ever confirmed|0 |1 Keywords| |download Summary|Odd windows management |SSFpres search window |behaviour in later dev |appears behind main window |versions |since Wine 10.5 Status|UNCONFIRMED |NEW Version|10.12 |10.5 --- Comment #5 from Alex Henrie <alexhenrie24(a)gmail.com> --- I got in touch with the bug reporter over email. The program is called SSFpres and I can reproduce the bug using the free version available at <http://www.plfoskarshamn.se/upload/documents/presinst.exe>. Steps to reproduce: 1. Run `wine presinst.exe` to install the software. Click "Nästa" to proceed through the setup wizard, then click "Avsluta" to exit. 2. Run `touch "$HOME/.wine/drive_c/Program Files (x86)/SSFpres/1/hdbas/ssfpp0001l3.i"` to create a dummy database. (You're supposed to get a real database from an external source such as a CD, but an empty file works for the purpose of reproducing the Wine bug.) 3. Run `wine 'C:\Program Files (x86)\SSFpres\1\pres.exe'` to run the software. 4. Click the "SÖK DÖDA" button at the bottom of the window. 5. Resize the main window to see that a dialog has opened behind it. `git bisect` says: 68c4fa377f20e7c5009d85096df5bb8413cb9e03 is the first bad commit commit 68c4fa377f20e7c5009d85096df5bb8413cb9e03 (HEAD) Author: Rémi Bernon <rbernon(a)codeweavers.com> AuthorDate: Sat Dec 7 20:58:23 2024 +0100 Commit: Alexandre Julliard <julliard(a)winehq.org> CommitDate: Fri Mar 28 17:17:55 2025 +0100 winex11: Keep _NET_WM_USER_TIME on individual toplevel windows. dlls/winex11.drv/event.c | 2 -- dlls/winex11.drv/keyboard.c | 7 ++++++- dlls/winex11.drv/mouse.c | 8 +++++++- dlls/winex11.drv/window.c | 50 +++++++++++++++----------------------------------- dlls/winex11.drv/x11drv.h | 3 ++- 5 files changed, 30 insertions(+), 40 deletions(-) $ sha256sum presinst.exe 1da3b260788ea293f5dec19b04a3f0ca2a0041f82e450156a345ac229fbbc871 -- 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.