sn4k3 / UVtools

MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
GNU Affero General Public License v3.0
1.21k stars 104 forks source link

[Bug] OSX - Can not open uvtools #764

Closed apertureless closed 1 year ago

apertureless commented 1 year ago

System

Macbook Air M2 - OSX Ventura 13.6

Printer and Slicer

Description of the bug

Installed uvtools over homebrew but also tried the app from github releases. If I try to open it, I get a error message from osx:

"The program "UvTools" can't be opened.

How to reproduce

  1. Install
  2. Try to launch

Files

No response

github-actions[bot] commented 1 year ago

This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌

sn4k3 commented 1 year ago

For macOS must be installed with my installation script, see here: https://github.com/sn4k3/UVtools#to-auto-install-on-macos

apertureless commented 1 year ago

But it is available over homebrew, too.

Anyways thanks, the installation script gave me the fix. If anyone else is installing directly over homebrew

codesign --force --deep --sign - /Applications/UVtools.app

will fix this.

sn4k3 commented 1 year ago

In past macOS allowed to run "untrusted/not certified" apps and so homebrew installations worked, but not anymore. Unfortunately, homebrew does not allow us to run self-certification scripts (Security)