WINMM: Neither ReactOS nor Wine do this check in waveOutOpen, and it …#126
WINMM: Neither ReactOS nor Wine do this check in waveOutOpen, and it …#126evmar merged 1 commit intoevmar:mainfrom
Conversation
…breaks some demoscene software. Remove
|
Thanks! I have encountered this too, I should just remove all of the "audio enabled" setting. |
|
This makes Pocoman.exe (see #43) stop working with the following error: Will need to investigate some more, maybe it's related to the logged TODO 🤔 edit: don't think it's related to the todo: #133 |
|
I guess the quick thing for you would be to restore this code and just change the flag to be a "disable audio" flag. That is, make the default behavior "audio enabled" and let you run with audio disabled to restore the old behavior. The assertion that you're hitting here is deep in the message handling code which is kind of gnarly :( |
…breaks some demoscene software. Remove