Restart option does not restart app
See original GitHub issueI’m working with update.electronjs.org, and pushing out new releases. I’m getting notified that there is a new release available, with the options of Later
and Restart
. However, choosing Restart
does nothing.
Here’s the output of my ShipIt stderr log:
2020-05-07 20:34:33.545 ShipIt[80622:8057145] Beginning installation
2020-05-07 20:34:37.897 ShipIt[80622:8056127] Moved bundle from file:///Applications/Mx.%20Voice.app/ to file:///var/folders/kr/h88rnk_d4b551p0fmqgg074w0000gn/T/com.electron.mx.-voice.ShipIt.Zk5twCOs/Mx.%20Voice.app
2020-05-07 20:34:37.898 ShipIt[80622:8056127] Moved bundle from file:///var/folders/kr/h88rnk_d4b551p0fmqgg074w0000gn/T/com.electron.mx.-voice.ShipIt.siNxUhc7/Mx.%20Voice.app to file:///Applications/Mx.%20Voice.app/
2020-05-07 20:34:38.513 ShipIt[80622:8056127] Couldn't remove owned bundle at location file:///var/folders/kr/h88rnk_d4b551p0fmqgg074w0000gn/T/com.electron.mx.-voice.ShipIt.siNxUhc7/Mx.%20Voice.app, error NSError { domain: NSCocoaErrorDomain, code: 4, description: "“Mx. Voice.app” couldn’t be removed.", failureReason: "The file doesn’t exist.", underlying error: NSError { domain: NSPOSIXErrorDomain, code: 2, description: "The operation couldn’t be completed. No such file or directory" }, userInfo: {
NSFilePath = "/var/folders/kr/h88rnk_d4b551p0fmqgg074w0000gn/T/com.electron.mx.-voice.ShipIt.siNxUhc7/Mx. Voice.app";
NSUserStringVariant = (
Remove
);
} }
2020-05-07 20:34:39.576 ShipIt[80622:8056127] Installation completed successfully
There’s nothing in the ShipIt stdout file.
Any ideas what might be going on?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
installed windows 10, won't restart using restart option; have
Next, hit Advanced options followed by Windows StartupSettings from the next screen. d. Your PC will now be rebooted to enable the advanced ......
Read more >Applications Not Reopening After Restart - windows 10
Enabling the re-opening of applications is done in Settings > Accounts > Sign-in options. Place a check-mark next to "Use my sign-in info...
Read more >Computer Won't Restart: 7 Tested Methods to Diagnose & Fix
1. Run the Power troubleshooter · Press the Windows key + I to open the Settings app. · Choose the Update & Security...
Read more >Restart your iPhone - Apple Support
Press and hold either volume button and the side button until the power-off slider appears. The volume button is located on the left...
Read more >How to properly reset an app on Windows 10 - Pureinfotech
On Windows 10, you can use the Settings app to quickly reset and repair an app. You may want to use this option...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems the
showMessageBox
method has outdated signature: https://github.com/electron/update-electron-app/blob/master/index.js#L85-L87https://www.electronjs.org/docs/api/dialog#dialogshowmessageboxbrowserwindow-options
Hey @rlingineni, sorry for the delay, but the package has now been updated: https://github.com/electron/update-electron-app/releases/tag/v2.0.1