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

Fixes MSTSC resize issue/crash #2291

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

Nexarian
Copy link
Contributor

@Nexarian Nexarian commented Jun 26, 2022

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

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.
@metalefty
Copy link
Member

Thanks! This can be applied to v0.9.

@Nexarian
Copy link
Contributor Author

@metalefty Did you test it and confirm you could:

  1. Reproduce the crash
  2. Reproduce that this fixes it?

As the bug is a little tricky to reproduce, I want to make sure someone else confirms before I merge this.

@Nexarian
Copy link
Contributor Author

@matt335672 Take a look!

@metalefty
Copy link
Member

At least I could reproduce the crash 100% (3/3). I'll confirm the fix later.

@metalefty
Copy link
Member

@Nexarian Confirmed the patch fixes the crash.

@Nexarian
Copy link
Contributor Author

Going to merge this in then.

@Nexarian Nexarian merged commit eeb5daa into neutrinolabs:devel Jun 27, 2022
@Nexarian Nexarian deleted the fix_mstsc_resize_bug branch June 27, 2022 02:59
@metalefty
Copy link
Member

Can you raise a PR to make the same change to v0.9 branch?

Nexarian added a commit to Nexarian/xrdp that referenced this pull request Jun 27, 2022
@Nexarian
Copy link
Contributor Author

#2292

Haven't tested it. Take a look!

Nexarian added a commit to Nexarian/xrdp that referenced this pull request Jun 27, 2022
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 this pull request may close these issues.

MSTSC crashes when resolution is changed by maximizing on a different monitor
2 participants