Android Question Incompatible IDE with Genymotion emulator

incendio

Well-Known Member
Licensed User
Longtime User
Error when (copy) label on hint windows clicked, see the attachment.
Error occurred randomly. Sometime raised, sometime OK.

B4A 9.9 on Windows 10 pro.
 

Attachments

  • ErrB4A.png
    ErrB4A.png
    50.6 KB · Views: 162

Jorge M A

Well-Known Member
Licensed User
Erel's answer to my similar question:
This error means that the IDE failed to access the clipboard. It usually happens when there is another program that manipulates the clipboard. Remote desktop for example.

It is not related to the new version.

I my case, the culprit was jColor Picker.
 
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
I think, B4A & Genymotion, are the programs that ran at that time, will check again to make sure.

No anti virus, only firewall was on. But, when copied operation ran OK in B4a, firewall also on, so don't think this is the reason.
 
Upvote 0

Jorge M A

Well-Known Member
Licensed User
Okay.
I was able to reproduce the behavior only under this circumstance, running the program in debug mode on the emulator, and making the copy from the IntelliSense help two or more times.
On a real device it didn't happen to me.
I don't know the cause, if it's a problem with the emulator or what.

IDE_BUG.gif
 
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
I can confirm, that the error occurred when Genymotion emulator is active.
Perhaps this is not a bug but after all.

Nice gif animation btw.
 
Upvote 0
Top