www.jpct.net

Bones - Skeletal and Pose Animations for jPCT/jPCT-AE => Bones => Topic started by: rainfalls on May 30, 2012, 06:16:14 pm

Title: java.lang.NoSuchMethodError: com.threed.jpct.SimpleVector.rotate
Post by: rainfalls on May 30, 2012, 06:16:14 pm
Hi, I got this error when trying to modify the Bones Ninja Demo code. Could anybody suggest me where the problem might be? Thanks.

Code: [Select]
05-30 17:16:04.032: W/dalvikvm(4924): threadid=9: thread exiting with uncaught exception (group=0x2aac8578)
05-30 17:16:04.032: E/AndroidRuntime(4924): FATAL EXCEPTION: GLThread 10
05-30 17:16:04.032: E/AndroidRuntime(4924): java.lang.NoSuchMethodError: com.threed.jpct.SimpleVector.rotate
05-30 17:16:04.032: E/AndroidRuntime(4924): at raft.jpct.bones.Animated3D.applySkeletonPose(Animated3D.java:491)
05-30 17:16:04.032: E/AndroidRuntime(4924): at raft.jpct.bones.AnimatedGroup.animateSkin(AnimatedGroup.java:178)
05-30 17:16:04.032: E/AndroidRuntime(4924): at free.csr.android.arena.ModelAnimationGroup.animate(ModelAnimationGroup.java:52)
05-30 17:16:04.032: E/AndroidRuntime(4924): at free.csr.android.arena.MyRenderer.onDrawFrame(MyRenderer.java:175)
05-30 17:16:04.032: E/AndroidRuntime(4924): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1363)
05-30 17:16:04.032: E/AndroidRuntime(4924): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1118)

Title: Re: java.lang.NoSuchMethodError: com.threed.jpct.SimpleVector.rotate
Post by: rainfalls on May 30, 2012, 10:11:46 pm
Worked it out myself. I somehow used an old version of jpct-ae, probably from source code of some example.
Title: Re: java.lang.NoSuchMethodError: com.threed.jpct.SimpleVector.rotate
Post by: raft on May 31, 2012, 09:10:15 pm
right..