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
Describe the bug
If I send an undefined system common message as 0xFD, MIDI Service seems to get stuck.
If this happens, MidiSrv cannot be stop/restart, and we need to force reboot OS for recovering.
This issue only occurs if the USB MIDI 1.0 device is running with the USB MIDI 2.0 driver (USBMidi2.sys).
If the USB MIDI 1.0 device is running with the USB MIDI 1.0 driver (USBAUDIO.sys) or if the USB MIDI 2.0 device is running with the USB MIDI 2.0 driver (USBMidi2.sys), this issue never happens.
To Reproduce
Set the Roland UM-ONE mk2 to class-compliant mode and short INPUPT and OUTPUT to loop back messages.
Attach the UM-ONE to PC.
Open the Device Manager and load the USB MIDI 2.0 driver (USBMidi2.sys) manually against the attached UM-ONE.
Open midi.exe in two windows.
From one, monitor UM-ONE.
From the other, run following command:
'midi endpoint send-message 0x10FD0000'
On the monitor window, press escape to stop monitoring.
Monitoring cannot be terminated.
If I run another send-message command, it seems to be stuck.
For recovery this situation, it needs to force restart OS.
Expected behavior
MIDI Service and midi console continue to work.
Additional context
This issue is forked from #245. As I commented in #245, that issue is still existing if I send specific command(0xFD(0x10FD0000)). But assignee requested to create the new issue. Thus I created this.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I send an undefined system common message as 0xFD, MIDI Service seems to get stuck.
If this happens, MidiSrv cannot be stop/restart, and we need to force reboot OS for recovering.
This issue only occurs if the USB MIDI 1.0 device is running with the USB MIDI 2.0 driver (USBMidi2.sys).
If the USB MIDI 1.0 device is running with the USB MIDI 1.0 driver (USBAUDIO.sys) or if the USB MIDI 2.0 device is running with the USB MIDI 2.0 driver (USBMidi2.sys), this issue never happens.
To Reproduce
'midi endpoint send-message 0x10FD0000'
Monitoring cannot be terminated.
If I run another send-message command, it seems to be stuck.
For recovery this situation, it needs to force restart OS.
Expected behavior
MIDI Service and midi console continue to work.
Installer Name or Version
Desktop (please complete the following information):
Device information, if this is with an external MIDI device:
Application Information
Additional context
This issue is forked from #245. As I commented in #245, that issue is still existing if I send specific command(0xFD(0x10FD0000)). But assignee requested to create the new issue. Thus I created this.
The text was updated successfully, but these errors were encountered: