[GH-ISSUE #3595] [GAME BUG]: gundam breaker 3 infinity saving CUSA07651 #1070

Closed
opened 2026-02-27 21:09:47 +03:00 by kerem · 1 comment
Owner

Originally created by @bobbie0182 on GitHub (Sep 13, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3595

Checklist (we expect you to perform these steps before opening the issue)

  • I have searched for a similar issue in this repository and did not find one.
  • I am using an official build obtained from releases or updated one of those builds using its in-app updater.
  • I have re-dumped the game and performed a clean install without mods and the issue is still present.
  • I have disabled all patches and cheats and the issue is still present.
  • I have all the required system modules installed.

Describe the Bug

file_system.cpp:640 scekernelStat sceKernelStat: error = 2

I'm not good at coding , but it is like the save File System Error , maybe file format is error ??? idk
(I hope can fix it , because i really love this Gundam game)

Image Image Image

save file:
SAVEDATA.zip

Reproduction Steps

null

i ask AI what is this problem , the answer "

The message appears to be an error message from what looks like a PlayStation-related system, given the "sceKernel" prefix which is commonly seen in PlayStation SDK (Software Development Kit) function calls.

Let's break down this error message:

- Indicates this is an error message
file_system.cpp:640 - Refers to a source code file and line number where the error occurred
scekernelStat sceKernelStat: error = 2 - The function that failed and the error code
The function sceKernelStat is likely related to checking file status (similar to the "stat" function in standard C libraries). The error code 2 in many operating systems typically corresponds to "ENOENT" which means "No such file or directory".

This suggests that the program was trying to access a file or directory that doesn't exist on the PlayStation system.

Since this appears to be a technical error message, I should provide a brief explanation of what this error likely means and possibly suggest some basic troubleshooting steps.

This appears to be a PlayStation system error message. The "sceKernelStat" function (part of the PlayStation SDK) is failing with error code 2, which typically means "No such file or directory" (ENOENT).

The error is occurring in file_system.cpp at line 640, indicating that the system is trying to access a file or directory that doesn't exist.

This is commonly encountered during PlayStation development or when running homebrew applications where file paths may be incorrect or files might be missing.

"

Specify OS Version

window 10

CPU

r9 7900x3d

GPU

rtx4060

Amount of RAM in GB

32

Amount of VRAM in GB

8

Log File

shad_log.txt

Originally created by @bobbie0182 on GitHub (Sep 13, 2025). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3595 ### Checklist (we expect you to perform these steps before opening the issue) - [x] I have searched for a similar issue in this repository and did not find one. - [x] I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater. - [x] I have re-dumped the game and performed a clean install without mods and the issue is still present. - [x] I have disabled all patches and cheats and the issue is still present. - [x] I have all the required [system modules](https://github.com/shadps4-emu/shadPS4/wiki/I.-Quick-start-%5BUsers%5D#4-adding-modules) installed. ### Describe the Bug <Error> file_system.cpp:640 scekernelStat sceKernelStat: error = 2 I'm not good at coding , but it is like the save File System Error , maybe file format is error ??? idk (I hope can fix it , because i really love this Gundam game) <img width="1097" height="638" alt="Image" src="https://github.com/user-attachments/assets/26892dfb-737a-4138-9715-cbf2649f4678" /> <img width="70" height="41" alt="Image" src="https://github.com/user-attachments/assets/3751e282-5317-4f55-9186-ae831c55c3ac" /> <img width="848" height="453" alt="Image" src="https://github.com/user-attachments/assets/12d87719-7ded-4e83-8269-f9b89928428c" /> save file: [SAVEDATA.zip](https://github.com/user-attachments/files/22313155/SAVEDATA.zip) ### Reproduction Steps null i ask AI what is this problem , the answer " The message appears to be an error message from what looks like a PlayStation-related system, given the "sceKernel" prefix which is commonly seen in PlayStation SDK (Software Development Kit) function calls. Let's break down this error message: <Error> - Indicates this is an error message file_system.cpp:640 - Refers to a source code file and line number where the error occurred scekernelStat sceKernelStat: error = 2 - The function that failed and the error code The function sceKernelStat is likely related to checking file status (similar to the "stat" function in standard C libraries). The error code 2 in many operating systems typically corresponds to "ENOENT" which means "No such file or directory". This suggests that the program was trying to access a file or directory that doesn't exist on the PlayStation system. Since this appears to be a technical error message, I should provide a brief explanation of what this error likely means and possibly suggest some basic troubleshooting steps. This appears to be a PlayStation system error message. The "sceKernelStat" function (part of the PlayStation SDK) is failing with error code 2, which typically means "No such file or directory" (ENOENT). The error is occurring in file_system.cpp at line 640, indicating that the system is trying to access a file or directory that doesn't exist. This is commonly encountered during PlayStation development or when running homebrew applications where file paths may be incorrect or files might be missing. " ### Specify OS Version window 10 ### CPU r9 7900x3d ### GPU rtx4060 ### Amount of RAM in GB 32 ### Amount of VRAM in GB 8 ### Log File [shad_log.txt](https://github.com/user-attachments/files/22313051/shad_log.txt)
kerem closed this issue 2026-02-27 21:09:47 +03:00
Author
Owner

@Hermiten commented on GitHub (Sep 23, 2025):

Please report it here first: https://github.com/shadps4-compatibility/shadps4-game-compatibility
It's a common problem, we will put the "save" label and then investigate
Thanks you

<!-- gh-comment-id:3323547427 --> @Hermiten commented on GitHub (Sep 23, 2025): Please report it here first: https://github.com/shadps4-compatibility/shadps4-game-compatibility It's a common problem, we will put the "save" label and then investigate Thanks you
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/shadPS4#1070
No description provided.