Open GoogleCodeExporter opened 9 years ago
Hi oddysseey
I'd say the problem lies in the fact, that NSPasteboard is not thread-safe, but
obviously called from a non-
main thread by GimmeSomeTune.
Please try to use performSelectorOnMainThread:withObject:waitUntilDone: with
the call to see if the crashes
go away.
If that's the case ETTrack should probably get a setArtworkPict:atIndex: method
that does not do the
pasteboard conversion to be thread-safe. Or there's a different thread-safe way
to convert to PICT?
Ruotger
Original comment by Raubti...@gmail.com
on 27 Aug 2008 at 8:50
Original issue reported on code.google.com by
oddyss...@gmail.com
on 27 Aug 2008 at 4:14Attachments: