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 #725

Open
mrstry opened this issue Mar 10, 2023 · 2 comments
Open

Won't load #725

mrstry opened this issue Mar 10, 2023 · 2 comments

Comments

@mrstry
Copy link

mrstry commented Mar 10, 2023

edengineer
System.AggregateException: One or more errors occurred. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at Newtonsoft.Json.JsonSerializer.Create(JsonSerializerSettings settings)
at Newtonsoft.Json.JsonSerializer.CreateDefault()
at Newtonsoft.Json.JsonSerializer.CreateDefault(JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at EDEngineer.Views.CommanderViewModel.b__34_0(String l)
at System.Linq.Enumerable.WhereSelectListIterator2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at EDEngineer.Views.CommanderViewModel.ApplyEventsToSate(IEnumerable1 allLogs)
at EDEngineer.Views.CommanderViewModel.LoadLogs(IEnumerable1 events) at EDEngineer.Views.MainWindowViewModel.<>c__DisplayClass20_2.<LoadState>b__3(CommanderViewModel c) at EDEngineer.Views.CommanderViewModel..ctor(String commanderName, Action1 loadAction, Languages languages, List1 entryDatas, List1 equipments)
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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at Newtonsoft.Json.JsonSerializer.Create(JsonSerializerSettings settings)
at Newtonsoft.Json.JsonSerializer.CreateDefault()
at Newtonsoft.Json.JsonSerializer.CreateDefault(JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at EDEngineer.Views.CommanderViewModel.b__34_0(String l)
at System.Linq.Enumerable.WhereSelectListIterator2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at EDEngineer.Views.CommanderViewModel.ApplyEventsToSate(IEnumerable1 allLogs)
at EDEngineer.Views.CommanderViewModel.LoadLogs(IEnumerable1 events) at EDEngineer.Views.MainWindowViewModel.<>c__DisplayClass20_2.<LoadState>b__3(CommanderViewModel c) at EDEngineer.Views.CommanderViewModel..ctor(String commanderName, Action1 loadAction, Languages languages, List1 entryDatas, List1 equipments)
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()<---

@mrstry
Copy link
Author

mrstry commented Mar 11, 2023

the problem was on save data
the problem is solved

@yucatan
Copy link

yucatan commented May 18, 2023

How did you solve it?

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

2 participants