https://bugs.winehq.org/show_bug.cgi?id=52490
Bug ID: 52490 Summary: Clipboard.GetText() doesn't work Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: x256@ultra.fyi Distribution: ---
Created attachment 71783 --> https://bugs.winehq.org/attachment.cgi?id=71783 Demo application (with source code)
The Clipboard.GetText method of .NET doesn't work on Wine.
Please see the attached demo application. It copies some text into the clipboard, waits 1 second, retrieves the clipboard text and compares the texts. On Windows 10 with .NET Framework 4.8 and on Kubuntu 21.10 with Mono 6.8, the texts are the same (and thus the demo application outputs "=> Test succeeded!"). On Kubuntu 21.10 with Wine 7.0 (winehq-stable), Clipboard.GetText returns an empty string (and thus the demo application outputs "=> Test failed!").
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=52490
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|-unknown |mscoree Keywords| |dotnet
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- With "winetricks dotnet461":
---snip--- Copied: 17ff762d-a3e7-4101-82a4-7deff8b1fc32 Read : 17ff762d-a3e7-4101-82a4-7deff8b1fc32
=> Test succeeded! ---snip---
With Wine-Mono:
---snip--- 0024:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented 0024:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.1" not implemented 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION Copied: 9331d48f-3501-4d8b-a1ca-dd84ba8cefa8 Read :
=> Test failed! ---snip---
Confirming and setting component.
https://bugs.winehq.org/show_bug.cgi?id=52490
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=52490
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet |
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Removing 'dotnet' keyword as that's reserved for bugs with native .NET, which, judging by the previous comment, is not the case here.
https://bugs.winehq.org/show_bug.cgi?id=52490
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=52490
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |17b34ca8ad8f4e2f81d69a08496 | |99d5aa0853888
--- Comment #3 from Esme Povirk madewokherd@gmail.com --- Oh, I lost track of this bug, but it should be fixed by Wine Mono 7.1.1 which will be in Wine 7.2.
https://bugs.winehq.org/show_bug.cgi?id=52490
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.2.