alucryd / oxyromon

Rusty ROM OrgaNizer
Other
114 stars 14 forks source link

Can't import NES No-Intro DAT #34

Closed leo60228 closed 2 years ago

leo60228 commented 2 years ago

For the DAT Nintendo - Nintendo Entertainment System (20220418-134141).dat I get this error:

Processing "Nintendo - Nintendo Entertainment System (20220418-134141).dat"
Error: SimpleError { err: "Failed to parse DAT file, duplicate field `clrmamepro`" }

This field is in fact duplicated (<clrmamepro header="No-Intro_NES.xml"/> and <clrmamepro forcenodump="required"/>) but presumably should not lead to an error.

Deleting the forcenodump element works fine.

alucryd commented 2 years ago

Thanks for the report, I'll find a way to have serde parse these correctly.

alucryd commented 2 years ago

Fixed in e182bb5f1620dd1bcb855186d50f7323e3eddd3d. I'll try to release next week.

alucryd commented 2 years ago

Just released 0.11.0, please let me know if you have run into any other issue.