Recently an anomaly was spotted while running test/test_transition_envelope.py; visually it performed ok, but in the console it was seen an exception message. In practice, it would leak GPU memory. That was seen in a 64bit Linux, running 64 bits python. A fix was tested in the problematic machine, and in other (win32), all went ok. The fix looks solid, but being 64/32 plus opengl it will be good to confirm is ok in more systems.
How to check: You need cocos r951 for the fix, or replace temporally the file cocos/gl_framebuffer_object.py with the one in the svn repo. If you switch between multiple cocos versions, be sure you run the one with the fix :) run test/test_transition_envelope.py one or more times It looks ok? It print some messages in the console ? Note: if your openGL don't support framebuffer objects the console should show "ERROR: GPU doesn't support Frame Buffers Objects. Can't continue" And you will see a black window. While this is a hardware/driver limitation unrelated to the bugfix, you can report it (with OS and GPU), just to know. (Intel965 chipset has this problem) tests all ok or test fails please report, with OS, phyton version (including 32/64bit info) and GPU name, and any console message if any. I'm interested in runs in any OS, with python 32bits or 64 bits. Can you help ? -- claudio -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
