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
I saw this error on the logs, likely due to lack of error checking in KeyHook.cs
InvalidCastException:Cannotcastfrom source type to destination type.
at System.Diagnostics.ProcessModuleCollection.get_Item (Int32 index)[0x00000]in<filename unknown>:0
at System.Diagnostics.Process.get_MainModule ()[0x00000]in<filename unknown>:0
at (wrapperremoting-invoke-with-check) System.Diagnostics.Process:get_MainModule ()
at Assets.Scripts.Core.KeyHook.SetHook(Assets.Scripts.Core.LowLevelKeyboardProc proc)[0x00000]in<filename unknown>:0
at Assets.Scripts.Core.KeyHook..ctor ()[0x00000]in<filename unknown>:0
at Assets.Scripts.Core.GameSystem.Initialize()[0x00000]in<filename unknown>:0
at Assets.Scripts.Core.GameSystem.CheckInitialization()[0x00000]in<filename unknown>:0
at Assets.Scripts.Core.GameSystem.Update()[0x00000]in<filename unknown>:0
I saw this error on the logs, likely due to lack of error checking in
KeyHook.cs
Full Log: log.txt
The text was updated successfully, but these errors were encountered: