Page 1 of 1
[1.1.76] Notarization Failure on macOS Ventura
Posted: Thu Feb 16, 2023 4:29 pm
by SwiftyMcDuck
After downloading Factorio 1.1.76 directly from factorio.com, the app is failing to launch on my M1 Pro Macbook Pro running macOS Ventura 13.2.1 (22D68). Checking the notarization of the app bundle confirms that it is not signed in a valid way:
Code: Select all
> spctl -a -vvv -t install factorio.app
factorio.app: rejected
source=Unnotarized Developer ID
origin=Developer ID Application: Wube Software Ltd (Z5VFU2UXLG)

- Screenshot 2023-02-16 at 11.26.04 AM.png (80.43 KiB) Viewed 925 times

- Screenshot 2023-02-16 at 11.27.12 AM.png (53.73 KiB) Viewed 925 times
Re: [1.1.76] Notarization Failure on macOS Ventura
Posted: Thu Feb 16, 2023 5:11 pm
by SwiftyMcDuck
After downloading version 1.1.74 from the archive, it appears this version works and is signed correctly.
Code: Select all
spctl -a -vvv -t install factorio.app
factorio.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Wube Software Ltd (Z5VFU2UXLG)
Re: [1.1.76] Notarization Failure on macOS Ventura
Posted: Wed Mar 01, 2023 2:10 pm
by vinzenz
1.1.76 is now notarized, you should be able to launch it now if you have an internet connection
SwiftyMcDuck wrote: Thu Feb 16, 2023 4:29 pm
After downloading Factorio 1.1.76 directly from factorio.com, the app is failing to launch on my M1 Pro Macbook Pro running macOS Ventura 13.2.1 (22D68). Checking the notarization of the app bundle confirms that it is not signed in a valid way: