[god of war Ragnarok] how to make Microsoft GameInput work?

Questions about Wine on Linux
Locked
mangojuicedrinker
Newbie
Newbie
Posts: 1
Joined: Thu Sep 26, 2024 10:49 am

[god of war Ragnarok] how to make Microsoft GameInput work?

Post by mangojuicedrinker »

Hello
This game requires Microsoft GameInput to capture mouse movement for camera. I have installed it using protontricks -> run an arbitrary executable (.msi). It seems like it is successfully installed and game tries to load it:

Code: Select all

17960.410:0054:0058:trace:loaddll:build_module Loaded L"C:\\Program Files (x86)\\Microsoft GameInput\\x64\\gameinputsvc.exe" at 0000000140000000: native
but it cannot start:

Code: Select all

0240:fixme:reg:NtQueryLicenseValue License key L"Kernel-ProductInfo" not found
0234:err:service:process_send_start_message service L"GameInput Service" failed to start
022c:err:msi:ITERATE_StartService failed to start service L"GameInput Service" (1053)
Every time I see this error with it:

Code: Select all

fixme:reg:NtQueryLicenseValue License key L"Kernel-ProductInfo" not found
What is this "Kernel-ProductInfo"? Is this even a fatal error or something else is the cause?

(BTW Mouse does work in the Main Menu/in-game, but camera cannot move and even on Windows this is a common problem and installing this package has solved it for many people).
Locked