-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Labels
Description
FluidSynth version
2.4.7
I know that 2.4.8 released a few days ago but it didn't change anything about info parsing.
Describe the bug
Related to #1580
this file is rejected by fluidsynth for some reason.
It says:
fluidsynth: error: INFO sub chunk LIST has invalid chunk size of 113602 bytes
Yet xdta
should be ignored as it's unknown but it is not.
Expected behavior
Ignore the chunk like DMOD
.
Steps to reproduce
- Get the xdta version of GeneralUserGS from the link above
- Attempt to load the file
fluidsynth: error: INFO sub chunk LIST has invalid chunk size of 113602 bytes
Additional context
Xdta chunk uses the LIST
fourCC and xdta
as a sub ID. But a LIST
does not appear in the SF2 info, so I don't know why it isn't triggering the UNKN_ID
check.