I know that the updated source code is no longer stored here but I wasn't sure where to file an issue at. If there is a different place to do so, please let me know.
I came across an issue with mdf2mdf v24.12.19 in regard to how it handles network file shares paths. If the -i argument uses a path that has the file share server's name (i.e. \\myfileshare\ ) instead of a letter mapping (i.e. E:\ ), it will fail. Both examples below can be opened in file explorer and can also be loaded with ASAMMDF but only the mapped path works with mdf2mdf.
mdf2mdf -i "\hgstca02\Engineering\logger_data\my_file.MF4"
This will fail
mdf2mdf -i "W:\Engineering\logger_data\my_file.MF4"
This works just fine
thanks,