On Fri, 2009-10-23 at 08:24 -0600, Kevin DeKorte wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I upgraded to clutter 1.1.2 today and I am getting this message

Clutter 1.1.2 is a developers snapshot; unless you intend to provide
feedback on the new API you should be using Clutter 1.0.8.

> (src/fosfor:19254): Clutter-WARNING **: The required ID of 13290695 does
> not refer to an existing actor; this usually implies that the pick() of
> an actor is not correctly implemented or that there is an error in the
> glReadPixels() implementation of the GL driver.
> 
> I am on an r600 video card using mesa from git. Is this a known issue.
> Also my os is 64bit if that makes any difference.

this is a known issue, that is why we added a verbose warning: the GL
driver you are using is not implementing glReadPixels() correctly - as
the warning says.

> The events around this button appear to work so I'm not sure why I am
> getting this message.

not every event is able to determine the source actor (which is what is
causing the pick()) - you're probably seeing the warning coming from a
motion or a crossing event, even though the button press works.

ciao,
 Emmanuele.

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Reply via email to