On May 18, 2012, at 12:17 AM, vchelaru wrote: > "This has been fixed and the fix will be on the next release. "
We all make mistakes. :-) > We have updated to 4.2.1 and are getting the same error on the Motorola Droid > (the first model) using OS version 2.2.3: > > OpenTK.Platform.Android.EglException: EglCreateWindowSurface failed with > error 12288 (0x3000) > at OpenTK.Platform.Android.AndroidWindow.CreateSurface > (Javax.Microedition.Khronos.Egl.EGLConfig) <0x00124> Want to know something funny? Error 0x3000 is EGL_SUCCESS. #facepalm I'm guessing that calling eglGetError() clears out the error, and we're not preserving the original eglGetError() value. #argh Worse, I'm the newly appointed OpenTK maintainer, and (of course) the hardware I have doesn't fail here. #FML Which Android version is your device running? Is this an original Samsung Galaxy S or an S II? Does GLDiag fail on the emulator by any chance? Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
