israpps / HDL-Batch-installer

A GUI for HDL Dump. Featuring batch installation of PS2 games to PS2 internal hdd and some game management utilities
https://israpps.github.io/HDL-Batch-installer/
GNU General Public License v3.0
234 stars 15 forks source link

[bug]: Warning, missing split token at external database line [4685], skipping entry... #34

Closed matcarfer closed 2 years ago

matcarfer commented 2 years ago

Issue

using external database, this WARNING shows: image

expected behaviour

I expected...

Program version

No response

other checks

israpps commented 2 years ago

Your external database is missing a semicolon on line 4685

That semicolon splits the ELF ID from the gamename

Sample:

SLPM_666.75;Kingdom Hearts 2 - Final Mix+
israpps commented 2 years ago

Please let me know if a semicolon is actually missing, if not, then this issue is valid, otherwise, it's not a program issue

matcarfer commented 2 years ago

Please let me know if a semicolon is actually missing, if not, then this issue is valid, otherwise, it's not a program issue

You are right, thing is, the database was downloaded with HDL-Batch-installer

matcarfer commented 2 years ago

I added it manually and warning is gone. "SLED_518.32 Sphinx and the Cursed Mummy" to ""SLED_518.32;Sphinx and the Cursed Mummy""

israpps commented 2 years ago

I added it manually and warning is gone. "SLED_518.32 Sphinx and the Cursed Mummy" to ""SLED_518.32;Sphinx and the Cursed Mummy""

Great!