Page 1 of 1

Irrlicht unexpectly crashs on iPad Pro

Posted: Tue Jan 10, 2017 2:14 pm
by IrrlichtForiOS
Hi there,

we’re currently receiving loads of crash-reports from our customers, who are using Apple’s iPad Pro (with iOS 10.2). The crash happens in COGLES2Driver.cpp in clearBuffers() method when it’s calling glClear(mask).

Is this a known bug/crash in the ogl-es branch and will there be a fix soon? All other iPads of apple are running fine without crashes since we’ve upgraded to your OpenGL 2 driver.

We’re looking forward to an answer/solution :-)

Kind regards,

Daniel Bocksteger

Solution

Posted: Fri Jan 13, 2017 12:10 pm
by IrrlichtForiOS
Hi folks,

solution was to make sure that our method to create screenshots of Irrlicht + UIKit Elements would pause the irrlicht update-Loop.

Now it's working great! :)