ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
76 stars 32 forks source link

Compressed mf4 file Vector Validator warnings #51

Closed jezzzzza closed 12 months ago

jezzzzza commented 12 months ago

When saving mf4 with compressed option

image

One get following error and warning readings in Vector MDF Validator Tool

image

Not sure if that is really a problem though, since the data can be read normally..

Btw, many thanks for providing that mdflib project!

ihedvall commented 12 months ago

I can look at this. Might be something that been added in V4.2 in MDF.

ihedvall commented 12 months ago

Fixed the length error. It was the type and reserved bytes that wasn't written.

jezzzzza commented 12 months ago

Reading string data and byte array data does not work for compressed mf4 with fixed taken form #46..

Added new issue #56