You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
RevCosmosis
changed the title
Error loading strings in encoding version 9 (binary)
Error loading strings in header in binary encoding version 9
Dec 16, 2020
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.
The text was updated successfully, but these errors were encountered: