Changes between Initial Version and Version 1 of Ticket #21149, comment 3
- Timestamp:
- Oct 19, 2022 9:30:46 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21149, comment 3
initial v1 2 2 3 3 Thank you for the log. Quickly looking into it, I see that you are attempting to copy a bitmap from Windows host to Linux guest. Currently, buffer reserved for this on Linux guest side is of size of 4K. And error message is telling that this buffer is not big enough to fit it. How big bitmap is? 4 5 UPDATE: 4K buffer is reserved on the guest side for initial clipboard transfer (host -> guest). If this buffer is not big enough, host will report required buffer size to the guest and guest will re-attempt to get host clipboard with the bigger buffer size. This ticket describes a case when "re-attempt" behavior was broken. Fix will be a part of the next 7.0.2 release.