mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #2775] [APP BUG]: libpng error: Invalid IHDR data #899
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#899
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 @italoghost on GitHub (Apr 12, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2775
Checklist
Describe the Bug
Hi! The latest pre-release AppImage has an error when launching:
Reproduction Steps
chmod +x Shadps4-qt.AppImage./Shadps4-qt.AppImageExpected Behavior
Launch the application.
Specify OS Version
Cachy OS - 6.14.2-2-cachyos
@tomboylover93 commented on GitHub (Apr 12, 2025):
Do you have libpng installed on your machine (
sudo pacman -S libpng)?@Enigmatic-Onion commented on GitHub (Apr 12, 2025):
I am encountering the same issue on EndeavourOS (arch-based) and yes libpng is installed.
@italoghost commented on GitHub (Apr 13, 2025):
Yes, I do @tomboylover93, but it shouldn't matter, should it? As I am using the AppImage.
@tomboylover93 commented on GitHub (Apr 13, 2025):
I've tested on my setup (also CachyOS) and I'm having the same issue. I thought this was caused by #2768 but the commit before that PR was merged also has this issue. Does not happen when building from source (clean build, no code changes). I think it's a problem with the environment the AppImages are built and packaged on. Here's a backtrace in case any developers want to look into this:
@diegolix29 commented on GitHub (Apr 13, 2025):
@jardon i think u could be helpful here no? Sorry for the ping if u cant
@irunatbullets commented on GitHub (Apr 13, 2025):
I've just hit this issue in Bazzite using emudeck, which installs the appimage.
Edit: I've just downloaded the previous version appimage and it's fine.
@italoghost commented on GitHub (Apr 14, 2025):
It has been fixed. I am closing this issue.