1

Specifically, the error reads OpenGL error 0x0502 in -[CCES2Renderer resizeFromLayer:] 140 This error only occurs on Android, not on the iOS version. I found the lines of code that cause this error (disabling them resolves the issue, but I need buttons in my game). These get called from onEnter from my main scene.

CCButton *newUserButton = [[CCButton alloc] initWithTitle:@"New user"];
[self addChild:newUserButton];
James Webster
  • 31,873
  • 11
  • 70
  • 114
TimPelgrim
  • 195
  • 1
  • 11

1 Answers1

0

Which version of Apportable did you use? If you using 1.1.04.1, then solution is simple, ‘apportable upgrade’.

http://www.cocos2d-iphone.org/forums/topic/cocos2d-v3-with-apportable-problems/

kohashi
  • 181
  • 2
  • 7