leijunhunter / rokon

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

Problem when reopening rokon #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Close any app that uses rokon
2. Wait for 4 min
3. Open again

What is the expected output?
Open the program normally

What do you see instead?
Exception java.lang.Error.... Stack trace...
08-31 09:50:05.627: WARN/dalvikvm(10078): threadid=15: thread exiting with 
uncaught exception (group=0x4000ff28)
08-31 09:50:05.637: ERROR/AndroidRuntime(10078): Uncaught handler: thread 
GLThread 8 exiting due to uncaught exception
08-31 09:50:05.637: ERROR/AndroidRuntime(10078): java.lang.Error: Unresolved 
compilation problem: 
08-31 09:50:05.637: ERROR/AndroidRuntime(10078):     The method onSurfaceLost() 
of type RokonRenderer must override a superclass method
08-31 09:50:05.637: ERROR/AndroidRuntime(10078):     at 
com.stickycoding.rokon.RokonRenderer.onSurfaceLost(RokonRenderer.java:106)
08-31 09:50:05.637: ERROR/AndroidRuntime(10078):     at 
com.stickycoding.rokon.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1028
)
08-31 09:50:05.637: ERROR/AndroidRuntime(10078):     at 
com.stickycoding.rokon.GLSurfaceView$GLThread.run(GLSurfaceView.java:946)

What version of Rokon are you using?
2.03

On which version of Android are you experiencing this?
1.5

Original issue reported on code.google.com by leonardoaraujo.santos on 31 Aug 2010 at 12:56

GoogleCodeExporter commented 8 years ago
This is fine in the new version

Original comment by rtaylor205@gmail.com on 4 Sep 2010 at 3:19

GoogleCodeExporter commented 8 years ago
Thanks rtaylor as soon as I close my game I will migrate from 2.03 to 2.1.0

Original comment by leonardoaraujo.santos on 4 Sep 2010 at 6:51