We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
λ midi2vjoy -v -m 1 -c C:\Users\triododonte\Desktop\novation.conf pygame 1.9.4 Hello from the pygame community. https://www.pygame.org/contribute.html Opening configuration file: C:\Users\triododonte\Desktop\novation.conf Opening MIDI device: 1 Traceback (most recent call last): File "C:\python\lib\site-packages\midi2vjoy-0.1-py3.7.egg\midi2vjoy\midi2vjoy.py", line 110, in joystick_run vjoyregkey = winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8E31F76F-74C3-47F1-9550-E041EEDC5FBB}_is1') FileNotFoundError: [WinError 2] Impossibile trovare il file specificato Error initializing virtual joysticks
the key that you are looking for does not exist in my system (win10), vJoy is installed and configured the .conf: 176 1 1 SL0
The text was updated successfully, but these errors were encountered:
I have found that python script can't read registry values. So I simply hardcoded VJoy instalation path in my fork. Also make sure you use 64-bit python3.
Sorry, something went wrong.
No branches or pull requests
the key that you are looking for does not exist in my system (win10), vJoy is installed and configured
the .conf: 176 1 1 SL0
The text was updated successfully, but these errors were encountered: