EmuNewz Network
PNG error - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: PNG error (/showthread.php?tid=174259)



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.