TheNathannator / RB4InstrumentMapper

A program that maps packets from Xbox One Rock Band 4 instruments to virtual controllers, for use in Clone Hero.
MIT License
43 stars 12 forks source link

Failed to create GameInput instance: 0xD0000034 #35

Open Dirtmigurt opened 2 months ago

Dirtmigurt commented 2 months ago

That is the only log I get. Can't find documentation for this HRESULT value.

Dirtmigurt commented 2 months ago

According to MSFT error lookup tool https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool

Value 0xd0000034 is an NTSTATUS value: treating as 0xc0000034

It is either

ISCSI_ERR_CONFIG_IPSEC_TIMED_OUT iscsilog.h

Initiator Service failed to respond in time to a request to

configure IPSec resources for an iSCSI connection.

or

STATUS_OBJECT_NAME_NOT_FOUND ntstatus.h

Object Name not found.

2 matches found for "0xD0000034"

TheNathannator commented 1 month ago

Did you figure this one out yet, or are you still having issues?

This looks to me like GameInput isn't properly installed on your system. Which is weird, since the RB4InstrumentMapper installer is supposed to ensure that. Try following the manual install instructions I posted here: https://github.com/TheNathannator/RB4InstrumentMapper/issues/27#issuecomment-2232070925