floh22 / LeagueBroadcast

League of Legends Spectate Overlay Tools
MIT License
218 stars 46 forks source link

Could not read all champion data from memory error #250

Closed jonhdead3 closed 1 year ago

jonhdead3 commented 1 year ago

I am getting this error it seems that the application works fine but after a bit it crushes and some animation doesn't work properly. image_2023-04-17_120456289

jonhdead3 commented 1 year ago

My crush log is this --- LeagueBroadcast Crash Report --- Gotta fix this somehow... Up Up Down Down Left Right Left Right B A Enter... Nah, still broken

Time: 2023.04.17-11:01 Description: The given key 'Turret_T1_R_03_A' was not present in the dictionary.

Stacktrace: at System.Collections.Generic.Dictionary2.get_Item(TKey key) at LeagueBroadcast.Ingame.Data.Provider.LiveEventsDataProvider.OnDamageDealt(LiveEvent e) in F:\Repos\LeagueOfLegends\LeagueBroadcast2\LeagueBroadcast\Ingame\Data\Provider\LiveEventsDataProvider.cs:line 267 at LeagueBroadcast.Ingame.Data.Provider.LiveEventsDataProvider.ReceiveLiveEvent(Object sender, LiveEvent e) in F:\Repos\LeagueOfLegends\LeagueBroadcast2\LeagueBroadcast\Ingame\Data\Provider\LiveEventsDataProvider.cs:line 233 at LeagueBroadcast.Trinket.LiveEventConnector.<Connect>b__9_0() in F:\Repos\LeagueOfLegends\LeagueBroadcast2\LeagueBroadcast.Trinket\LiveEventConnector.cs:line 87 at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi) at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action1 callback, TState& state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback()

-- System Details -- League Broadcast Version: 1.6.50.0 OS: Win 10 2009

ALUMNOAT commented 1 year ago

I got kinda the same error

crashlog: https://pastie.io/tqiooi.tex log: https://pastie.io/rokhin.cs It was a "spectate game"

shinilee commented 1 year ago

same here getting error

SixiNeri commented 1 year ago

Same here, error ingame

FireFoXz09 commented 1 year ago

New version is out. Maybe it was caused from a memory problem. Try it and keep us updated.

FKLevi1 commented 11 months ago

Hello, I am having the same error message. How did you guys fix it??

image