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

3.2.0 doesn't run on MacOS (x64) #439

Closed
jgrr opened this issue Mar 29, 2022 · 3 comments
Closed

3.2.0 doesn't run on MacOS (x64) #439

jgrr opened this issue Mar 29, 2022 · 3 comments

Comments

@jgrr
Copy link

jgrr commented Mar 29, 2022

Running from the commandline, I got the error: "The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10826 "kLSNoLaunchPermissionErr: User doesn't have permission to launch the app (managed networks)" UserInfo={_LSFunction=_LSLaunchWithRunningboard, _LSLine=2488, NSUnderlyingError=0x7fcce7a0ce50 {Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x7fcce7a07650 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}}}}}"

I was able to fix it by doing chmod +x on UVTools.app/Contents/MacOS/UVTools. Not sure if there is anything else that needs permissions fixed.

@sn4k3
Copy link
Owner

sn4k3 commented Mar 29, 2022

This will become harder and harder without codesign the application. Apple is enforcing that. Soon developers can't provide free apps without pay to develop them for apple.
All i can do is try to raize funds to buy apple developer and also an mac to fix this without user interaction.
Also #431

@sn4k3
Copy link
Owner

sn4k3 commented Apr 5, 2022

it seens chmod solve on x64: #447

@sn4k3 sn4k3 closed this as completed Apr 5, 2022
@r-a-i
Copy link

r-a-i commented Dec 3, 2022

Hi, I just experienced this when migrating to a new M1/Arm Mac and trying to run UVTool 3.9.
The previous version 3.1 (as per #447) does work without having to chmod.
I did not try any intermediate versions after 3.1.

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