Skip to content
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

Issue with permissions on opening Superslicer on MacOs Sequoia. #4487

Open
Kwapin opened this issue Nov 21, 2024 · 4 comments
Open

Issue with permissions on opening Superslicer on MacOs Sequoia. #4487

Kwapin opened this issue Nov 21, 2024 · 4 comments

Comments

@Kwapin
Copy link

Kwapin commented Nov 21, 2024

What happened?

While opening the app it shows Spotlight has no permissions to open ("null"). Same goes with Finder. And the app is not opening.
Zrzut ekranu 2024-11-21 o 11 07 25

I have to add that it seems to be the problem created by apple and app signing. Search on the web shows that openScad had the same problems.
For the moment I have been opening the app by going straight into app packages/macOs.
And just now I have found solution that worked:

By inputting into terminal:
codesign --remove-signature /Applications/SuperSlicer.app
codesign --force --deep --sign - /Applications/SuperSlicer.app

Project file & How to reproduce

Just open the app

Version

2.5.59.13

Operating system

macOS 15.1

Printer model

No response

@MilesTheGOAT
Copy link

MilesTheGOAT commented Nov 21, 2024

I came here to post this exact issue, to add to this, I have built from source as well as downloading from the Releases.

When building from source I tried multiple different flags:

  • Only build for Intel Mac
  • Build for Intel with DMG creator enabled
  • Built without additional flags and just running the script on it's own

When building from source I get a different error that the application file may be damaged or incomplete.

@stxve-cr3d
Copy link

stxve-cr3d commented Nov 21, 2024

Please do xattr -cr Applications/SuperSlicer.app
Nothing more is needed.

@Kwapin
Copy link
Author

Kwapin commented Nov 21, 2024

Please do xattr -cr Applications/SuperSlicer.app Nothing more is needed.

It does not work for this. I tried.

Also in my first post I provided the solution that worked for me.

@stxve-cr3d
Copy link

xattr only works if the error is „app damaged“. In your case removing codesign was correct, merill got some problems with signing which will be fixes soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants