Mike Wang
Mike Wang
`sudo launchctl enable system/com.lihaoyun6.PD-Runner-Helper`
Hello, I need more detailed information to check this issue. Could you tell me which version of PD and macOS you are using? MacBook / iMac model, System language, Apple...
Sorry PD Patcher is untested under macOS Ventura currently, I'm still in Monterey. The new macOS may have added new security policies that cause PD Patcher to fail :(
I just found out that macOS Ventura added a new permission “App Management”. In **System Preferences** > **Privacy & Security** > **App Management**, click "+" button, add "PDPatcher.app". Then try...
> Thanks for the suggestion, but I just tried it and the problem wasn't solved. The main script is at “Show Package Contents”,`Contents/Resources/script.sh` You can run it manually via typing...
> 终端运行后显示查找不到相关路径(终端已授权访问所有磁盘文件) 设备:MacBook Pro(M1) macOS版本:Ventura 13.0, 以及 PD版本是18.0.2 系统语言是中文 输入`sudo bash`空格,然后将`script.sh`文件拖进命令行窗口,然后回车。这个文件在“显示包内容” -> Contents -> Resources 文件夹下。 输入你的密码(屏幕上什么都不会显示),回车,即执行。
现在为了解决兼容性问题,将 app 更改为了 pkg 安装器,应该能通用于各个操作系统了。 我将关闭这个 issue ,如果问题仍存在,我会重新打开它。 To solve the compatibility problem, the app has now been changed to a pkg installer, which should be compatible with all macOS....
非常高兴得知 Magpie 在 arm64 方面有了新的进展!🎉 不过,目前的环境中,Magpie(arm64) 还不能正常运作。 已知情况: 1. 测试机器 CPU 为 M1(arm64),操作系统为 Parallels Desktop 上的 Windows 11。 2. 在 x64 版本中,配合 x64 的 .NET Runtime 和 MSVC Runtime,可由 Windows...
非常感谢。 我会尝试自行编译,如果有有用的信息会在这里汇报。 (近期有些个人事务,可能更新不太及时哈)
> 有条件的话我推荐你自行编译。切换到 mega/xaml 分支选择 ARM64 平台即可。 > > 编译为 ARM64 是完全可能的,v0.10 不再使用 .NET,且所有依赖都可以使用 conan 编译为 ARM64。运行不了的原因我没有头绪... `mega/xaml` 分支在我这里无法编译(x64, arm64 均不可),主分支 x64 我是可以编译的。 ``` The Windows SDK version 10.0.17134.0 (or later)...