You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After unzipping the application and moving it to my applications directory, double clicking the application causes an error: You do not have permission to open the application "Hardocs Desktop:.
I then tried manually opening using super user, and encountered another issue:
`cinbarker@Nicolass-MacBook-Pro ~ % sudo open /Applications/Hardocs\ Desktop.app
Password:
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=2508, NSUnderlyingError=0x7fc32f20e0c0 {Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x7fc32f20e880 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}}}}}
`
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue @Cinbarker :)
Did you try installing from an admin account?
Create a folder in that users Home named applications, then return to your admin account and choose that folder as the destination. Or install from your admin account to normal system Applications folder, making it available to all users and put account limitations on the other users if you don't want them to have access to it.
After unzipping the application and moving it to my applications directory, double clicking the application causes an error: You do not have permission to open the application "Hardocs Desktop:.
I then tried manually opening using super user, and encountered another issue:
`cinbarker@Nicolass-MacBook-Pro ~ % sudo open /Applications/Hardocs\ Desktop.app
Password:
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=2508, NSUnderlyingError=0x7fc32f20e0c0 {Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x7fc32f20e880 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}}}}}
`
The text was updated successfully, but these errors were encountered: