GameInput Redist ETW trace excerpt (provider {7fda19b3-75d2-40d1-842f-5c09ca9cd8de}) Captured during a Minecraft Bedrock launch + in-world mouse repro. SANITIZED. ====================================================================================== The GameInput Redist backend attempts to spawn the raw-input broker, and Windows rejects the process creation: [source: BeRawInputProvider.cpp, function GameInput::Backend::RawInput::Provider::ThreadProcExternal] L289 "Creating raw input server named pipe" pipeName = \\.\pipe\GameInputRawInputProxy- L309 "Creating raw input proxy process" rawInputProxyCmd = C:\Program Files\Microsoft GameInput\x64\GameInputRawInputProxy.exe \\.\pipe\GameInputRawInputProxy- L328 result = -2147024703 L485 result = -2147024703 Decode: -2147024703 = 0x800700C1 = HRESULT_FROM_WIN32(193) = ERROR_BAD_EXE_FORMAT = STATUS_INVALID_IMAGE_FORMAT This result is identical on every run (multiple reboots, GameInput 3.3 and 3.4, before and after a clean reinstall).