Error Log after updating images

Issue #4775 invalid
Paul Sumner created an issue

There is not enough space on the disk.

App: LaunchBox Version: 9.5 Type: System.IO.IOException Site: Void WinIOError(Int32, System.String) Source: mscorlib

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer) at System.IO.FileStream.Dispose(Boolean disposing) at System.IO.Stream.Close() at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost) at Unbroken.LaunchBox.Desktop.App..ctor() at (String[] ) at Unbroken.LaunchBox.Desktop.Program.Main(String[] args)

Comments (5)

  1. Jason Carr repo owner

    Hi Paul, if .NET is reporting that there's no space on the disk, then for some reason it's unable to write to the disk. If there's plenty of space, it could be an issue with a corrupted file system or something of that nature. You might want to run chkdsk. Is it happening every time?

  2. Paul Sumner reporter

    Thanks for the quick reply. I just restarted my system and its working fine now. I think it was an error with the disk cache with the refresh as I tried adding a different file to the space on the drive and it wouldnt let it copy. All good now though.

    Long time adopter/fan by the way 😊

  3. Jason Carr repo owner

    Thank you Paul. I would still run a quick chkdsk if you can, just in case it happened to be a file system issue. :)

  4. Log in to comment