On 1/30/06, vincent rioux vincent.rioux@no-log.org wrote:
I have another pb with Gem and separator object on osx (pd 39.2, Gem from latest Hans'installer). with several pix_film and separators, once i load a movie i get this output: separator : state->numTexCoords 4 != m_state.numTexCoords 0 ... separator : state->numTexCoords 4 != m_state.numTexCoords 0
This means you are leaking memory using the separator object. See if moving them after pix_texture gets rid of the message.
Also, I have no idea where Hans gets GEM for his installers, so post the patch or something representitive and I will see if the current CVS version does it.