On Wed, May 7, 2025 at 8:08 AM aynqua <ayn...@protonmail.com.invalid> wrote:
> Hi, > I've been testing version 1.6.0-RC1 and overall it works very well — great > job! However, I did encounter a couple of issues I wanted to share: > > > 1. *File transfert over RDP connections appears to be broken.* > > When attempting to open the share (virtual drive) within an RDP session > using Guacamole, the connection is abruptly closed. Here are the relevant > logs: > *guacd | guacd[168]: INFO: Connected to RDPDR 1.13 as client > 0x0004* > *guacd | guacd[168]: INFO: Connected to RDPDR 1.13 as client > 0x0003* > *guacd | guacd[168]: INFO: RDPDR user logged on* > *guacd | guacd[168]: ERROR: File open refused (-2): > "\desktop.ini"* > *guacd | Assertion failed: (((status) >= 0)) > (channels/rdpdr/rdpdr.c: guac_rdpdr_new_io_completion: 137)* > *guacd | guacd[1]: INFO: Connection > "$a984b6bc-c135-4253-bad5-02565c3bb462" removed.* > > Additionally, when I reconnect to the session, I get a Windows error > message stating that \\tsclient\Share is not accessible. > > I have not encountered this one, but I will try to test and see if I can reproduce it. > > 2. > *Display refresh is sometimes delayed. * > > In RDP sessions (tested on a Windows Server), the screen does not always > refresh immediately. For instance, when selecting a desktop background, the > blue selection rectangle remains visible for a few seconds before > disappearing, even after the selection is completed. > Here a Screenshot : https://imgur.com/a/dqYvpnJ > > This is likely due to the regression that Mike identified with respect to cursor instructions locking the display updates - it has been partially addressed in Git, and I think Mike has one more pull request to fully deal with it. In any case, it should be fixed in the next RC. Thanks for testing and reporting! -Nick