mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #3606] [APP BUG]: CUSA00557 TLoU #1077
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#1077
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 @Linear524 on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3606
Checklist
Describe the Bug
The Last of Us Remastered is booting into main menu now, showing correct graphics and post effects !
But hangs as soon as emu tries to handle music with Atrac9Decode function.
Logs shows "ajm_at9.cpp:76 operator(): Assertion failed"
So it looks like only music decoding bug is breaking this title to get finally ingame ! :)
Reproduction Steps
Launch CUSA00557 with latest build 0.10.1
c106a98Expected Behavior
No response
Specify OS Version
Windows 10 (22H2)
CPU
Ryzen5 7500F
GPU
Nvidia GeForce 4080
Amount of RAM in GB
32GB DDR5
@Missake212 commented on GitHub (Sep 15, 2025):
You chose the wrong issue template, could you post a log ?
@Linear524 commented on GitHub (Sep 15, 2025):
shad_log.txt
@Linear524 commented on GitHub (Sep 15, 2025):
Forgot to mention one thing - while this title is loading> I can hear the wind sound ! So some sound effects are working fine, only music decoding (or emulating) is breaking the whole thing right now.
Graphics seems fine I guess :)
@gandalfthewhite19890404 commented on GitHub (Sep 16, 2025):
From Discord:
@aaalloc commented on GitHub (Sep 16, 2025):
After some investigation, it appears that TLoU have XVAG audio files that seems to be handled as At9, so thats why that error appears from LibAtrac9. vgmstream supports it
github.com/vgmstream/vgmstream@9db666eb0c/src/meta/xvag.c (L33)@aaalloc commented on GitHub (Sep 19, 2025):
#3618 fix this issue
@Linear524 commented on GitHub (Sep 23, 2025):
Yup !
#3618 fixed ajm music issue. Now main menu works perfect ! Every option is accessible and every mode mode change is working (even HDR switch).
But now this title hangs after new game start as soon as emu tries to reach first video cutscene...
shad_log.txt
@Linear524 commented on GitHub (Sep 23, 2025):
Here is one more thing I discovered - if DMA is turned ON, then some new error appear in the logs:
P.S. - I feel ShadPS4 is close to perfect emulation of this best version of TLoU :)
Graphics renders fine I guess :)