[Bug 51018] New: Binaries compiled with an older winegcc won't run on >=v6.5

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 18 03:32:58 CDT 2021


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 at winehq.org
          Reporter: a.heider at 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

-- 
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.



More information about the wine-bugs mailing list