mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 00:35:52 +03:00
[GH-ISSUE #1956] [Bug]: 第五人格neox引擎加载的xml找不到 macOS 15.6.1 #1296
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acincor on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1956
Describe the bug
第五人格neox引擎加载的xml找不到
Steps to reproduce
下载decrypt.day或者Maclub.net的ipa后打开应用
Expected behaviour
直接闪退了,log里提示neox引擎加载的xml找不到
Crash log
What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
Other (please specify)
Issue Language
@acincor commented on GitHub (Sep 6, 2025):
再说一句,我的ipa包解开后以及在playcover的app文件夹下存在这个neox.xml
@viatearz commented on GitHub (Sep 8, 2025):
引擎的问题,这个引擎会在所有文件路径前都加上
/private,所以找不到文件。打开终端运行命令,这个补丁会把
/private修改成/:如果提示command not found: python3,自行安装Python
@acincor commented on GitHub (Sep 9, 2025):
我的天真的感谢,这个没问题了,希望贡献者能够内置这个脚本方便支持!😀