Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is there some fix coming up or should I go for refund? Anyone know?
Also, to note, I paused the game to check in on this in Shift+Tab and my keyboard crashed while I was typing this. I think that's a good example of this issue. Nothing is really happening in-game but, since it's open at all, it still crashed.
Basically, you have to go to your device manager before you play the game and disable all of the HID compliant options under "Human Interface Devices". This disables some extra input from your keyboard, in a sense, and lets the game reset its input from your keyboard/mouse easier. You just have to disable all of them one by one before you play the game and make sure to re-enable them all -- again, one by one -- when you're done playing; the annoying part is having to do that every time you play, but hey, it works and capcom hasn't given us any help in nearly 2 months with this game-breaking issue as far as I've seen, so I'll take what I can get.
create BAT file with following contents:
@echo off
rem devcon can be downloaded https://superuser.com/questions/1002950/quick-method-to-install-devcon-exe
for /f " tokens=1 usebackq delims=: " %%i in (`devcon64 listclass HIDClass ^| findstr /I compliant`) DO (
devcon64.exe disable "@%%i"
)
pause
Then create shortcut for this BAT file with "run as administrator" advanced options.
Before running try disabling all the HID compliant devices by manually, to check that your mouse/keyboard are not in the same group.