You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to reproduce this.
Can you provide me the .dmp file generated either with the pcsx2 executable or in the data directory? The data directory is usually in C:\Users\%USERPROFILE%\Documents\PCSX2.
Describe the Bug
PCSX2 will crash if ROMs filename was including "%" in the name when make gamelist.
If not refresh the romlist then it will not happen crash.
So, Maybe, The issue will not happen older ver.
It may occur with other symbols, but % definitely occurs.
This seems to be the cause of some of the crashing issues seen here and there on the forums.
Reproduction Steps
The error condition is that there is a % immediately after the number in the rom name.
Like below...
abcd 100% xyz .chd <== Crash
abcd 1%00 xyz .chd <== Crash
abcd 100 % xyz .chd <== Crash (include a space)
abc %100 xyz .chd <== Not Crash
Expected Behavior
Correct the file name rules to avoid errors.
At the same time, if possible, I would be happy if the file format of gamelist.cache became UTF-8.
Because 2-byte characters become garbled.
PCSX2 Revision
v2.3.17
Operating System
Windows 10 (64bit)
If Linux - Specify Distro
No response
CPU
Ryzen 7 5800X
GPU
RTX3060
GS Settings
No response
Emulation Settings
No response
GS Window Screenshots
No response
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered: