Greetings.  I've had a successful release of a WP7 game called Nova.  Over
the past few weeks I've been working to convert it over for Android devices
using Monogame v2.1.  I was unable to get any of the assets loaded using
Monogame v2.5 so I switched to 2.1 without issue.

I have about 90% of the application converted and running.  I've tested it
using the x86 emulator (Android 4.0.3 - API 15) with great success.  I
recently asked friends for old Android devices for further testing.  I
received an Android Motorola A855 running Android 2.2.3.  Whenever I debug
against the device I cannot get past the following exception:

OpenTK.Platform.Android.EglException: EglCreateWindowSurface failed with
error 12297 (0x3009)

This exception happens when calling GameViewBase.CreateFrameBuffer(); 

Upon hours and hours of investigation I've learned the following:

1) The exception # refers to the constant EGL_BAD_MATCH which says
"EGL_BAD_MATCH is generated if the attributes of native_window do not
correspond to config or if config does not support rendering to windows (the
EGL_SURFACE_TYPE attribute does not containEGL_WINDOW_BIT).

2) After doing additional searches I found a particular post that it may be
related to: 
http://stackoverflow.com/questions/7523597/egl-bad-match-with-droid-droid-2

I'm honestly not sure how to address this.  I did further research on how
w/OpenGL you use a GraphicsMode or Context but I cannot figure out where or
how I would change the current implementation to give me feedback as to the
exact problem listed in #1.  

I've also tried to run my game using the emulator in the same version to see
if I could replicate the issue.  I set up an AVD device (Android 2.2 - API
Level 8 / ARM / 40 Mib / WVGA800).  When I executed the game I did get an
exception at the same line with less detail =).. 

Any thoughts and/or suggestions would be greatly appreciated!

Thank you so very much for taking the time to read this!

- Jeffrey A. Voigt



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Android-2-2-EglCreateWindowSurface-Exception-tp5711324.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to