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

UMP crashes while playing midis #237

Open
0xSYS opened this issue Jul 23, 2022 · 2 comments
Open

UMP crashes while playing midis #237

0xSYS opened this issue Jul 23, 2022 · 2 comments
Labels
Bug Issue that affects the stability of the driver.

Comments

@0xSYS
Copy link

0xSYS commented Jul 23, 2022

Problem
I patched java (UMP) for better performance and some time while playing the midi UMP crashes but it dosen't happen all the time.

Steps to reproduce

  1. Play MIDI https://1drv.ms/u/s!AqQwqul9wFNwhMRFpS29hpBEEE0QEw?e=ggU5cM on application UMP
  2. See error

Expected behavior
I would expect to see a error message after this issue but it didn't happened.

Environment

  • Operating system: Windows 10 Pro ver 21H2
  • CPU: 12th Gen Intel(R) Core(TM) i3-12100 3.30 GHz
  • RAM: 16 GB DDR4
  • MIDI application: UMP
  • Version of the driver: 14.6.13 (PR127)

Additional context
Add any other context about the problem here.

@KaleidonKep99
Copy link
Collaborator

It seems to be working fine for me, I can't reproduce the issue...
I am aware that UMP doesn't really need patching because it uses long messages instead of short ones, maybe the way it takes advantage of the function makes the wrapper unstable, I'll look into it.

@KaleidonKep99 KaleidonKep99 added the Bug Issue that affects the stability of the driver. label Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issue that affects the stability of the driver.
Projects
None yet
Development

No branches or pull requests

3 participants
@KaleidonKep99 @0xSYS and others