You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few weeks ago I had a problem with the Unity engine. None of the games or projects made in the latest versions (2018 onwards) worked. Whenever starting games or projects, the application would crash instantly.
After searching the Unity Forum for help, they pointed out to me that the engine always failed to load an HID device. Looking for my devices I saw that the ID matched with Vjoy and after uninstalling the application Unity returned to work normally.
Error inside Unity crash log: <RI.Hid> Failed to get maximum data list length. Editor.log
Vjoy Version 2.1.9.1
The text was updated successfully, but these errors were encountered:
I guess VJoy is 32-bit driver and Unity now is only 64-bit. That might be the issue. Can you perhaps try to compile your game as 32-bit if it solves this issue, just for debugging purposes?
A few weeks ago I had a problem with the Unity engine. None of the games or projects made in the latest versions (2018 onwards) worked. Whenever starting games or projects, the application would crash instantly.
After searching the Unity Forum for help, they pointed out to me that the engine always failed to load an HID device. Looking for my devices I saw that the ID matched with Vjoy and after uninstalling the application Unity returned to work normally.
Error inside Unity crash log: <RI.Hid> Failed to get maximum data list length.
Editor.log
Vjoy Version 2.1.9.1
The text was updated successfully, but these errors were encountered: