PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.63k stars 1.6k forks source link

[BUG]: PCSX2 Qt Game Covers get errors when trying to select manually #5815

Closed tegaidogun closed 2 years ago

tegaidogun commented 2 years ago

PCSX2 Qt Game Covers get errors when trying to select manually

Screenshot (2)

Screenshot (4)

The screenshot is of a recent pcsx2 qt build whereas some games such as Shin Megami Tensei: Persona 3 FES or Jak and Daxter: The Precursor Legacy have trouble setting cover images manually.

Reproduction Steps

I was placing the cover art images on a recent pcsx2 self-compiled build on my Windows 10, AMD Ryzen 5 5600H, Nvidia Geforce RTX 3050ti system; It worked for previous games but multiple attempts for these two games proved wrong.

I then tried placing the cover images in use into the "covers" folder in the pcsx2 directory. It worked for Persona 3 FES but not for Jak and Daxter.

Expected Behavior

I expected the games to get the cover art.

PCSX2 Revision

v1.7.2559 (Qt)

Operating System

Windows 10 (64bit)

If Linux - Specify Distro

No response

MrCK1 commented 2 years ago

Sorry, bug reports for Qt are not being accepted at this time.

refractionpcsx2 commented 2 years ago

You need to update. colons are not allowed in game names, as they are used for the file structure and windows doesn't let you use colon, but we recently replaced them all in the gamedb with hyphens.

So update, maybe rescan.

tegaidogun commented 2 years ago

Screenshot (5)

Thanks bro! So it did act like that, I needed to remove the hyphen from the game's name since it was being translated as a colon into PCSX2 and it worked.

You need to update. colons are not allowed in game names, as they are used for the file structure and windows doesn't let you use colon, but we recently replaced them all in the gamedb with hyphens.

So update, maybe rescan.