Skip to content
New issue

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

Error initializing virtual joysticks #3

Open
morpe opened this issue Jul 23, 2018 · 1 comment
Open

Error initializing virtual joysticks #3

morpe opened this issue Jul 23, 2018 · 1 comment

Comments

@morpe
Copy link

morpe commented Jul 23, 2018

λ 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

@Nercury
Copy link

Nercury commented Mar 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants