-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline engine fails to start up #223
Comments
Thanks for the report. What I'm finding is that the original file works locally without complaints, but as soon as I upload it to somewhere (github, dropbox) and download it and run it, I get the same error as you. I don't know if something changed in the mac universe that would affect this process - we are creating the package file installer like we have in the past, via Apple's signing + notarization with our team account. So it is indeed signed and from an identified developer, even though it's complaining that it's not. We will have to investigate this further. @bertfrees @rdeltour @NPavie can you try it out from our official release page? And note here which macOS you have. I have the same as @ways2read, Sonoma 14.4.1. I am not sure about the problem starting the engine. That doesn't happen for me even after authorizing the installer and starting the app. |
Hi, When I installed on Windows, I too had to select more and say OK to the unsigned software. Best |
==>
==>
==>
To remove the quarantine flag and install the PKG:
|
==>
==>
|
Interesting, thanks @danielweck - so the app is signed but the pkg is not? |
I'm running Sonoma 14.4.1 (23E224), MacBookPro Intel Core i5 (I mention the architecture because I had AppleSilicon-specific code-signing / notarization issues for an Electron app that didn't have some hardened entitlements. I don't think that's your problem here. The APP is code-signed and notarized but not the PKG installer, it seems. |
We use electron to create installers and it appears that it does not support notarizing pkg files, although I did not see any complaints for our previous release which used pkg (first appeared in Pipeline v 1.2.7; before that, we used dmg). |
pipeline-ui/electron-builder.js Line 26 in 4bd804d
Maybe add |
|
pipeline-ui/electron-builder.js Line 19 in 4bd804d
Maybe add entitlements here?
|
We may be able to upgrade electron (or something) and get support for this. The fix here was made available in electron-notarize 2.3.0: |
No luck here either. And that's what our plist file looks like too. |
Confirm that this is also an issue with 1.2.7 on mac, that was never reported. Opened a new issue specifically for pkg installers: #224 Other issues in this thread that are unexplored as of now:
|
@ways2read could you check with the latest windows installer if you still have an issue with the engine not starting? |
My Windows installations work fine. I just reinstalled the latest mac version and the engine still does not start. :( |
I removed my existing Pipeline installation, restarted and reinstalled. The settings were retained so I clearly didn't remove those. Pipeline app is now working as expected. |
Installed Pipeline app 1.3.0 for my mac running Sonoma 14.4.1. I notice that the installer is not signed and is from an unidentified developer. I authorize the installer via System settings / Privacy and security and the new version appears to install OK.
I launch Pipeline but it never gets beyond "Starting the engine". I rebooted and no change.
The text was updated successfully, but these errors were encountered: