| Summary: | RDP connection fails with cliprdr error | ||
|---|---|---|---|
| Product: | [Applications] krdc | Reporter: | Unknown <null> |
| Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aacid, ahiemstra, ctrlaltca, nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 24.01.80 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Full log generated by KRDC when run from the terminal
1-minute patch |
||
|
Description
Unknown
2023-12-15 19:57:27 UTC
Created attachment 164211 [details]
Full log generated by KRDC when run from the terminal
Created attachment 164444 [details]
1-minute patch
I'm having the same issue; some investigation lead to this method on the freerdp sample client: https://github.com/FreeRDP/FreeRDP/blob/master/client/Sample/tf_channels.c#L41 I've attached a 1-minute patch that reproduces the same code in krdc; it avoid the error, so now the connection works, but i didn't check if there are any implications. |