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

Microsoft SoundBits Media Browser crashes with exception #736

Closed
Gaurav-Original-ClassicShellTester opened this issue Jul 21, 2020 · 2 comments · Fixed by #739
Closed

Microsoft SoundBits Media Browser crashes with exception #736

Gaurav-Original-ClassicShellTester opened this issue Jul 21, 2020 · 2 comments · Fixed by #739

Comments

@Gaurav-Original-ClassicShellTester

Running the latest OTVDM AppVeyor build as of this bug report.

Microsoft SoundBits (https://winworldpc.com/product/microsoft-soundbits/10) installs fine and the Media Browser app opens but immediately crashes with an exception: https://i.imgur.com/kOdMPjT.png

@cracyc
Copy link
Contributor

cracyc commented Jul 21, 2020

This one is bad. It sets a message hook and expects messages that arrive twice to have the same address otherwise it keeps sending the same message between the hook and wndproc until it crashes with a stack overflow. We convert the 32bit to 16bit messages by making a new MSG struct on the stack which means it has a different address. It would probably take a significant change in message handling to fix this.

@Gaurav-Original-ClassicShellTester

Fixed. :) Thank you so much for fixing so many app issues so fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants