#21149 closed defect (fixed)
Shared Clipboard: Error reading host clipboard data in format 0x1 from Windows, rc=VERR_BUFFER_OVERFLOW 00:08:52.580190 Shared Clipboard: Reading host clipboard data failed with VERR_BUFFER_OVERFLOW => fixed in svn
回報者: | Srini8987 | 負責人: | |
---|---|---|---|
元件: | clipboard | 版本: | VirtualBox 7.0.0 |
關鍵字: | 副本: | ||
Guest type: | Linux | Host type: | Windows |
描述
Hi,
Copying from Windows 10 Host to Linux VM (Fedora) seeing this below issue in Vbox.log
00:08:52.580066 Shared Clipboard: Error reading host clipboard data in format 0x1 from Windows, rc=VERR_BUFFER_OVERFLOW 00:08:52.580190 Shared Clipboard: Reading host clipboard data failed with VERR_BUFFER_OVERFLOW
附加檔案 (2)
更動歷史 (15)
comment:3 2 年 前 由 編輯
Hi Srini8987,
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?
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.
comment:4 2 年 前 由 編輯
Hi,
I am just copying like 100 lines of text from text editor. Currently I can copy only 10 lines max. From 11th line onwards, i see this error.
I am not copying any images or screenshots to and from VM now.
Thank you. Srini.
comment:5 2 年 前 由 編輯
Hi Srini,
My bad, you are correct. It is text. What editor do you use on a Windows host side?
Could you please also analyze your host clipboard content with, for example, https://freeclipboardviewer.com/ tool and tell what is the host clipboard data size for Unicode text and possibly attach its content in HEX format?
comment:6 2 年 前 由 編輯
Hi,
I have uploaded upload.7z file . I am not sure if thats what you are looking for.
Notepad++ is what I am using.
Thanks.
comment:7 2 年 前 由 編輯
Hi Srini,
Thank you .cl7 file. I was able to reproduce the issue w/ it. I will debug the issue from our side and come back to you.
comment:9 2 年 前 由 編輯
摘要: | Shared Clipboard: Error reading host clipboard data in format 0x1 from Windows, rc=VERR_BUFFER_OVERFLOW 00:08:52.580190 Shared Clipboard: Reading host clipboard data failed with VERR_BUFFER_OVERFLOW → Shared Clipboard: Error reading host clipboard data in format 0x1 from Windows, rc=VERR_BUFFER_OVERFLOW 00:08:52.580190 Shared Clipboard: Reading host clipboard data failed with VERR_BUFFER_OVERFLOW => fixed in svn |
---|
Issue now should be fixed. This fix will be a part of the next release. Thank you for reporting.
comment:11 2 年 前 由 編輯
狀態: | new → closed |
---|---|
處理結果: | → fixed |
VirtualBox 7.0.2 was just released and includes fix for this issue. Could you please give it a try?
Hi Srini8987,
Could you please attach complete VBox.log?