dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

Primehack crashes when adding a default path

Open hikagura99 opened this issue 1 year ago • 2 comments

Whenever i try to add a default rom path to the list, it crashes and when relaunched it didn't save the setting. This happens only on primehack, standard dolphin is not having any problem. This happens both when adding it with a double click from the starting screen and when adding it from the configuration settings. It crashes only after it has been selected, not before or after opening the file explorer. I'm running it on an HP 255 G8 with Arch Linux, Zen Kernel 6.9.7 with KDE Plasma 6 on a Wayland Session as a DE (obviously with the QT_QPA_PLATFORM=xcb environment variable)

Edit: sorry for all the edits for a moment i thought to have issued this on the official dolphin github page lol

hikagura99 avatar Jul 04 '24 10:07 hikagura99

How did you install PrimeHack? Was it the Flatpak, AUR or did you compile it yourself? As far as I'm aware the AUR has some patches that change stuff related to the paths. It may be worth double checking with the flatpak to see if it's an issue with us. I would also recommend clearing your ini settings just in case something odd has happened there.

SirMangler avatar Jul 19 '24 12:07 SirMangler

AUR package is rebased to more recent Dolphin commit, so can have different problems.

The problem is fixed in upstream Dolphin at https://github.com/dolphin-emu/dolphin/commit/6245dcd57d3cb78aa1d9fdbf53832716478396ca

The corresponding lines in this repo are:

https://github.com/shiiion/dolphin/blob/2ee6244423ec1e802831e7a257b7a4133e4276a7/Source/Core/DiscIO/WIABlob.cpp#L767-L768

xiota avatar Oct 28 '24 18:10 xiota