Opened 6 years ago
Closed 5 years ago
#18153 closed defect (fixed)
VNC/RDP doesn't work at all => Fixed in SVN
| Reported by: | gim | Owned by: | |
|---|---|---|---|
| Component: | RDP | Version: | VirtualBox 5.2.22 |
| Keywords: | rdp, vnc, merge | Cc: | |
| Guest type: | all | Host type: | Linux |
Description
VNC/RDP doesn't work at all since release 5.2.20
That's because of twice pConsole->i_consoleVRDPServer()->EnableConnections() method calling inside Console::i_powerUpThreadTask
Probably that's happens when code was merged incorrectly.
vnc_fix.patch attached.
Attachments (1)
Change History (4)
by , 6 years ago
| Attachment: | vnc_fix.patch added |
|---|
comment:1 by , 6 years ago
| Summary: | VNC/RDP doesn't work at all → VNC/RDP doesn't work at all => Fixed in SVN |
|---|
comment:3 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


Thanks!