Hi guys!
I'm having a simple cocos2d game here. When I run it on my iOs 4 Phone (3gs) I have a little problem.
When pressing the homebutton m,y app gets sent to the background (yep, new iOS4 multitasking). At the same moment my game crashes with a "sgx error (background gpu access not permitted): /4" error.
The stack trace shows that the error is caused by CCDirector's swapBuffers method. That makes somehow sense to me (no one should swap buffers and stuff when sent to the background), but I have no idea how to fix this....
Any ideas?
Thanks :-)