Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not create OpenGLES 2.0 frame buffer - Motorola Defy #654

Closed
hilts-vaughan opened this issue Aug 3, 2012 · 10 comments
Closed

Could not create OpenGLES 2.0 frame buffer - Motorola Defy #654

hilts-vaughan opened this issue Aug 3, 2012 · 10 comments
Labels
Android Android platform

Comments

@hilts-vaughan
Copy link

The game will not run regardless, it runs on many other devices including a Galaxy SI, SII and HP Touchpad. Acer Iconia and another variant of the SII. A logcat is attached.

--------- beginning of /dev/log/system
W/InputManagerService( 1384): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4619d9a0
--------- beginning of /dev/log/main
I/wpa_supplicant( 2817): CTRL-EVENT-STATE-CHANGE id=25 state=6 BSSID=00:00:00:00:00:00
V/WifiMonitor( 1384): Event [CTRL-EVENT-STATE-CHANGE id=25 state=6 BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1384): Changing supplicant state: COMPLETED ==> GROUP_HANDSHAKE
I/wpa_supplicant( 2817): WPA: Group rekeying completed with 00:26:75:69:2e:51 [GTK=TKIP]
I/wpa_supplicant( 2817): CTRL-EVENT-STATE-CHANGE id=25 state=7 BSSID=00:00:00:00:00:00
V/WifiMonitor( 1384): Event [WPA: Group rekeying completed with 00:26:75:69:2e:51 [GTK=TKIP]]
V/WifiMonitor( 1384): Event [CTRL-EVENT-STATE-CHANGE id=25 state=7 BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1384): Changing supplicant state: GROUP_HANDSHAKE ==> COMPLETED
D/WifiStateChangeListener( 2953): received broadcast intent with action: android.net.wifi.supplicant.STATE_CHANGE
D/WifiStateChangeListener( 2953): isConnected: true
D/WifiStateChangeListener( 2953): use_wifi_sync is: false
D/WifiStateChangeListener( 2953): received broadcast intent with action: android.net.wifi.supplicant.STATE_CHANGE
D/WifiStateChangeListener( 2953): isConnected: true
D/WifiStateChangeListener( 2953): use_wifi_sync is: false
I/DemoService( 1706): DiyScheduer.onStart
I/ggheart ( 1706): onStart
I/Notification( 1706): package = com.gau.golauncherex.notification class = com.gau.golauncherex.notification.service.NotificationService
W/InputManagerService( 1384): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@46345198 (uid=10123 pid=2996)
I/ThemeManager( 1706): getInstance to construct 2
D/dalvikvm( 1384): GC_FOR_MALLOC freed 43030 objects / 2146392 bytes in 168ms
I/ActivityManager( 1384): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=erwin.vaughan.secret.storm/storm.Activity1 }
D/dalvikvm( 1384): GC_EXTERNAL_ALLOC freed 7191 objects / 395944 bytes in 186ms
D/PhoneWindow( 1706): couldn't save which view has focus because the focused view com.jiubang.ggheart.apps.desks.appfunc.XViewFrame@45d86f10 has no id.
I/ActivityManager( 1384): Start proc erwin.vaughan.secret.storm for activity erwin.vaughan.secret.storm/storm.Activity1: pid=3112 uid=10097 gids={}
E/dalvikvm( 3112): could not disable core file generation for pid 3112, errno=1
I/ThemeManager( 1706): getInstance to construct 2
I/ActivityThread( 3112): Publishing provider erwin.vaughan.secret.storm.mono.MonoRuntimeProvider.mono_init: mono.MonoRuntimeProvider
D/dalvikvm( 3112): Trying to load lib /data/data/erwin.vaughan.secret.storm/lib/libmonodroid.so 0x45bd71e0
D/dalvikvm( 3112): Added shared lib /data/data/erwin.vaughan.secret.storm/lib/libmonodroid.so 0x45bd71e0
E/mono ( 3112): WARNING: The runtime version supported by this application is unavailable.
E/mono ( 3112): Using default runtime: v2.0.50727
W/monodroid-gc( 3112): GREF GC Threshold: 46800
W/Winnerstek( 3032): SnackEngineState in
W/Winnerstek( 3032): SnackEngine is not init SnackEngineState out
W/Winnerstek( 3032): SnackEngineInit in
D/dalvikvm( 3032): Trying to load lib /data/data/jp.naver.line.android/lib/libsnackVoip.so 0x45bd6e28
D/dalvikvm( 3032): Added shared lib /data/data/jp.naver.line.android/lib/libsnackVoip.so 0x45bd6e28
V/WifiStateTracker( 1384): DHCP pre/cur states: 1 : 1
E/Winnerstek( 3032): Setting camera id :0
W/Winnerstek( 3032): SnackEngineInit out
D/Sensors ( 1384): using sensors (name=sensors)
D/SensorService( 1384): android_open numFds = 1
D/SensorService( 1384): android_open fd = 0x50dce99c pfd = 0x50dce998
D/dalvikvm( 3032): GC_FOR_MALLOC freed 6142 objects / 310640 bytes in 55ms
D/dalvikvm( 3112): GC_EXTERNAL_ALLOC freed 1330 objects / 87760 bytes in 35ms
W/InputManagerService( 1384): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@4626d030 (uid=10090 pid=1706)
D/libEGL ( 3112): loaded /system/lib/egl/libGLES_android.so
D/libEGL ( 3112): loaded /system/lib/egl/libEGL_POWERVR_SGX530_125.so
D/libEGL ( 3112): loaded /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
D/libEGL ( 3112): loaded /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
I/MonoDroid( 3112): UNHANDLED EXCEPTION: System.NotSupportedException: Could not create OpenGLES 2.0 frame buffer
I/MonoDroid( 3112): at Microsoft.Xna.Framework.AndroidGameWindow.CreateFrameBuffer () <0x0004c>
I/MonoDroid( 3112): at OpenTK.Platform.Android.AndroidGameView.LoadInternal (System.EventArgs) <0x0001f>
I/MonoDroid( 3112): at OpenTK.Platform.Android.AndroidGameView.SurfaceCreated (Android.Views.ISurfaceHolder) <0x0013b>
I/MonoDroid( 3112): at Microsoft.Xna.Framework.AndroidGameWindow.Android.Views.ISurfaceHolderCallback.SurfaceCreated (Android.Views.ISurfaceHolder) <0x0001b>
I/MonoDroid( 3112): at Android.Views.ISurfaceHolderCallbackInvoker.n_SurfaceCreated_Landroid_view_SurfaceHolder_ (intptr,intptr,intptr) <0x0005b>
I/MonoDroid( 3112): at (wrapper dynamic-method) object.3ea6aa5d-7e84-49ff-a77a-3192c50db289 (intptr,intptr,intptr) <0x00033>
E/mono ( 3112):
E/mono ( 3112): Unhandled Exception: System.NotSupportedException: Could not create OpenGLES 2.0 frame buffer
E/mono ( 3112): at Microsoft.Xna.Framework.AndroidGameWindow.CreateFrameBuffer () [0x00000] in :0
E/mono ( 3112): at OpenTK.Platform.Android.AndroidGameView.LoadInternal (System.EventArgs e) [0x00000] in :0
E/mono ( 3112): at OpenTK.Platform.Android.AndroidGameView.SurfaceCreated (ISurfaceHolder holder) [0x00000] in :0
E/mono ( 3112): at Microsoft.Xna.Framework.AndroidGameWindow.Android.Views.ISurfaceHolderCallback.SurfaceCreated (ISurfaceHolder holder) [0x00000] in :0
E/mono ( 3112): at Android.Views.ISurfaceHolderCallbackInvoker.n_SurfaceCreated_Landroid_view_SurfaceHolder_ (IntPtr jnienv, IntPtr native__this, IntPtr native_holder) [0x00000] in :0
E/mono ( 3112): at (wrapper dynamic-method) object:3ea6aa5d-7e84-49ff-a77a-3192c50db289 (intptr,intptr,intptr)
D/dalvikvm( 3032): GC_FOR_MALLOC freed 12900 objects / 505152 bytes in 48ms
I/ActivityManager( 1384): Process erwin.vaughan.secret.storm (pid 3112) has died.
I/WindowManager( 1384): WIN DEATH: Window{460e34f0 erwin.vaughan.secret.storm/storm.Activity1 paused=false}
I/WindowManager( 1384): WIN DEATH: Window{4612b5e0 SurfaceView paused=false}
D/Zygote ( 1238): Process 3112 exited cleanly (1)
I/UsageStats( 1384): Unexpected resume of com.gau.go.launcherex while already resumed in erwin.vaughan.secret.storm
I/Notification( 1706): package = com.gau.golauncherex.notification class = com.gau.golauncherex.notification.service.NotificationService
D/dalvikvm( 1706): GC_EXTERNAL_ALLOC freed 18523 objects / 968880 bytes in 71ms
W/InputManagerService( 1384): Got RemoteException sending setActive(false) notification to pid 3112 uid 10097
D/dalvikvm( 3032): GC_FOR_MALLOC freed 9707 objects / 459912 bytes in 129ms
I/wpa_supplicant( 2817): CTRL-EVENT-STATE-CHANGE id=25 state=6 BSSID=00:00:00:00:00:00
V/WifiMonitor( 1384): Event [CTRL-EVENT-STATE-CHANGE id=25 state=6 BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1384): Changing supplicant state: COMPLETED ==> GROUP_HANDSHAKE
I/wpa_supplicant( 2817): WPA: Group rekeying completed with 00:26:75:69:2e:51 [GTK=TKIP]
I/wpa_supplicant( 2817): CTRL-EVENT-STATE-CHANGE id=25 state=7 BSSID=00:00:00:00:00:00
V/WifiMonitor( 1384): Event [WPA: Group rekeying completed with 00:26:75:69:2e:51 [GTK=TKIP]]
V/WifiMonitor( 1384): Event [CTRL-EVENT-STATE-CHANGE id=25 state=7 BSSID=00:00:00:00:00:00]
V/WifiStateTracker( 1384): Changing supplicant state: GROUP_HANDSHAKE ==> COMPLETED
D/WifiStateChangeListener( 2953): received broadcast intent with action: android.net.wifi.supplicant.STATE_CHANGE
D/WifiStateChangeListener( 2953): isConnected: true
D/WifiStateChangeListener( 2953): use_wifi_sync is: false
D/WifiStateChangeListener( 2953): received broadcast intent with action: android.net.wifi.supplicant.STATE_CHANGE
D/WifiStateChangeListener( 2953): isConnected: true
D/WifiStateChangeListener( 2953): use_wifi_sync is: false
D/dalvikvm( 3032): GC_FOR_MALLOC freed 8818 objects / 427992 bytes in 48ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 9475 objects / 450784 bytes in 49ms
W/InputConnectionWrapper.ICC( 1465): Timed out waiting on IInputContextCallback
D/dalvikvm( 3032): GC_FOR_MALLOC freed 6499 objects / 313656 bytes in 50ms
I/dalvikvm-heap( 3032): Grow heap (frag case) to 4.124MB for 262156-byte allocation
D/dalvikvm( 3032): GC_FOR_MALLOC freed 40 objects / 2328 bytes in 57ms
I/ActivityManager( 1384): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity }
D/PhoneWindow( 1706): couldn't save which view has focus because the focused view com.jiubang.ggheart.apps.desks.appfunc.XViewFrame@45d86f10 has no id.
D/dalvikvm( 3032): GC_FOR_MALLOC freed 6931 objects / 420768 bytes in 183ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 8676 objects / 541768 bytes in 51ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 8372 objects / 503832 bytes in 58ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 9305 objects / 560832 bytes in 56ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 8946 objects / 515960 bytes in 149ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 8474 objects / 517584 bytes in 49ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 9042 objects / 550888 bytes in 52ms
D/dalvikvm( 3032): GC_FOR_MALLOC freed 10810 objects / 553240 bytes in 122ms
I/ThemeManager( 1706): getInstance to construct 2
W/InputManagerService( 1384): Ignoring hideSoftInput of: com.android.internal.view.IInputMethodClient$Stub$Proxy@461faad8
I/ggheart ( 1706): onStop
W/InputManagerService( 1384): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@4626d030 (uid=10090 pid=1706)
D/dalvikvm( 3032): GC_FOR_MALLOC freed 12611 objects / 629840 bytes in 82ms
V/WifiStateTracker( 1384): DHCP pre/cur states: 1 : 1

@dellis1972
Copy link
Contributor

hi

I think I might bump this one to Xamarin. as it looks like the underlying AndroidGameView is failing.

Dean

@hilts-vaughan
Copy link
Author

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)

@hilts-vaughan
Copy link
Author

It is strange considering right before it crashes it life sucesfully
loading the GL v2 driver x.x
On Aug 3, 2012 7:45 AM, "Vaughan Hilts" hilts.vaughan@gmail.com wrote:

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)

@dellis1972
Copy link
Contributor

I havent had a chance yet.

Actually, can you test a vanilla Mono for Android OpenGL app and see
if that works. If it doesnt then we need to raise a bug, if it does
then its a monogame issue.

Dean

On 3 August 2012 12:45, hilts-vaughan
reply@reply.github.com
wrote:

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)

@dellis1972
Copy link
Contributor

It might be the pixel format that is being requested is not supported
by the framebuffer.

On 3 August 2012 12:48, Dean Ellis dellis1972@googlemail.com wrote:

I havent had a chance yet.

Actually, can you test a vanilla Mono for Android OpenGL app and see
if that works. If it doesnt then we need to raise a bug, if it does
then its a monogame issue.

Dean

On 3 August 2012 12:45, hilts-vaughan
reply@reply.github.com
wrote:

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)

@hilts-vaughan
Copy link
Author

Alright. Unfortunately, I just stepped out for work. I will do so tonight
if possible and update this post with another logcat. You want an Xamarin
OpenGL, right?
On Aug 3, 2012 7:49 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

It might be the pixel format that is being requested is not supported
by the framebuffer.

On 3 August 2012 12:48, Dean Ellis dellis1972@googlemail.com wrote:

I havent had a chance yet.

Actually, can you test a vanilla Mono for Android OpenGL app and see
if that works. If it doesnt then we need to raise a bug, if it does
then its a monogame issue.

Dean

On 3 August 2012 12:45, hilts-vaughan
reply@reply.github.com
wrote:

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the
underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)

@dellis1972
Copy link
Contributor

Yup, just create a new Mono for Android OpenGL app and see it that works.

On 3 August 2012 12:51, hilts-vaughan
reply@reply.github.com
wrote:

Alright. Unfortunately, I just stepped out for work. I will do so tonight
if possible and update this post with another logcat. You want an Xamarin
OpenGL, right?
On Aug 3, 2012 7:49 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

It might be the pixel format that is being requested is not supported
by the framebuffer.

On 3 August 2012 12:48, Dean Ellis dellis1972@googlemail.com wrote:

I havent had a chance yet.

Actually, can you test a vanilla Mono for Android OpenGL app and see
if that works. If it doesnt then we need to raise a bug, if it does
then its a monogame issue.

