Cannot load recent .mdat files

grimrian

Registered
Thread Starter
Joined
Nov 28, 2018
Messages
16
More  
Preamp, Processor or Receiver
Pioneer VSA10xi
Additional Amp
Accuphase E202
Universal / Blu-ray / CD Player
Oppo205
Front Speakers
JBL build
Center Channel Speaker
Dynadio Audience
Surround Speakers
Fostex build
Surround Back Speakers
Dynaudio Audience
Subwoofers
2x BK Electronics
Other Speakers or Equipment
JBL 4430 build
Video Display Device
Apple TV
Screen
Samsung Plasma
Remote Control
Apple
Folks,

Trying to reopen my latest .mdat files with a bunch of recent measurements, I get this error sometime during the loading process:
"File is not in a Room EQ V5.19 compatible format"
"Exception java.io.EOFException"
Some times a few measurements are loaded, sometimes none.

It happens both on PC and Mac.
It happens with both v5.19 and v5.20.

Older (2017) .mdat files open OK.

Any ideas?

Regards
 

grimrian

Registered
Thread Starter
Joined
Nov 28, 2018
Messages
16
More  
Preamp, Processor or Receiver
Pioneer VSA10xi
Additional Amp
Accuphase E202
Universal / Blu-ray / CD Player
Oppo205
Front Speakers
JBL build
Center Channel Speaker
Dynadio Audience
Surround Speakers
Fostex build
Surround Back Speakers
Dynaudio Audience
Subwoofers
2x BK Electronics
Other Speakers or Equipment
JBL 4430 build
Video Display Device
Apple TV
Screen
Samsung Plasma
Remote Control
Apple
Thanks for your interest. REW reports the error with this file.

Regards,
 

Attachments

  • 2235_tuning.mdat
    8.3 MB · Views: 97
Last edited:

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,311
Some data is missing from the end of the file, as if it hasn't been fully written to disc when saved - hence the end of file exception, REW is reaching the end of the file before it has found all the data it is expecting.

Very noisy impedance measurements by the way, something not working as it should on those.
 

grimrian

Registered
Thread Starter
Joined
Nov 28, 2018
Messages
16
More  
Preamp, Processor or Receiver
Pioneer VSA10xi
Additional Amp
Accuphase E202
Universal / Blu-ray / CD Player
Oppo205
Front Speakers
JBL build
Center Channel Speaker
Dynadio Audience
Surround Speakers
Fostex build
Surround Back Speakers
Dynaudio Audience
Subwoofers
2x BK Electronics
Other Speakers or Equipment
JBL 4430 build
Video Display Device
Apple TV
Screen
Samsung Plasma
Remote Control
Apple
Thanks, what probably happened then, is that I saved to a (slow) network drive and exited REW while it was still saving, truncating the file on the network. If that was the problem, it can probably be easily fixed in an update, as it is unfortunate loosing one´s work.
Re. the noise, not sure what those glitches are - a transformer is used on the measuring side to avoid shorts, maybe some 50 hz hum plus multiple harmonics.
Thanks again
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,311
Shouldn't really be possible from the Java side, the file writes are in try-with-resources blocks that automatically flush and close the streams. Ultimately OS-level code handles the actual writes to the file system, but the JVM's job is done at that point. If the native code fails to follow through if the JVM exits I'm not sure how the JVM could be made aware of that.
 
Top Bottom