Hi all, I've managed to get OSG 3.0.1 (w/ GLES1) built using Cygwin on XP. From there, using Eclipse (and NDK 6b) created the GLES1 example included with 3.0.1 and built it for Android 4.0.3.
Here is what I have that has me confused: I have three Motorola Xoom's with 4.0.3, 4.0.4, and 4.1.1 on them. When I put the built example app on them, it only runs successfully on the 4.0.3 Xoom. On the other two, the app comes up but any button touch causes a crash on the call to the _viewer->getEventQueue()->keyPress(key); in the OsgMainApp::keyboardDown(int key) method. On the 4.0.3 Xoom that does work, I can use any button and have loaded a 4GB .ive terrain scenegraph and move about no problem. I have tried to rebuild to 4.1.1 and load that onto the matching Xoom but it still crashes. The returned error when run in debug in Eclipse is: [tag]: libc [text]: Fatal Signal 4 (SIGILL) at 0x5de58b70 (code = 1), thread 4941 (.AndroidExample) Any thoughts/suggestions would be appreciated as I've got to have an app that is usable on any device >= 4.0.3. Cheers, Tom ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=49153#49153 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

