**Description:** I am trying to load a Caddie.iff (from pangya_jp). - Binding ID: 0 - Version: 13 **Problem:** I get "_System.InvalidCastException: 'The record length (248) mismatches the length of the passed structure (260)'_" Code snippet used: ```` static int Main(String[] args) { IFFFile<Caddie> IFF = new IFFFile<Caddie>(File.Open("Caddie.iff", FileMode.Open)); Console.ReadKey(); return 0; } ```` Here the Caddie.iff file I am trying to load: [Caddie.zip](https://github.com/retreev/PangLib/files/9302154/Caddie.zip)
Description: I am trying to load a Caddie.iff (from pangya_jp).
Problem: I get "System.InvalidCastException: 'The record length (248) mismatches the length of the passed structure (260)'"
Code snippet used:
Here the Caddie.iff file I am trying to load: Caddie.zip