mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #2369] [APP BUG]: CUSA00394 Unknown format=3238395904 #797
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#797
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 @derholzmann12321 on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2369
Checklist
Describe the Bug
[Debug] image_info.cpp:ConvertPixelFormat:29: Unreachable code!
Unknown format=3238395904
that crash also happens in the current wip builds but i got arround it(crashing on texture assertion) by adding this in the ConvertPixelFormat and commenting out those 2 lines or changing num_bits to 64:
changes were in image_info.cpp
// num_bits = attrib.pixel_format != VideoOutFormat::A16R16G16B16Float ? 32 : 64;
// ASSERT(num_bits == 64);
log of the crash:
shad_log.txt
Reproduction Steps
Launch the game "The Amazing Spider-Man 2"
Expected Behavior
game should probably crash at a texture assertion or boot
Specify OS Version
CachyOS/Arch Linux
@Hermiten commented on GitHub (Feb 12, 2025):
Please report this game on the compatibility list first, to follow.
And I'm closing this one, I will put a label on it when it will be opened on the compat list. This is also present in the wiki here:
https://github.com/shadps4-emu/shadPS4/wiki/III.-Guide-of%EF%BC%9CCritical%EF%BC%9Elog
Thanks you