mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[GH-ISSUE #3699] [GAME BUG]: The Binding of Isaac: Rebirth - DLC not recognized #1102
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1102
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 @Shoegzer on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3699
Originally assigned to: @georgemoralis on GitHub.
Checklist (we expect you to perform these steps before opening the issue)
Describe the Bug
The base game installs and plays without issue, even with the latest (1.17) title update. However, the game does not recognize any of its three DLC titles once they are installed to the
addcontdirectory.Note: this game has historically had issues recognizing DLC titles on the PS4 console as well, so this may be an emulation edge-case.
Reproduction Steps
Specify OS Version
Linux Mint 22.2 / kernel 6.14
CPU
Intel i9-14900HX
GPU
Nvidia GTX 4060 / driver 550.163
Amount of RAM in GB
64 GB
Amount of VRAM in GB
8 GB
Log File
shad_log.txt
@StevenMiller123 commented on GitHub (Oct 3, 2025):
It seems like the game isn't even attempting to load DLC, there's no calls to anything sceAppContent in there.
Just to make sure, you don't have any log filters enabled, right?
@Shoegzer commented on GitHub (Oct 3, 2025):
Interesting. That's right, I haven't enabled any log filters.
@StevenMiller123 commented on GitHub (Oct 3, 2025):
Just in case, it would also be good to see if your jailbroken PS4 detects DLC.
It's possible the game requires PSN access to use DLC, in which case DLC wouldn't show on a jailbroken console either.
This is just throwing ideas out there though, it's hard to come up with anything concrete for a game that isn't even trying to load DLC in the first place.
@Shoegzer commented on GitHub (Oct 3, 2025):
Ah yes, good point. Also as I mentioned above, this game is notorious for having difficulties with DLC (see here for example). It could be the same challenge here.