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
`C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy>midi2vjoy.py -m 1 -c LaunchpadMkII.conf -v pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Opening configuration file: LaunchpadMkII.conf Opening MIDI device: 1 VJoy install path C:\Program Files\vJoy Traceback (most recent call last): File "C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy\midi2vjoy.py", line 136, in joystick_run vjoy = ctypes.WinDLL(dll_file) File "C:\Users\Decan\AppData\Local\Programs\Python\Python38-32\lib\ctypes_init_.py", line 373, in init self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application Error initializing virtual joysticks
C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy>`
I am using Nercury's fork of midi2vJoy.
The text was updated successfully, but these errors were encountered:
In the mean time, i'll look out for other midi to controller scripts
Sorry, something went wrong.
No branches or pull requests
`C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy>midi2vjoy.py -m 1 -c LaunchpadMkII.conf -v
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Opening configuration file: LaunchpadMkII.conf
Opening MIDI device: 1
VJoy install path C:\Program Files\vJoy
Traceback (most recent call last):
File "C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy\midi2vjoy.py", line 136, in joystick_run
vjoy = ctypes.WinDLL(dll_file)
File "C:\Users\Decan\AppData\Local\Programs\Python\Python38-32\lib\ctypes_init_.py", line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
Error initializing virtual joysticks
C:\Users\Decan\Documents\midi2vjoy-master\midi2vjoy>`
I am using Nercury's fork of midi2vJoy.
The text was updated successfully, but these errors were encountered: