RPCS3 Forums
PNG error - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: PNG error (/showthread.php?tid=174259)



RE: PNG error - Ekaseo - 02-13-2016

this shows when trying to run Pac-man championship edition DX (NPEB00315)

Quote:{PPU Thread[0x1] (main_thread)[0x0035b854]} Exception: Fixed alpha not specified for padding.
(in file C:\rpcs3\rpcs3\Emu\SysCalls\Modules\cellPngDec.cpp:597, in function pngDecodeData)
Please report this to the developers.



RE: PNG error - Yagami Light9 - 02-14-2016

Minecraft [NPUB31419]
Quote:{PPU Thread[0x1] (main_thread)[0x0081ada4]} Exception: RGB colour format.
(in file C:\rpcs3\rpcs3\Emu\SysCalls\Modules\cellPngDec.cpp:640, in function pngDecodeData)




RE: PNG error - tambre - 02-14-2016

Thank you! I might be a bit busy this week, so I'll probably be able to take a more in depth look during the weekend.

About Pac-Man:
Interesting. A fixed alpha should be supplied, when padding is specified. Maybe there's a default padding value, if the alpha padding isn't specified?

About Minecraft:
Last I checked, Minecraft didn't display anything and just left hanging or crashed. It would be useful to have a game, that actually displays a RGB texture, so I could be sure, that it's decoded correctly, if I were to implement support for those.



RE: PNG error - ps0ne - 02-14-2016

But thats not all errors Smile
Galaga legions DX use flipping which is not supported
Code:
{PPU Thread[0x1] (main_thread)[0x0023ac24]} Exception: Flipping is not yet supported.
(in file C:\rpcs3\rpcs3\Emu\SysCalls\Modules\cellPngDec.cpp:652, in function pngDecodeData)
Please report this to the developers.