Datamodel.NET icon indicating copy to clipboard operation
Datamodel.NET copied to clipboard

Error loading strings in header in binary encoding version 9

Open deertwoheads opened this issue 5 years ago • 0 comments

When reading the prefix of a version 9 binary format file, reading a string will throw an error because it tries to ref StringDict, which hasn't been defined yet. Testing seems to indicate that the prefix does not use the string dict, but instead stores strings raw.

deertwoheads avatar Dec 15 '20 13:12 deertwoheads