Wine conflict with clipman and copy/paste

Questions about Wine on Linux
Locked
mclaborn
Newbie
Newbie
Posts: 2
Joined: Mon May 06, 2019 7:59 pm

Wine conflict with clipman and copy/paste

Post by mclaborn »

Wine 4.0
Xubuntu 18.04

I notice this most running SQLyog but can occasionally duplicate it with notepad.exe. Using Ctrl+C and Ctrl+V when xfce4-clipman (or the corresponding panel widget) is running has very bad results. Usually the copy/paste operations simply fail to do anything. If tried repeatedly the application will hang up completely.

When I'm not running clipman everything works as expected.

This same configuration worked fine under Ubuntu 16.04 with XFCE.

Has anyone seen this or have any ideas about how to fix?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Wine conflict with clipman and copy/paste

Post by lahmbi5678 »

Please run wine and your application in terminal, do some copy-paste operations (until it crashes), post the output here (use

Code: Select all

-tags, if it's long).

If there's no obvious error message, there's probably not much we can do for you. You could file a bug report. I don't know how much priority xfce-specific bugs will get, so it may take some time, until your bug will be fixed.
mclaborn
Newbie
Newbie
Posts: 2
Joined: Mon May 06, 2019 7:59 pm

Re: Wine conflict with clipman and copy/paste

Post by mclaborn »

Output is below.

I suspect that the problem may be with clipman. I wrote a quick and dirty Java program to replace clipman. It polls the clip board every second and displays a list of contents. When clipman is running that application also misbehaves, as if it hangs up trying to access the clipboard.

Code: Select all

002a:err:winediag:ODBC32_SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
002a:fixme:heap:RtlSetHeapInformation 0xde0000 0 0x22e830 4 stub
002a:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002b:fixme:ver:GetCurrentPackageId (0x1a6fdc0 (nil)): stub
002b:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 28800000
002a:fixme:uxtheme:IsCompositionActive : stub
002b:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 28800000
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:err:ole:RevokeDragDrop invalid hwnd (nil)
002f:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
002f:fixme:toolhelp:Heap32ListFirst : stub
002a:fixme:win:LockWindowUpdate (0x1013e), partial stub!
002a:fixme:win:LockWindowUpdate ((nil)), partial stub!
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:imm:ImmReleaseContext (0x1015a, 0x420aba0): stub
002a:fixme:uxtheme:IsCompositionActive : stub
002a:fixme:uxtheme:IsCompositionActive : stub
Locked