[GH-ISSUE #1995] [Bug]: Racing Master Game stutters intermittently in download page #1321

Closed
opened 2026-03-03 19:05:50 +03:00 by kerem · 9 comments
Owner

Originally created by @uouzzai on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1995

Describe the bug

Racing Master Game
https://apps.apple.com/th/app/racing-master/id6736940411
I can't play it. I really want to play this game.
When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help.

Steps to reproduce

I can't play it. I really want to play this game.
When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help.

Expected behaviour

I can't play it. I really want to play this game.
When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help.

Crash log

I can't play it. I really want to play this game.
When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help.

What version of PlayCover are you using?

3.1.0

What version of macOS are you using?

Other (please specify)

Issue Language

  • Yes my issue is written in English
Originally created by @uouzzai on GitHub (Oct 8, 2025). Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1995 ### Describe the bug Racing Master Game https://apps.apple.com/th/app/racing-master/id6736940411 I can't play it. I really want to play this game. When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help. ### Steps to reproduce I can't play it. I really want to play this game. When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help. ### Expected behaviour I can't play it. I really want to play this game. When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help. ### Crash log ```shell I can't play it. I really want to play this game. When I get to the download page, the game stutters and lags intermittently. I'm waiting for the latest update, but it still won't let me play. I've tried everything. Please help. ``` ### What version of PlayCover are you using? 3.1.0 ### What version of macOS are you using? Other (please specify) ### Issue Language - [x] Yes my issue is written in English
kerem 2026-03-03 19:05:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@viatearz commented on GitHub (Oct 10, 2025):

To fix the lag issue, run the following commands in terminal:

rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data
ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data
rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data
ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data
<!-- gh-comment-id:3390581458 --> @viatearz commented on GitHub (Oct 10, 2025): To fix the lag issue, run the following commands in terminal: ``` bash rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data ```
Author
Owner

@viatearz commented on GitHub (Oct 10, 2025):

To fix Your device doesn't support better graphic quality, run:

EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112
FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}')
printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc
codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements
<!-- gh-comment-id:3390587545 --> @viatearz commented on GitHub (Oct 10, 2025): To fix `Your device doesn't support better graphic quality`, run: ``` bash EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112 FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}') printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements ```
Author
Owner

@uouzzai commented on GitHub (Oct 14, 2025):

To fix Your device doesn't support better graphic quality, run:

EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112
FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}')
printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc
codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements

Thank you so much. Without you, I definitely wouldn't be able to play. Thank you from the bottom of my heart.

<!-- gh-comment-id:3402979236 --> @uouzzai commented on GitHub (Oct 14, 2025): > To fix `Your device doesn't support better graphic quality`, run: > > EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112 > FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}') > printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc > codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements Thank you so much. Without you, I definitely wouldn't be able to play. Thank you from the bottom of my heart.
Author
Owner

@uouzzai commented on GitHub (Oct 14, 2025):

Another question, I can't play Efootball. When I open it, the screen goes black.

<!-- gh-comment-id:3402987344 --> @uouzzai commented on GitHub (Oct 14, 2025): Another question, I can't play Efootball. When I open it, the screen goes black.
Author
Owner

@JoseMoreville commented on GitHub (Oct 14, 2025):

I renamed with a better title, since this seems solved i'm going to close it, can you please look for efootball issues or open one if there's none

<!-- gh-comment-id:3403674924 --> @JoseMoreville commented on GitHub (Oct 14, 2025): I renamed with a better title, since this seems solved i'm going to close it, can you please look for efootball issues or open one if there's none
Author
Owner

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

To fix the lag issue, run the following commands in terminal:

rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data
ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data
rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data
ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data

I want to add this to com.netease.dfjsjp Japanese version. It doesn't work. It comes up like this. How do I do it?

Image
<!-- gh-comment-id:3469586424 --> @uouzzai commented on GitHub (Oct 30, 2025): > To fix the lag issue, run the following commands in terminal: > > rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data > ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Documents/Containers/com.netease.dfjssea/Data > rm -r /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data > ln -sf /Users/$USER/Library/Containers/com.netease.dfjssea/Data /Users/$USER/Library/Containers/com.netease.dfjssea/Data/Library/Users/$USER/Library/Containers/com.netease.dfjssea/Data I want to add this to com.netease.dfjsjp Japanese version. It doesn't work. It comes up like this. How do I do it? <img width="495" height="255" alt="Image" src="https://github.com/user-attachments/assets/6f8d5c29-b609-436a-9105-ca67b61bb99b" />
Author
Owner

@59whg582f4-sudo commented on GitHub (Dec 4, 2025):

To fix Your device doesn't support better graphic quality, run:

EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112
FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}')
printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc
codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements

how to use it in TW version??

I did change it to com.longe.racehmt.app

buat terminal said no directory found, what else should I manage to change?

<!-- gh-comment-id:3613094896 --> @59whg582f4-sudo commented on GitHub (Dec 4, 2025): > To fix `Your device doesn't support better graphic quality`, run: > > EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112 > FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}') > printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc > codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements how to use it in TW version?? I did change it to com.longe.racehmt.app buat terminal said no directory found, what else should I manage to change?
Author
Owner

@viatearz commented on GitHub (Dec 5, 2025):

To fix Your device doesn't support better graphic quality, run:
EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112
FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}')
printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc
codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements

how to use it in TW version??

I did change it to com.longe.racehmt.app

buat terminal said no directory found, what else should I manage to change?

Change com.netease.dfjssea to com.longe.racehmt and it should work.
Make sure you’re using PlayCover 3.x, not 2.x, since the app installation paths are different between 2.x and 3.x.

<!-- gh-comment-id:3617002229 --> @viatearz commented on GitHub (Dec 5, 2025): > > To fix `Your device doesn't support better graphic quality`, run: > > EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/Applications/com.netease.dfjssea.app/g112 > > FUNC_ADDR=$(otool -Iv "$EXECUTABLE" | grep _os_proc_available_memory | head -n1 | awk '{print $1}') > > printf '\x20\x00\xC0\xD2\xC0\x03\x5F\xD6' | dd of=$EXECUTABLE bs=1 seek=$(($FUNC_ADDR-0x100000000)) conv=notrunc > > codesign -fs- $EXECUTABLE --deep --preserve-metadata=entitlements > > how to use it in TW version?? > > I did change it to com.longe.racehmt.app > > buat terminal said no directory found, what else should I manage to change? Change `com.netease.dfjssea` to `com.longe.racehmt` and it should work. Make sure you’re using PlayCover 3.x, not 2.x, since the app installation paths are different between 2.x and 3.x.
Author
Owner

@viatearz commented on GitHub (Dec 5, 2025):

For 2.x version, you can try:

EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/巔峰極速.app/g112
<!-- gh-comment-id:3617027903 --> @viatearz commented on GitHub (Dec 5, 2025): For 2.x version, you can try: ``` bash EXECUTABLE=~/Library/Containers/io.playcover.PlayCover/巔峰極速.app/g112 ```
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#1321
No description provided.