c0redumb / midi2vjoy

MIDI to virtual joystick mapping
BSD 2-Clause "Simplified" License
96 stars 31 forks source link

Fatal python error on "midi2vjoy -t" #2

Closed Cucumbear closed 5 years ago

Cucumbear commented 5 years ago

when trying to test inputs

C:\Users\Cucumbear>midi2vjoy -t pygame 1.9.3 Hello from the pygame community. https://www.pygame.org/contribute.html Input MIDI devices: 1 MPKmini2 Select MIDI device to test: 1 Opening MIDI device: 1 Fatal Python error: (pygame parachute) Segmentation Fault

Current thread 0x000014e4 (most recent call first): File "C:\Users\Cucumbear\AppData\Local\Programs\Python\Python37\lib\site-packages\pygame\midi.py", line 262 in init File "C:\Users\Cucumbear\AppData\Local\Programs\Python\Python37\lib\site-packages\midi2vjoy-0.1-py3.7.egg\midi2vjoy\midi2vjoy.py", line 50 in midi_test File "C:\Users\Cucumbear\AppData\Local\Programs\Python\Python37\lib\site-packages\midi2vjoy-0.1-py3.7.egg\midi2vjoy\midi2vjoy.py", line 192 in main File "C:\Users\Cucumbear\AppData\Local\Programs\Python\Python37\Scripts\midi2vjoy-script.py", line 11 in

Cucumbear commented 5 years ago

Why do I keep writing this.(used 3.7 instead of 3.6.6)