Irrlicht unexpectly crashs on iPad Pro

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Irrlicht unexpectly crashs on iPad Pro

Post 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
IrrlichtForiOS
Posts: 61
Joined: Mon Oct 08, 2012 1:46 pm

Solution

Post 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! :)
Post Reply