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
Hi, I loaded about 150 games with the program. I checkmarked the Use Database option before loading. There are certain games I would like to rename to how I like. I renamed 4 games just fine, then on the fifth and every game afterwards it will not allow me to rename. For example I'm trying to rename: Ratchet & Clank - Going Commando to Ratchet & Clank 2 - Going Commando. But it doesn't rename and says the following:
HDL.EXE modify hdd2: "Ratchet & Clank - Going Commando" "Ratchet & Clank 2 - Going Commando"
hdd2:: partition with such name already exists: "Ratchet & Clank - Going Commando".
I did find a workaround though. If I rename the game to something completely random like - hgfh. Then rename again to the desired name, it lets me.
The text was updated successfully, but these errors were encountered:
israpps
changed the title
Not allowing to rename after fifth game.
game renaming fails because game title did not differ on the first 16/17 chars
Nov 15, 2022
israpps
changed the title
game renaming fails because game title did not differ on the first 16/17 chars
game renaming fails because game title doesn't differ on the first 16/17 chars
Nov 15, 2022
The problem you're experiencing is a error handling code of the rename function, wich is originally designed to check if a partition with such name already exists, but this check is backfiring cause it 'thinks' that the partition you're about to rename is a different partition
Hi, I loaded about 150 games with the program. I checkmarked the Use Database option before loading. There are certain games I would like to rename to how I like. I renamed 4 games just fine, then on the fifth and every game afterwards it will not allow me to rename. For example I'm trying to rename: Ratchet & Clank - Going Commando to Ratchet & Clank 2 - Going Commando. But it doesn't rename and says the following:
HDL.EXE modify hdd2: "Ratchet & Clank - Going Commando" "Ratchet & Clank 2 - Going Commando"
hdd2:: partition with such name already exists: "Ratchet & Clank - Going Commando".
I did find a workaround though. If I rename the game to something completely random like - hgfh. Then rename again to the desired name, it lets me.
The text was updated successfully, but these errors were encountered: