Emulator Issues #12021
closed[MacOS] Dolphin Updater does not update Dolphin.
0%
Description
What's the problem? Describe what went wrong.
Dolphin checks and finds an update successfully, but trying to update results in Dolphin closing without updating.
There is also no notification that Dolphin is updating, and when opening dolphin again, it would stay on the old version.
What steps will reproduce the problem?
- Open a version of Dolphin that's not on a recent version (to update)
- Try to update
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
5.0-11790 might have the issue, but I can't tell since the issue does not occur if there is no update available. 5.0-11788 is a good example.
Is the issue present in the latest stable version?
No
If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)
<5.0-11719
What are your PC specifications? (CPU, GPU, Operating System, more)
MacBook Pro (Retina, 13-inch, Mid 2014), Mojave 10.14.6.
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
One thing I noticed: when running Dolphin in the terminal, it does the update successfully, otherwise, it fails.
I have attached two logs, one from running it normally and another by running it in terminal.
Dolphin and Dolphin Updater is located in /Applications.
Files
Updated by Pizuz over 4 years ago
Did you try opening Dolphin from the Terminal? Does that work? I noticed that issue, as well, but I‘m on Catalina, which isn‘t officially supported/endorsed.
Updated by jpapetti0713 over 4 years ago
Opening Dolphin from the terminal works.
Updated by jpapetti0713 over 4 years ago
Pizuz wrote:
Did you try opening Dolphin from the Terminal? Does that work? I noticed that issue, as well, but I‘m on Catalina, which isn‘t officially supported/endorsed.
Acutally, try this in terminal instead: sudo xattr -r -d com.apple.quarantine /path/to/Dolphin.app; sudo xattr -r -d com.apple.quarantine /path/to/Dolphin\ Updater.app
I did some research, and the issue involves something with Gatekeeper.
Running these commands solved the issue for me.
Updated by Pizuz over 4 years ago
jpapetti0713 wrote:
Acutally, try this in terminal instead: sudo xattr -r -d com.apple.quarantine /path/to/Dolphin.app; sudo xattr -r -d com.apple.quarantine /path/to/Dolphin\ Updater.app
I did some research, and the issue involves something with Gatekeeper.
Running these commands solved the issue for me.
I wouldn‘t call this hack a solution. In order to solve this cleanly, the app has to be notarized, which could probably be integrated into buildbot, according to this guide:
https://skyronic.com/2019/07/app-notarization-for-qt-applications/
Updated by JMC4789 about 4 years ago
- Status changed from New to Duplicate
There is another issue for this and there is a fix pending.
Updated by JMC4789 about 4 years ago
- Is duplicate of Emulator Issues #12106: macOS: [Regression] Dolphin fails to run updater and presents launch error message since 5.0-10413 added