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
Seeing in my event viewer the following .NET error is being throw from Assist.exe
Application: Assist.exe
CoreCLR Version: 7.0.2024.26716
.NET Version: 7.0.20
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Call from invalid thread
at Avalonia.Threading.Dispatcher.g__ThrowVerifyAccess|16_0()
at Avalonia.AvaloniaObject..ctor()
at Avalonia.Visual..ctor()
at Avalonia.Input.InputElement..ctor()
at Assist.Controls.Game.Live.MenuPartyPlayerControl..ctor()
at Assist.ViewModels.Game.MenusPageViewModel.RiotWebsocketServiceOnUserPresenceMessageEvent(PresenceV4Message obj)
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
The text was updated successfully, but these errors were encountered:
Seeing in my event viewer the following .NET error is being throw from Assist.exe
Application: Assist.exe
CoreCLR Version: 7.0.2024.26716
.NET Version: 7.0.20
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Call from invalid thread
at Avalonia.Threading.Dispatcher.g__ThrowVerifyAccess|16_0()
at Avalonia.AvaloniaObject..ctor()
at Avalonia.Visual..ctor()
at Avalonia.Input.InputElement..ctor()
at Assist.Controls.Game.Live.MenuPartyPlayerControl..ctor()
at Assist.ViewModels.Game.MenusPageViewModel.RiotWebsocketServiceOnUserPresenceMessageEvent(PresenceV4Message obj)
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
The text was updated successfully, but these errors were encountered: