Keyboard
Getting error: Failed to initialize keyboard hotkeys through kernel idk why
Try restarting winlogon.exe or restart your target computer.
尝试重新启动winlogon.exe或重新启动目标计算机。
I have restarted many times, but still cannot initialize. I am still unable to obtain QueryValue
尝试重新启动winlogon.exe或重新启动目标计算机。
I have restarted many times, but still cannot initialize. I am still unable to obtain QueryValue
Could you provide more information about the issue so I actually know what's happening?
尝试重新启动winlogon.exe或重新启动目标计算机。
我已经重新启动了很多次,但仍然无法初始化。我仍然无法获取 QueryValue
您能否提供有关该问题的更多信息,以便我真正了解发生了什么?
eat_map->cMap == NULL
Having the same issue
To be precise, inside of InputManager.cpp it fails to get winversion because inside of Registry.QueryValue() it fails the:
if (!mem.vHandle)
return "";
and returns nothing
Make sure you initialize the mem first using mem.init("executable");
Yes thank you for your time, problem solved. For anyone with that problem ->
I was creating an object Memory mem but it was already in the library, I just used that one and it worked.