ihedvall / mdflib

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

Compressed mf4 file Vector Validator warnings #51

Closed jezzzzza closed 10 months ago

jezzzzza commented 10 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 10 months ago

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

ihedvall commented 10 months ago

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

jezzzzza commented 10 months ago

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

Added new issue #56