praydog / REFramework

Scripting platform, modding framework and VR support for all RE Engine games
https://cursey.github.io/reframework-book/
MIT License
2.68k stars 338 forks source link

[MHR] - Inputs being registered to the game at all times (with Input Passtrough off) #1060

Open darkselfbr1 opened 1 month ago

darkselfbr1 commented 1 month ago

Describe the bug For me now there is a unexpected problem involving "Input Passtrough".

Whenever the option is ticked or not, inputs are being registerd to the game regardless. This happens in clean installs of the game and REFramework. With and without Lua Scirpts.

Upload logs and any crash dumps The file was too big, i zipped the txt here: re2_framework_log.zip

Identify the REFramework version Currently 1.5.5 I tried many versions, and all of them the problem was present.

To Reproduce Really don't know if its only for me that this is happening but my Steps to reproduce the behavior are:

  1. Open the game
  2. Open REFramework menu
  3. Press WASD with menu focused
  4. See bug

Screenshots I'll link a video showing exactly what is happening: https://www.youtube.com/watch?v=ShuHw_964fo

Desktop:

Additional Info I hope this is sufficient information to get some help, thanks

Edit 1: Did some tests with Fullscreen, Borderless Fullscreen and Windowed mode. In all of them the problem still persists.

Edit 2: I was able to test an older version of the game, and this problem is still happening. So probably is not a game update issue.

Did a System Restore too and even so, same problem.