shadPS4 emulator forum
CUSA03219 - STAR OCEAN: Integrity and Faithlessness - v01.00 - Windows - Printable Version

+- shadPS4 emulator forum (https://shadps4.net/forums)
+-- Forum: PS4 Commercial Games (https://shadps4.net/forums/forumdisplay.php?fid=9)
+--- Forum: Nothing (https://shadps4.net/forums/forumdisplay.php?fid=14)
+--- Thread: CUSA03219 - STAR OCEAN: Integrity and Faithlessness - v01.00 - Windows (/showthread.php?tid=45)



CUSA03219 - STAR OCEAN: Integrity and Faithlessness - v01.00 - Windows - Missake - 06-11-2025

STAR OCEAN: Integrity and Faithlessness (CUSA03219) crashes on the following assertion on main:

[Debug] <Critical> liverpool_to_vk.cpp:710 operator(): Assertion Failed!
Unknown data_format=40 and num_format=7

A PR was made to fix this assertion (https://github.com/shadps4-emu/shadPS4/pull/2813) but after some discussions it seems like this is not correct according to Stephen's research on AMD's open source PAL. With this though the game goes from nothing to ingame, with really broken graphics. Using those changes it gets in game with broken graphics, changing the vk format from unsigned to signed (eBc6HUfloatBlock and eBc6HSfloatBlock) breaks the water rendering, so if anything it should be unsigned as it looks the same as real hardware.