https://bugs.winehq.org/show_bug.cgi?id=50867
Andre Heider a.heider@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |a.heider@gmail.com
--- Comment #17 from Andre Heider a.heider@gmail.com --- Even with that patch there's a binary backwards compability issue.
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.
Building the app with winegcc from v6.6 fixes the issue as that doesn't link anymore against libwine, but running older winegcc binaries is supposed to work on newer versions, right?