https://bugs.winehq.org/show_bug.cgi?id=51018
Bug ID: 51018 Summary: Binaries compiled with an older winegcc won't run on >=v6.5 Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: a.heider@gmail.com Distribution: ---
An app built with an older winegcc (here v5.6) doesn't run on v6.6+ee13ab0: Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.
Trying with WINEDEBUG=module yields: libwine.so.1: cannot open shared object file: No such file or directory
Even though that of course exists in the installed wine directory. Copying libwine.so.1 from the wine directory next to the application gets rid of that error message, but it still fails to run.
Building the app with winegcc from v6.6 works around the issue.
Note: It seems that only running apps are affected, dll files build with an older winegcc still load fine
https://bugs.winehq.org/show_bug.cgi?id=51018
--- Comment #1 from Andre Heider a.heider@gmail.com --- Confirmed as fixed by 870340ee602e734e4a8a6fc7cc161832c6362d9f Thanks!
https://bugs.winehq.org/show_bug.cgi?id=51018
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |870340ee602e734e4a8a6fc7cc1 | |61832c6362d9f Resolution|--- |FIXED
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Marking fixed.
https://bugs.winehq.org/show_bug.cgi?id=51018
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.7.