-
Notifications
You must be signed in to change notification settings - Fork 33
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
[BUG] Sending MT3 messages to UM-ONE running with the USBMidi2.sys causes Green Screen. #472
Comments
I have validated that this green screens on the February Canary Sending the file to the UM-One through the Windows MIDI 1.0 Class driver: no problem. I did not need to run a batch file, just pasting the command on the command line was sufficient. What was strange to me is the green screen it caused was not in the MIDI driver, but it was in DirectX. (dxgmms2.sys)
|
Tried with my iConnectivity mio and also reproduced the green screen. Works fine with midi 1.0 class driver, but green screens when assigned the MIDI 2.0 class driver. Both my mio and my um-one have out connected to in with a physical DIN joiner. This time, the green screen was shown to be in wdf01000.sys and reported in usbmidi2.sys. So this smells like memory corruption to me.
Tagging @AmeNote-Michael |
Tagging @AmeNote-Michael |
@Psychlist1972 @garydan42 it is interesting when using kernel debugger, it seems that the midi.exe command in batch file is given opportunity to complete the task at hand, but something in cleanup causes crash. See following picture: ![]() I have also attached a txt file of analyzer and wdflogdump from the kernel debugger for any insights. There does appear to be an error in driver, but this is after it has gone idle from activity. Not sure what error is telling me, need to research further - but if anyone has ideas it would be appreciated. Note that after gathering kernel debugger data I then continue execution and get green screen. |
Note that I am getting random locations of crash - wonder if same issue as #435 which we still are investigating cause. |
Resolved in PR #580 |
@Psychlist1972 @AmeNote-Michael |
Describe the bug
Sending MT3 messages to UM-ONE running with the USBMidi2.sys causes Green Screen.
This issue only occurs if I call the 'send-file' command via the Windows batch file.
To Reproduce
Green screen occurs.
Expected behavior
No green screen issue occurs.
Installer Name or Version
Windows.MIDI.Services.In-Box.Service.-.1.0.1-preview.7.24305.1438-x64.exe
Desktop (please complete the following information):
Device information, if this is with an external MIDI device:
Application Information
Additional context
The text was updated successfully, but these errors were encountered: