mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #2604] [APP BUG]: ORBIS_VIDEODEC2_ERROR_STRUCT_SIZE does not give out a proper error #852
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#852
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 @Hasster1 on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2604
Checklist
Describe the Bug
The error code ORBIS_VIDEODEC2_ERROR_STRUCT_SIZE is being triggered by Five Nights At Freddy's Security Breach (CUSA24172) in videodec2.cpp (sceVideodec2GetPictureInfo, currently at line 168) when trying to decode an mp4 video.
Emulator crashes with seemingly no errors
shad_log.txt
Reproduction Steps
Trigger that error code.
Expected Behavior
Error should be shown in the log.
Specify OS Version
Windows 10
@thecatontheceiling commented on GitHub (Mar 6, 2025):
Have you made sure the log type is set to sync? I think that can affect things like this
@Hasster1 commented on GitHub (Mar 6, 2025):
I've tried with both sync and not, it doesn't really help.
On another note, i just realized that it might just be an internal ps4 code, and the actual error should just be logged beside that return function... Is that right?