-
Notifications
You must be signed in to change notification settings - Fork 586
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
安装最新版本的 1.6.0 在 MacOS Pro(M1) 无法打开,提示无权限迁移配置文件 #1454
Comments
请提交 |
我是新安装1.6.0 macos m1,点击启动服务模式,输入管理员密码后,报服务模式start failed |
我的mac m1 电脑,也是点击启动服务模式,报start failed 错误,并且感觉新版本的内存占用达到了200多M,比之前的占用内存多很多 |
还是用回老版本先 |
我尝试过使用 sudo 来启动 App了,因为已经回退到 1.5.0 的版本,因此电脑上已经没有 migration.log 文件了 |
这个目录不会因回退删除的 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is closed because it has been stale for 5 days with no activity. |
复现步骤 / Step to reproduce
从低版本升级到 1.6.0时
预期行为 / Expected behaviour
正常打开
实际行为 / Actual Behaviour
程序报错:
Failed to finish migration event: child process failed: ExitStatus(unix_wait_status(25856)), err: Migration Split App Home Dir to Config and Data failed: Permission denied (os error 13); trying to discard changes
Migration Split App Home Dir to Config and Data discarded.
thread 'main' panicked at tauri/src/cmds/migrate.rs:67:22:
called
Result::unwrap()
on anErr
value: Custom { kind: InvalidInput, error: Error { kind: PermissionDenied, message: "Permission denied (os error 13)" } }应用日志 / App logs
Failed to finish migration event: child process failed: ExitStatus(unix_wait_status(25856)), err: Migration Split App Home Dir to Config and Data failed: Permission denied (os error 13); trying to discard changes
Migration Split App Home Dir to Config and Data discarded.
thread 'main' panicked at tauri/src/cmds/migrate.rs:67:22:
called
Result::unwrap()
on anErr
value: Custom { kind: InvalidInput, error: Error { kind: PermissionDenied, message: "Permission denied (os error 13)" } }备注 / Addition details
No response
环境信息 / Environment information
Clash Nyanpasu 版本:1.6.0
操作系统: MacOS M1
自查步骤 / Verify steps
The text was updated successfully, but these errors were encountered: