Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't load #713

Open
Chucky97 opened this issue Dec 10, 2022 · 0 comments
Open

Won't load #713

Chucky97 opened this issue Dec 10, 2022 · 0 comments

Comments

@Chucky97
Copy link

Chucky97 commented Dec 10, 2022

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()<---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant