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

Mac OS: error -13 #99

Closed
aeonoea opened this issue Nov 14, 2019 · 3 comments
Closed

Mac OS: error -13 #99

aeonoea opened this issue Nov 14, 2019 · 3 comments
Labels
Solved 👍 This issue was resolved

Comments

@aeonoea
Copy link

aeonoea commented Nov 14, 2019

I've tried to install on a Macbook Air on latest OS (no beta) and WA version without success. I have followed the steps from #91 (comment) multiple times and rebooted twice and it always resulted in the following error:

Backing up..
Extracting..
Injecting styles..
Replacing files..
Error: EACCES: permission denied, unlink '/Applications/WhatsApp.app/Contents/Resources/app.asar'
at Object.unlinkSync (fs.js:1018:3)
at mayCopyFile (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:59:8)
at onFile (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:54:10)
at getStats (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:48:44)
at startCopy (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:38:10)
at handleFilterAndCopy (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:33:10)
at Object.copySync (/Users/xxx/Downloads/WADark-mac/node_modules/fs-extra/lib/copy-sync/copy-sync.js:26:10)
at /Users/xxx/Downloads/WADark-mac/run-darwin.js:111:28
at /Users/xxx/Downloads/WADark-mac/node_modules/asar/lib/asar.js:162:18
at writeFileListToStream (/Users/xxx/Downloads/WADark-mac/node_modules/asar/lib/disk.js:42:10) {
errno: -13,
syscall: 'unlink',
code: 'EACCES',
path: '/Applications/WhatsApp.app/Contents/Resources/app.asar'
}
An error occurred. Cleaning up..

@mwilzin
Copy link

mwilzin commented Nov 17, 2019

You've to run Script with sudo rights in the Terminal.
Just write "sudo" and than drag the file into the terminal and hit enter.

@aeonoea
Copy link
Author

aeonoea commented Nov 18, 2019

You've to run Script with sudo rights in the Terminal.
Just write "sudo" and than drag the file into the terminal and hit enter.

That solved it, thank you very much.

@m4heshd
Copy link
Owner

m4heshd commented Feb 1, 2020

Closing this since the issue has been solved.

@m4heshd m4heshd closed this as completed Feb 1, 2020
@m4heshd m4heshd added the Solved 👍 This issue was resolved label Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solved 👍 This issue was resolved
Projects
None yet
Development

No branches or pull requests

3 participants