-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fixes MSTSC resize issue/crash #2291
Conversation
The RFX compression mode requires an encoder. When you resize RFX, you have to recreate the encoder. This will fix it as well: neutrinolabs#2175, however, that PR is bigger and more complex and may take longer.
Thanks! This can be applied to v0.9. |
@metalefty Did you test it and confirm you could:
As the bug is a little tricky to reproduce, I want to make sure someone else confirms before I merge this. |
@matt335672 Take a look! |
At least I could reproduce the crash 100% (3/3). I'll confirm the fix later. |
@Nexarian Confirmed the patch fixes the crash. |
Going to merge this in then. |
Can you raise a PR to make the same change to v0.9 branch? |
Ports neutrinolabs#2291 to v0.9
Haven't tested it. Take a look! |
Ports neutrinolabs#2291 to v0.9
The RFX compression mode requires an encoder. When you resize RFX, you have to recreate the encoder.
This will fix it as well: #2175, however, that PR is bigger and more complex and may take longer.
Fixes #1928