flathub / net.pcsx2.PCSX2

https://flathub.org/apps/details/net.pcsx2.PCSX2
12 stars 11 forks source link

Crashes when trying to boot a disc #47

Open Shotweb opened 2 years ago

Shotweb commented 2 years ago

The whole program crashes when trying to boot from a disc. Even if no disc is inserted. When enabling stdout the terminal has these error messages:

terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid

Distro is Pop_os 20.04

Works fine with the nightly appimage of PCSX2

jerluc commented 2 years ago

@Shotweb I'm not sure if this is the same issue, but the currently published Flathub version of PCSX2 is known to be broken (see https://github.com/PCSX2/pcsx2/issues/5904 for full thread). It's now fixed in the latest version, but we're just all waiting for the update to hit Flathub. Looking at the commit history of this repository, it looks like it auto-updates the upstream PCSX2 version every week. The last update was April 16, so I'd expect the next update (with the fix) to come hopefully tomorrow.

skierpage commented 2 years ago

@Shotweb I'm not sure if this is the same issue, but the currently published Flathub version of PCSX2 is known to be broken (see PCSX2/pcsx2#5904 for full thread).

That bug is about booting from an ISO file (a disc ripped to a file). FWIW I was able to do this with the flatpak, running SSX on Tour :1st_place_medal:.

The last update was April 16, so I'd expect the next update (with the fix) to come hopefully tomorrow.

According to $HOME/.var/app/net.pcsx2.PCSX2/config/PCSX2/logs/emuLog.txt , my flatpak is "PCSX2 Nightly - v1.7.2648 Compiled on Apr 24 2022", and I get the same behavior, an immediate crash with the same output in terminal (with Debug > Program Log to Stdio checked).

I'm not sure that any flatpak can access CD/DVD-ROM, see flatpak issue 12 .

FWIW, I tried:

And it still crashes when I choose System > Boot CDVD :disappointed:.