-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Crash in Fx-Mixer #3983
Comments
Bad design here... Solo should be a property of the mixer, not of the channels. |
Thanks! Tested and works. I had to adapt it a bit to Qt4/Stable-1.2.0 and left out stuff like whitespace fixes for now. Here's the patch I tested with. |
@zonkmachine Do you want to do anything regarding this? |
This one's beyond me. I tested gi0e5b06s patch and it works but I can't merge it as I don't understand it properly. I think someone with da skillz should look into the issue. |
https://gist.github.com/zonkmachine/9a36ec5e58623daa34befb8edb46cde9#file-mixercrash-diff |
Done via #5272. |
I got this while preparing #3982
With 3982 you can't trigger the crash with the method described below but I think the issue could still be there.
mixercrash.mmp.zip
To replicte crash:
Open mixercrash.mmp
Add two mixerchannels, 4 and 5
Solo channel 5
Remove unused channels.
Add new channel 4
Solo channel 4... crash!
The text was updated successfully, but these errors were encountered: