We are currently using the haptics feature in our game, and the following warning appears during execution:
Error LogFMOD
C:\buildagent1\work\c1c3f17eb167c494\external\dsps\fmod_haptics\platforms\win\src\fmod_haptics_manager_platform.cpp(358)
- GameInput runtime v2 required. Please install.
What is GameInput Runtime v2, and how should this issue be resolved?
Do we need to include or install GameInput Runtime v2 on our build machine as well?
Hi,
Thank you for sharing the log.
GameInput Runtime v2 is a Microsoft Windows runtime used for game input devices and related features such as controller haptics.
This warning indicates that the required GameInput runtime is missing or outdated on the machine where the game is being run. Please try installing the latest Microsoft GameInput runtime on that machine and check whether it resolves the issue.
Microsoft documents the installation here:
The build machine would only be expected to need it if it also runs the game, automated tests, or validation that initializes FMOD Haptics.
If the machine is only compiling or packaging the project, it should not normally need GameInput Runtime v2 installed.
Hope this helps! Let me know if the issue persists.