Gcenx / macOS_Wine_builds

Official Winehq macOS Packages
494 stars 23 forks source link

Library not loaded in 9.15 build #107

Closed siamchen closed 2 weeks ago

siamchen commented 2 weeks ago

Pre 9.15, everything goes well. After upgrading to version 9.15 dev, it's no longer open the applications. The following errors are reported:

dyld[93802]: Library not loaded: @rpath/libinotify.0.dylib Referenced from: <120F9C71-053B-37C3-B99C-6814973B450B> /Applications/Wine Devel.app/Contents/Resources/wine/bin/wineserver Reason: no LC_RPATH's found

Gcenx commented 2 weeks ago

@siamche you need to upgrade your local brew cache so it’ll download the revised package that resolved this issue.

@jia6214876 that’s not required and frankly seems suspect, macOS by default links gcc to Xcode and will install Xcode Command Line Tools by default if needed. Installing it won’t resolve the problem at all.

siamchen commented 2 weeks ago

@Gcenx Thanks for the quick response. just did a brew reinstall which fixed the problem.