mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #2015] [Game Support]: Duet Night Abyss #1334
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#1334
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 @1146839821 on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/2015
App Store link
https://apps.apple.com/cn/app/%E4%BA%8C%E9%87%8D%E8%9E%BA%E6%97%8B/id6470771372
Current issues
More details
Crash log
What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
macOS beta (please state the specific version)
Issue Language
@Monobastian commented on GitHub (Oct 28, 2025):
Same issue here
game version 1.0.11
PlayCover 3.1.0
MacOS: 26.0.1
Machine: MacBook Air M3 16 GB RAM
Storage: 132 GB of free storage
If you need any more additional information please let me know.
Atempted fixes:
Allow Jailbreak Bypass - no effect
Allow introspection libraries - no effect
Force Insert iOS Frameworks - no effect
@MohtashimAli85 commented on GitHub (Oct 29, 2025):
found this solution from reddit and it worked for me
@Monobastian commented on GitHub (Oct 29, 2025):
Above solution from Mohtashim worked for me. Thank you!
@1146839821 commented on GitHub (Oct 30, 2025):
thanks bro ,it's worked
@aashishjs06 commented on GitHub (Oct 31, 2025):
How to use the code
@MohtashimAli85 commented on GitHub (Oct 31, 2025):
open terminal and paste there and press enter
@aashishjs06 commented on GitHub (Oct 31, 2025):
it is not working on cmd
@aashishjs06 commented on GitHub (Oct 31, 2025):
sorry i am using a windows is there any way
@MohtashimAli85 commented on GitHub (Oct 31, 2025):
idk about windows bro,
but you're stuck on this same issue right?
@aashishjs06 commented on GitHub (Oct 31, 2025):
yes bro
@MohtashimAli85 commented on GitHub (Nov 1, 2025):
got this from AI
Here’s a short GitHub-ready reply:
On Windows there is no
~/Libraryfolder by default. You should map macOS “Library” paths to the Windows AppData hierarchy:Windows equivalents
•
%LOCALAPPDATA%→C:\Users\<you>\AppData\Local•
%APPDATA%→C:\Users\<you>\AppData\Roaming•
%PROGRAMDATA%→C:\ProgramDataExample (PowerShell)
Notes
~/Libraryfolder, you can manually createC:\Users\<you>\Library, but it’s more idiomatic on Windows to use AppData.This way your script points to a valid Windows folder instead of a macOS-only
~/Library.@mifuyun commented on GitHub (Nov 2, 2025):
when I try it, it says 'no such file or directory', any way to fix that?
@MohtashimAli85 commented on GitHub (Nov 2, 2025):
in macos? or windows
if windows then i have no idea,
for macos it should work and idk what can be the issue in ur case
@mifuyun commented on GitHub (Nov 2, 2025):
yeah I'm using macOS...