ok so new nightly is available
opening log files that previously crashed are now working good.
small issue i found with importing VE table from an MSQ..
MSQ's that are exported from VT can be imported back into VT using the VE table import function
However - when importing a file that has been modified by MLV, nothing is updated
The issue seems to be in the header of the VE table in the MSQ file
VT exports it as
<constant name="veTable" rows="14" cols="16" units="%" offset="0">
MLV exports it as
<constant cols="16" name="veTable" offset="0" rows="14" units="%">
Copying the VT version into the MLV file makes it all work, so maybe it just needs a more robust method of parsing the file
hope that all makes sense