liqites / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Compilation problem while resuming #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running Rokon-enabled app
2. When the surface is created, pressing the Home-button
3. Selecting the app again, so that it would resume

What is the expected behaviour?
Calling onResume()

What do you get instead?
FATAL EXCEPTION: GLThread 8
java.lang.Error: Unresolved compilation problem: 
The method onSurfaceLost() of type RokonRenderer must override a superclass 
method
at com.stickycoding.rokon.RokonRenderer.onSurfaceLost(RokonRenderer.java:106)
at 
com.stickycoding.rokon.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1028
)
at com.stickycoding.rokon.GLSurfaceView$GLThread.run(GLSurfaceView.java:946)

What version of Rokon are you using?
2.0.3

On which version of Android are you experiencing this?
Latest

Original issue reported on code.google.com by tobias.w...@gmail.com on 21 Jul 2010 at 6:34

GoogleCodeExporter commented 9 years ago
I just downloaded and installed the trunk version. 
It's fixed there, sorry.

Original comment by tobias.w...@gmail.com on 21 Jul 2010 at 7:16

GoogleCodeExporter commented 9 years ago
No problem

Original comment by rtaylor205@gmail.com on 25 Jul 2010 at 9:37