https://bugs.winehq.org/show_bug.cgi?id=57173
Bug ID: 57173 Summary: Wine-dev 9.17 does not allow drag-and-drop of files into LTspice Product: Wine Version: 9.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: drprimeevil.myopera@gmail.com Distribution: ---
Cannot drag-and-drop schematics files (or any relevant files) into LTspice 24.0.12 using Wine 9.17 (development version).
Under Wine 9.16 it used to work - all be it after several tries. It used to either work properly or come up with a message box saying, "no error" but no file in the application. After another attempt it would succeed or sometimes a few attempts - each unsuccessful attempt coming up with the message box. But ultimately it would succeed.
Now, there would be no file, no message box. Just nothing.
https://bugs.winehq.org/show_bug.cgi?id=57173
Abes drprimeevil.myopera@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |drprimeevil.myopera@gmail.c | |om
https://bugs.winehq.org/show_bug.cgi?id=57173
--- Comment #1 from Abes drprimeevil.myopera@gmail.com --- Sorry, I'm running Ubuntu 22.04
https://bugs.winehq.org/show_bug.cgi?id=57173
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com Keywords| |regression
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- I suspect probably one of the DND changes from https://gitlab.winehq.org/wine/wine/-/merge_requests/6354 could have broken something, it would be awesome if you could run a bisection to identify the culprit.
https://bugs.winehq.org/show_bug.cgi?id=57173
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20240804044518/https://lts | |pice.analog.com/software/LT | |spice64.msi Keywords| |download Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Regression SHA1| |b58349e5b519c8af18ae38062fd | |9e86916392d25
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com --- I was able to drag and drop files into LTspice in 9.16, and I can confirm it stopped working in 9.17. Regression testing identified the following commit:
commit b58349e5b519c8af18ae38062fd9e86916392d25 Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Aug 26 10:05:32 2024 +0200
winex11: Route kernel callbacks through user32.
https://bugs.winehq.org/show_bug.cgi?id=57173
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |NM64+bugs.winehq.org@PM.me
--- Comment #4 from Andrew Nguyen arethusa26@gmail.com --- *** Bug 57177 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=57173
--- Comment #5 from Rémi Bernon rbernon@codeweavers.com --- Thanks! I think https://gitlab.winehq.org/wine/wine/-/merge_requests/6483 should fix it.
https://bugs.winehq.org/show_bug.cgi?id=57173
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |931a197b7f6cac9703d1e341ced | |ef8a0b7d4f9b4 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com --- Thanks for the fix! I can confirm your change makes drag-and-drop work again in LTspice. The issue is fixed in master by https://gitlab.winehq.org/wine/wine/-/commit/931a197b7f6cac9703d1e341cedef8a..., so resolving fixed.
https://bugs.winehq.org/show_bug.cgi?id=57173
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |romanio412@gmail.com
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com --- *** Bug 57165 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=57173
--- Comment #8 from Abes drprimeevil.myopera@gmail.com --- Hi,
Saw the change in dlls/winex11.drv/event.c. This will be fixed when 9.18 is released?
https://bugs.winehq.org/show_bug.cgi?id=57173
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.18.
https://bugs.winehq.org/show_bug.cgi?id=57173
--- Comment #10 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Abes from comment #8)
Yes, it should be fixed in 9.18. Thanks for reporting the bug!