From a certain Windows source clipboard doesn't work

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
maker675
Posts: 90
Joined: 30. Oct 2015, 08:16

From a certain Windows source clipboard doesn't work

Post by maker675 »

Windows10 guest on OSX host.

Generally Clipboard transfers Windows->OSX work fine (and have always done so).

Have just started using a piece of software ( TMCL-IDE 3.0) from which I can copy fragments of text to the Windows Clipboard and then paste them again within Windows. However if I try to paste them in OSX there is nothing there. Yet clipboard transfer is working fine and have confirmed by then copying something from a different source in Windows to paste in OSX.

How can this be?

(Incidentally can copy/paste from OSX into TMCL-IDE 3.0 on the Windows guest.)
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: From a certain Windows source clipboard doesn't work

Post by mpack »

Most likely whatever the app puts on the clipboard isn't text. E.g. it's rich text and whatever you're pasting into can't handle it. Or, it's just a stub to begin a COM protocol transaction. The latter has been a problem with Excel.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: From a certain Windows source clipboard doesn't work

Post by socratis »

Just as mpack said, the clipboard contents are not simply unicode text.
Workaround: Copy from TMCL-IDE 3.0, paste into Notepad, copy from Notepad, paste in OSX.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
maker675
Posts: 90
Joined: 30. Oct 2015, 08:16

Re: From a certain Windows source clipboard doesn't work

Post by maker675 »

OK. So a known thing.

Passing via Notepad works great.

Thanks!
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: From a certain Windows source clipboard doesn't work

Post by socratis »

If you want to see what your program puts in the clipboard, try the FreeClipViewer (I'd go with the "portable version"). Great little tool...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
maker675
Posts: 90
Joined: 30. Oct 2015, 08:16

Re: From a certain Windows source clipboard doesn't work

Post by maker675 »

Here's an example clipboard file made using FreeClipviewer, @socratis.

In the Preview section it looks like what I copied. Not sure how to interpret what's in the other sections?

Either way, doesn't paste into OSX.
Attachments
example_clipboard.cl7.zip
(2.34 KiB) Downloaded 14 times
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: From a certain Windows source clipboard doesn't work

Post by socratis »

I didn't say that I could interpret it either, I simply said that it's a cool little app ;)
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
maker675
Posts: 90
Joined: 30. Oct 2015, 08:16

Re: From a certain Windows source clipboard doesn't work

Post by maker675 »

Haha!
andyp73
Volunteer
Posts: 1631
Joined: 25. May 2010, 23:48
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Assorted Linux, Windows Server 2012, DOS, Windows 10, BIOS/UEFI emulation

Re: From a certain Windows source clipboard doesn't work

Post by andyp73 »

Odd, the output from Free Clipboard Viewer seems to show both text and unicode text formats with the locale set to UK (I think).

Not sure why there is a reference to an AFX_WM_ message that according to the VS2015 docs is flagged as "Microsoft Internal Only - Do Not Use".

-Andy.
My crystal ball is currently broken. If you want assistance you are going to have to give me all of the necessary information.
Please don't ask me to do your homework for you, I have more than enough of my own things to do.
maker675
Posts: 90
Joined: 30. Oct 2015, 08:16

Re: From a certain Windows source clipboard doesn't work

Post by maker675 »

Might have downloaded Windows 10 from UK Microsoft store (whilst in France).

(And set to UK keyboard etc,)

Copy/pasting from a German application.
Post Reply