DMALibrary icon indicating copy to clipboard operation
DMALibrary copied to clipboard

Keyboard

Open hypr1x opened this issue 1 year ago • 4 comments

Getting error: Failed to initialize keyboard hotkeys through kernel idk why

hypr1x avatar Apr 14 '24 04:04 hypr1x

Try restarting winlogon.exe or restart your target computer.

Metick avatar Apr 15 '24 21:04 Metick

尝试重新启动winlogon.exe或重新启动目标计算机。

I have restarted many times, but still cannot initialize. I am still unable to obtain QueryValue

lishaoju avatar Apr 16 '24 15:04 lishaoju

尝试重新启动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?

Metick avatar Apr 23 '24 11:04 Metick

尝试重新启动winlogon.exe或重新启动目标计算机。

我已经重新启动了很多次,但仍然无法初始化。我仍然无法获取 QueryValue

您能否提供有关该问题的更多信息,以便我真正了解发生了什么?

eat_map->cMap == NULL

lishaoju avatar Apr 27 '24 03:04 lishaoju

Having the same issue

Zhanytrix avatar Jul 23 '24 16:07 Zhanytrix

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

Zhanytrix avatar Jul 23 '24 17:07 Zhanytrix

Make sure you initialize the mem first using mem.init("executable");

Metick avatar Jul 24 '24 10:07 Metick

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.

Zhanytrix avatar Jul 25 '24 21:07 Zhanytrix