gaoxiang9457 / angle

Automatically exported from code.google.com/p/angle
0 stars 0 forks source link

RenderThread exception on back pressed #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run an application that extends AngleActivity and makes use of 
mGLSurfaceview, on an Android 2.2 device.
2. Press back button

What is the expected output? What do you see instead?
Expected to get out the application, but it throws a fatal exception at 
RenderThread: 
java.lang.IllegalArgumentException: make sure the SurfaceView or associated 
SurfaceHolder has a valid surface.
It has to be with this line at RenderThread:
gl = (GL10) mEglHelper.createSurface(mView.getHolder());

What version of the product are you using? On what operating system?
Android 2.2

Original issue reported on code.google.com by serg...@gmail.com on 4 Jun 2011 at 12:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same issue on my 2.2 and 2.3.3 phones.

Original comment by krazyand...@gmail.com on 26 Jun 2012 at 1:01

GoogleCodeExporter commented 8 years ago
Same issue on my 4.1.1 and 2.3.3 phones.

Original comment by ali707...@gmail.com on 26 Sep 2013 at 1:08

GoogleCodeExporter commented 8 years ago
I had also this problem

Android 4.2

Original comment by johnbonc...@gmail.com on 12 Apr 2014 at 6:16