You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation seems to go fine, then this message occurs when I open the app. First installation was just clicking on the "setup" file. The second time I installed as administrator...same error.
System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Data error (cyclic redundancy check).
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EDEngineer.Models.Utils.LogWatcher.ReadLinesWithoutLock(String file)
at EDEngineer.Models.Utils.LogWatcher.RetrieveAllLogs()
at EDEngineer.Views.MainWindowViewModel.LoadState()
at EDEngineer.Views.MainWindowViewModel..ctor(Languages languages, String directory)
at EDEngineer.Views.MainWindow.<>c__DisplayClass3_0.<.ctor>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.IOException: Data error (cyclic redundancy check).
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EDEngineer.Models.Utils.LogWatcher.ReadLinesWithoutLock(String file)
at EDEngineer.Models.Utils.LogWatcher.RetrieveAllLogs()
at EDEngineer.Views.MainWindowViewModel.LoadState()
at EDEngineer.Views.MainWindowViewModel..ctor(Languages languages, String directory)
at EDEngineer.Views.MainWindow.<>c__DisplayClass3_0.<.ctor>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
The text was updated successfully, but these errors were encountered:
Installation seems to go fine, then this message occurs when I open the app. First installation was just clicking on the "setup" file. The second time I installed as administrator...same error.
System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Data error (cyclic redundancy check).
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EDEngineer.Models.Utils.LogWatcher.ReadLinesWithoutLock(String file)
at EDEngineer.Models.Utils.LogWatcher.RetrieveAllLogs()
at EDEngineer.Views.MainWindowViewModel.LoadState()
at EDEngineer.Views.MainWindowViewModel..ctor(Languages languages, String directory)
at EDEngineer.Views.MainWindow.<>c__DisplayClass3_0.<.ctor>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.IOException: Data error (cyclic redundancy check).
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.ReadCore(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadLine()
at EDEngineer.Models.Utils.LogWatcher.ReadLinesWithoutLock(String file)
at EDEngineer.Models.Utils.LogWatcher.RetrieveAllLogs()
at EDEngineer.Views.MainWindowViewModel.LoadState()
at EDEngineer.Views.MainWindowViewModel..ctor(Languages languages, String directory)
at EDEngineer.Views.MainWindow.<>c__DisplayClass3_0.<.ctor>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
The text was updated successfully, but these errors were encountered: