hiteshsuthar / rokon

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

Running on AVD forces close on running any of the examples from the menu #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download source 1.1.1
2. Import into eclipse 3.5.1
3. Compile and run in an AVD 1.6
4. Attempt to run any example
5. Screen rotates horizontal and forces close

What is the expected output?
Examples

What do you see instead?
Force close

What version of Rokon are you using?
1.1.1

On which version of Android are you experiencing this?
1.6 AVD

Please provide any additional information below.

Here is the logcat

D/AndroidRuntime(  379): Shutting down VM
W/dalvikvm(  379): threadid=3: thread exiting with uncaught exception 
(group=0x4000fe70)
E/AndroidRuntime(  379): Uncaught handler: thread main exiting due to 
uncaught exception
E/AndroidRuntime(  379): java.lang.VerifyError: 
com.stickycoding.Rokon.OpenGL.RokonRenderer
E/AndroidRuntime(  379):        at 
com.stickycoding.Rokon.OpenGL.RokonSurfaceView.<init>(RokonSurfaceView.java
:15)
E/AndroidRuntime(  379):        at 
com.stickycoding.Rokon.Rokon.init(Rokon.java:425)
E/AndroidRuntime(  379):        at 
com.stickycoding.Rokon.RokonActivity.createEngine(RokonActivity.java:212)
E/AndroidRuntime(  379):        at 
com.stickycoding.Rokon.RokonActivity.createEngine(RokonActivity.java:191)
E/AndroidRuntime(  379):        at 
com.stickycoding.RokonExamples.Example5.onCreate(Example5.java:31)
E/AndroidRuntime(  379):        at 
com.stickycoding.Rokon.RokonActivity.onCreate(RokonActivity.java:181)
E/AndroidRuntime(  379):        at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
E/AndroidRuntime(  379):        at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
E/AndroidRuntime(  379):        at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
E/AndroidRuntime(  379):        at 
android.app.ActivityThread.access$1800(ActivityThread.java:112)
E/AndroidRuntime(  379):        at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
E/AndroidRuntime(  379):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  379):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  379):        at 
android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime(  379):        at 
java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(  379):        at 
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  379):        at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:
782)
E/AndroidRuntime(  379):        at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime(  379):        at dalvik.system.NativeStart.main(Native 
Method)

Original issue reported on code.google.com by MatthewR...@gmail.com on 1 Apr 2010 at 11:04

GoogleCodeExporter commented 8 years ago
Rokon 2 is on the way, all current Issues are obsolete

Original comment by rtaylor205@gmail.com on 24 May 2010 at 3:31