Actions
Emulator Issues #13564
closedDolphin Updater lined to the wrong shared object on macOS
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
OS X
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
2407-43
Description
There is a problem with Dolphin Updater on macOS - the binary is linked to the wrong library (it assumes that there is a Homebrew installation
on the user's machine):
MacBook-Pro:~ fro$ /Applications/Dolphin\ Updater.app/Contents/MacOS/Dolphin\ Updater ; exit; dyld[31643]: Library not loaded: /opt/homebrew/opt/xz/lib/liblzma.5.dylib Referenced from: <8CA59F50-5683-301F-B572-2C2E379CF5BD> /Applications/Dolphin Updater.app/Contents/MacOS/Dolphin Updater Reason: tried: '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file) Abort trap: 6
Files
Actions