unexpectedpanda / retool

Retool: a better filter tool for Redump and No-Intro DAT files.
BSD 3-Clause "New" or "Revised" License
368 stars 24 forks source link

Crash loading DAT #218

Closed FidoFuz closed 2 years ago

FidoFuz commented 2 years ago

Some newer No-Intro DAT files (for example: "Nintendo - Nintendo DS (Decrypted) (20220804-144411).dat") are providing a namespace qualified XML tag. For example:

< datafile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://datomatic.no-intro.org/stuff https://datomatic.no-intro.org/stuff/schema_nointro_datfile_v1.xsd" >

Instead of:

< datafile >

This is causing Retool to crash when loading the DAT.

unexpectedpanda commented 2 years ago

Huh, so they're shifting to XSD over DTD. Thanks for the heads up, I'll look into it.

unexpectedpanda commented 2 years ago

Corrected in 1.17. Thanks again for the heads up :)