[GH-ISSUE #2015] [Game Support]: Duet Night Abyss #1334

Closed
opened 2026-03-03 19:05:56 +03:00 by kerem · 14 comments
Owner

Originally created by @1146839821 on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/2015

https://apps.apple.com/cn/app/%E4%BA%8C%E9%87%8D%E8%9E%BA%E6%97%8B/id6470771372

Current issues

  • Game fails to install
  • Game fails to open
  • Game crashes randomly during gameplay
  • Game does not work with keymapping
  • Game experiences graphical issues or broken UI
  • Game fails to connect to servers or complete download

More details

Image After the game resources are downloaded, they cannot be installed. It prompts me that resource persistence failed and there may not be enough space,I have over 200GB of free space on my device. I don't know what to do anymore.

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

  • Yes my issue is written in English
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 - [x] Game fails to install - [ ] Game fails to open - [ ] Game crashes randomly during gameplay - [ ] Game does not work with keymapping - [ ] Game experiences graphical issues or broken UI - [ ] Game fails to connect to servers or complete download ### More details <img width="1267" height="978" alt="Image" src="https://github.com/user-attachments/assets/1737610c-4194-47a7-85ee-aa87c2d9b3bb" /> After the game resources are downloaded, they cannot be installed. It prompts me that resource persistence failed and there may not be enough space,I have over 200GB of free space on my device. I don't know what to do anymore. ### Crash log ```shell ``` ### 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 - [x] Yes my issue is written in English
kerem 2026-03-03 19:05:56 +03:00
Author
Owner

@Monobastian commented on GitHub (Oct 28, 2025):

Same issue here
game version 1.0.11

Image

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

<!-- gh-comment-id:3457623440 --> @Monobastian commented on GitHub (Oct 28, 2025): Same issue here game version 1.0.11 ![Image](https://github.com/user-attachments/assets/b34bc5be-2376-4f7b-963a-0dae67b13b6b) 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
Author
Owner

@MohtashimAli85 commented on GitHub (Oct 29, 2025):

found this solution from reddit and it worked for me

rm -r /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data && ln -sf /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data
<!-- gh-comment-id:3459297241 --> @MohtashimAli85 commented on GitHub (Oct 29, 2025): found this solution from reddit and it worked for me ``` rm -r /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data && ln -sf /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data ```
Author
Owner

@Monobastian commented on GitHub (Oct 29, 2025):

Above solution from Mohtashim worked for me. Thank you!

<!-- gh-comment-id:3462542293 --> @Monobastian commented on GitHub (Oct 29, 2025): Above solution from Mohtashim worked for me. Thank you!
Author
Owner

@1146839821 commented on GitHub (Oct 30, 2025):

我在Reddit上找到了这个解决方案,它对我有用。

rm -r /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data && ln -sf /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data

thanks bro ,it's worked

<!-- gh-comment-id:3465890681 --> @1146839821 commented on GitHub (Oct 30, 2025): > 我在Reddit上找到了这个解决方案,它对我有用。 > > ``` > rm -r /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data && ln -sf /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data /Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data/Library/Users/$USER/Library/Containers/com.panstudio.duetnightabyss.arpg.global/Data > ``` thanks bro ,it's worked
Author
Owner

@aashishjs06 commented on GitHub (Oct 31, 2025):

How to use the code

<!-- gh-comment-id:3471060316 --> @aashishjs06 commented on GitHub (Oct 31, 2025): How to use the code
Author
Owner

@MohtashimAli85 commented on GitHub (Oct 31, 2025):

open terminal and paste there and press enter

<!-- gh-comment-id:3472157743 --> @MohtashimAli85 commented on GitHub (Oct 31, 2025): open terminal and paste there and press enter
Author
Owner

@aashishjs06 commented on GitHub (Oct 31, 2025):

it is not working on cmd

<!-- gh-comment-id:3473286424 --> @aashishjs06 commented on GitHub (Oct 31, 2025): it is not working on cmd
Author
Owner

@aashishjs06 commented on GitHub (Oct 31, 2025):

sorry i am using a windows is there any way

<!-- gh-comment-id:3473302218 --> @aashishjs06 commented on GitHub (Oct 31, 2025): sorry i am using a windows is there any way
Author
Owner

@MohtashimAli85 commented on GitHub (Oct 31, 2025):

idk about windows bro,
but you're stuck on this same issue right?

<!-- gh-comment-id:3473362024 --> @MohtashimAli85 commented on GitHub (Oct 31, 2025): idk about windows bro, but you're stuck on this same issue right?
Author
Owner

@aashishjs06 commented on GitHub (Oct 31, 2025):

yes bro

<!-- gh-comment-id:3474294054 --> @aashishjs06 commented on GitHub (Oct 31, 2025): yes bro
Author
Owner

@MohtashimAli85 commented on GitHub (Nov 1, 2025):

got this from AI
Here’s a short GitHub-ready reply:


On Windows there is no ~/Library folder by default. You should map macOS “Library” paths to the Windows AppData hierarchy:

  1. Windows equivalents
    %LOCALAPPDATA%C:\Users\<you>\AppData\Local
    %APPDATA%C:\Users\<you>\AppData\Roaming
    %PROGRAMDATA%C:\ProgramData

  2. Example (PowerShell)

    # Target folder under Local AppData
    $Base = Join-Path $env:LOCALAPPDATA 'Containers\com.panstudio.duetnightabyss.arpg.global\Data'
    $Nested = Join-Path $Base 'Library\Users\' + $env:USERNAME + '\Library\Containers\com.panstudio.duetnightabyss.arpg.global\Data'
    
    # Remove old folder
    Remove-Item -LiteralPath $Nested -Recurse -Force
    
    # Create a junction (directory symlink)
    New-Item -ItemType Junction -Path $Nested -Target $Base
    
  3. Notes

    • You’ll need to run PowerShell as Administrator (or enable Developer Mode) to create symlinks/junctions.
    • If you really need a ~/Library folder, you can manually create C:\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.

<!-- gh-comment-id:3476480401 --> @MohtashimAli85 commented on GitHub (Nov 1, 2025): got this from AI Here’s a short GitHub-ready reply: --- On Windows there is no `~/Library` folder by default. You should map macOS “Library” paths to the Windows AppData hierarchy: 1. Windows equivalents • `%LOCALAPPDATA%` → `C:\Users\<you>\AppData\Local` • `%APPDATA%` → `C:\Users\<you>\AppData\Roaming` • `%PROGRAMDATA%` → `C:\ProgramData` 2. Example (PowerShell) ```powershell # Target folder under Local AppData $Base = Join-Path $env:LOCALAPPDATA 'Containers\com.panstudio.duetnightabyss.arpg.global\Data' $Nested = Join-Path $Base 'Library\Users\' + $env:USERNAME + '\Library\Containers\com.panstudio.duetnightabyss.arpg.global\Data' # Remove old folder Remove-Item -LiteralPath $Nested -Recurse -Force # Create a junction (directory symlink) New-Item -ItemType Junction -Path $Nested -Target $Base ``` 3. Notes - You’ll need to run PowerShell as Administrator (or enable Developer Mode) to create symlinks/junctions. - If you really need a `~/Library` folder, you can manually create `C:\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`.
Author
Owner

@mifuyun commented on GitHub (Nov 2, 2025):

open terminal and paste there and press enter

when I try it, it says 'no such file or directory', any way to fix that?

<!-- gh-comment-id:3477944676 --> @mifuyun commented on GitHub (Nov 2, 2025): > open terminal and paste there and press enter when I try it, it says 'no such file or directory', any way to fix that?
Author
Owner

@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

<!-- gh-comment-id:3478007077 --> @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
Author
Owner

@mifuyun 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

yeah I'm using macOS...

<!-- gh-comment-id:3478094747 --> @mifuyun 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 yeah I'm using macOS...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1334
No description provided.