msarilar / EDEngineer

An overlay to track Elite Dangerous blueprints progress in real time
MIT License
503 stars 175 forks source link

Won't load #713

Open Chucky97 opened 1 year ago

Chucky97 commented 1 year ago

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.<>cDisplayClass3_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.<>cDisplayClass3_0.<.ctor>b__0() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()<---