Under Cocoa, 2012R2 , some users are reporting that when I copy a section of a picture to the clipboard, the app crashes in an untrappable manner.
Has anyone else encountered that?
Known issue?
Workarounds?
As an alternative, I tried creating a new picture to the clipboard of the right size.
Then using .drawpicture to draw to the clipboard’s picture.graphics object
The drawpicture is completely ignored, even though the clipboard has a valid picture, and the source image is also valid.
The clipboard object is not “live”. It takes a snapshot of the contents of the clipboard. It posts a copy of it’s content to the clipboard when you set one of the properties. But the 2 are only loosely coupled.
[quote=28995:@Jeff Tullin]Under Cocoa, 2012R2 , some users are reporting that when I copy a section of a picture to the clipboard, the app crashes in an untrappable manner.
Has anyone else encountered that?
Known issue?
Workarounds?[/quote]
Do you have any crash logs or a way to reproduce it?
Do you have any crash logs or a way to reproduce it?<<
At present, no. Cant recreate it on my own machine (obviously… :> )
Customer reports that the app literally just goes bink without warning.
I have “try catches” around the code, and I have logging in the unhandled exception area.
It seems to bypass these completely.
I’ll see if I can persuade them to take a ‘logging’ version that shows line by line where its getting to.