11-04-2021 05:44 PM
Solved! Go to Solution.
11-11-2021 01:59 PM
As an interim fix I've manually stop/started the log to keep all test logs under an hour long. This seems to have stopped the data loss, but obviously not the cause of the original issue. Carrying out longer logs should not be an issue and are sometimes inevitable.
03-07-2022 03:30 PM
TLDR: wetware issue, save directly to C:\
Turns out this was a me problem. (What I thought were) Local files are actually sync'd onto a network drive, which sometimes throws an error (unless you're aware of what to look for, it's very easy to ignore). The issue was when the error would occur during a file sync. The file name would be there, but as it was being copied to the network drive (who even knows when this might happen!) it would forget to link the files leaving it as an empty, broken file. The network files were able to be navigated to (albeit deeper into the system than one might like) and all was well. The better fix is to make sure your filesave path is directly onto your C:\, then obviously move to wherever tickles you.