Dean

On 3 August 2012 12:45, hilts-vaughan
reply@reply.github.com
wrote:

Alright. Did you want me to forward it or have you done so?
On Aug 3, 2012 6:57 AM, "Dean Ellis" <
reply@reply.github.com>
wrote:

hi

I think I might bump this one to Xamarin. as it looks like the
underlying
AndroidGameView is failing.

Dean


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)


Reply to this email directly or view it on GitHub:
#654 (comment)

@hilts-vaughan
Copy link
Author

D/dalvikvm( 2903): GC_CONCURRENT freed 101K, 46% free 3049K/5639K, external 577K/587K, paused 2ms+3ms
I/ActivityManager( 2278): No longer want com.skype.raider (pid 2709): hidden #16
I/ActivityManager( 2278): Starting: Intent { act=com.android.launcher.action.launcheraction flg=0x10000000 cmp=com.android.launcher/.CustomShirtcutActivity bnds=[192,770][288,854](has extras) } from pid 2409
W/InputManagerService( 2278): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4090d338
I/ActivityManager( 2278): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=SampleGame.SampleGame/samplegame.Activity1 } from pid 2409
I/ActivityManager( 2278): Start proc SampleGame.SampleGame for activity SampleGame.SampleGame/samplegame.Activity1: pid=2916 uid=10077 gids={3003, 1015}
D/szipinf ( 2916): Initializing inflate state
I/ActivityThread( 2916): Pub SampleGame.SampleGame.mono.MonoRuntimeProvider.mono_init: mono.MonoRuntimeProvider
D/dalvikvm( 2916): Trying to load lib /data/data/SampleGame.SampleGame/lib/libmonodroid.so 0x40513ea8
D/dalvikvm( 2916): Added shared lib /data/data/SampleGame.SampleGame/lib/libmonodroid.so 0x40513ea8
E/mono ( 2916): WARNING: The runtime version supported by this application is unavailable.
E/mono ( 2916): Using default runtime: v2.0.50727
W/monodroid-gc( 2916): GREF GC Threshold: 46800
D/dalvikvm( 2916): GC_EXTERNAL_ALLOC freed 54K, 50% free 2698K/5379K, external 0K/0K, paused 25ms
D/libEGL ( 2916): loaded /system/lib/egl/libEGL_POWERVR_SGX530_125.so
D/libEGL ( 2916): loaded /system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
D/libEGL ( 2916): loaded /system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
I/MonoDroid( 2916): UNHANDLED EXCEPTION: OpenTK.Platform.Android.EglException: EglCreateWindowSurface failed with error 12297 (0x3009)
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidWindow.CreateSurface (Javax.Microedition.Khronos.Egl.EGLConfig) <0x0015c>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext.Init (OpenTK.Graphics.GraphicsMode,OpenTK.Platform.IWindowInfo,OpenTK.Graphics.IGraphicsContext,int,OpenTK.Graphics.GraphicsContextFlags) <0x0044f>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext..ctor (OpenTK.Graphics.GraphicsMode,OpenTK.Platform.IWindowInfo,OpenTK.Graphics.IGraphicsContext,OpenTK.Graphics.GLContextVersion,OpenTK.Graphics.GraphicsContextFlags) <0x00053>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext.CreateGraphicsContext (OpenTK.Graphics.GraphicsMode,OpenTK.Platform.IWindowInfo,OpenTK.Graphics.IGraphicsContext,OpenTK.Graphics.GLContextVersion,OpenTK.Graphics.GraphicsContextFlags) <0x00053>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGameView.CreateContext () <0x00057>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGameView.CreateFrameBuffer () <0x00013>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGameView.LoadInternal (System.EventArgs) <0x0001f>
I/MonoDroid( 2916): at OpenTK.Platform.Android.AndroidGameView.SurfaceCreated (Android.Views.ISurfaceHolder) <0x0014b>
I/MonoDroid( 2916): at Android.Views.ISurfaceHolderCallbackInvoker.n_SurfaceCreated_Landroid_view_SurfaceHolder_ (intptr,intptr,intptr) <0x0005b>
I/MonoDroid( 2916): at (wrapper dynamic-method) object.578829a1-f308-40a2-a73c-310d05d3e23f (intptr,intptr,intptr) <0x00033>
E/mono ( 2916):
E/mono ( 2916): Unhandled Exception: OpenTK.Platform.Android.EglException: EglCreateWindowSurface failed with error 12297 (0x3009)
E/mono ( 2916): at OpenTK.Platform.Android.AndroidWindow.CreateSurface (Javax.Microedition.Khronos.Egl.EGLConfig config) [0x00000] in :0
E/mono ( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext.Init (OpenTK.Graphics.GraphicsMode mode, IWindowInfo win, IGraphicsContext sharedContext, Int32 major, GraphicsContextFlags flags) [0x00000] in :0
E/mono ( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext..ctor (OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext sharedContext, GLContextVersion glesVersion, GraphicsContextFlags flags) [0x00000] in :0
E/mono ( 2916): at OpenTK.Platform.Android.AndroidGraphicsContext.CreateGraphicsContext (OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext sharedContext, GLContextVersion glVersion, GraphicsContextFlags flags) [0x00000] in :0
E/mono ( 2916): at OpenTK.Platform.Android.AndroidGameView.CreateCont
I/WindowManager( 2278): WIN DEATH: Window{4091c3c8 SampleGame.SampleGame/samplegame.Activity1 paused=false}
I/ActivityManager( 2278): Process SampleGame.SampleGame (pid 2916) has died.
D/Zygote ( 2133): Process 2916 exited cleanly (1)
I/WindowManager( 2278): WIN DEATH: Window{4091d330 SurfaceView paused=false}

Looks like it's a Mono for Android problem.

@dellis1972
Copy link
Contributor

@hilts-vaughan Possible work around in #830.

@danzel
Copy link
Contributor

danzel commented Apr 27, 2014

#864 was merged, so it sounds like this should be fixed (no one has said otherwise).
@tomspilman close please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android platform
Projects
None yet
Development

No branches or pull requests

4 participants