Created
March 5, 2019 20:35
-
-
Save Twisted-Code/6065bd4b1ab5fbf3c2232962a6c9f6e1 to your computer and use it in GitHub Desktop.
this happened at a semi-random interval after starting the AFKer. I'm guessing that 256 is the parameter of the keystroke, like before? maybe the app needs to memorize which one the system is using? that could be a pain...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.ComponentModel.Win32Exception | |
HResult=0x80004005 | |
Message=Couldn't post the message '256'. | |
Source=MemorySharp | |
StackTrace: | |
at Binarysharp.MemoryManagement.Windows.WindowCore.PostMessage(IntPtr windowHandle, UInt32 message, UIntPtr wParam, UIntPtr lParam) | |
at Binarysharp.MemoryManagement.Windows.Keyboard.MessageKeyboard.Press(Keys key) | |
at Binarysharp.MemoryManagement.Windows.Keyboard.BaseKeyboard.PressRelease(Keys key) | |
at Ultimate_Trove.HotkeyOperations.AFK_Control() in D:\OneDrive - University of Phoenix\Workspaces\C#\LucidDevelopment-Ultimate-Trove\Ultimate_Trove\lib\TroveClientController.cs:line 930 | |
at Ultimate_Trove.TroveForm.<>c.<TroveForm_Load>b__14_0() in D:\OneDrive - University of Phoenix\Workspaces\C#\LucidDevelopment-Ultimate-Trove\Ultimate_Trove\TroveForm.cs:line 143 | |
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