Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in gvrVideo-Demo #653

Closed
QKnows opened this issue Jun 30, 2016 · 3 comments
Closed

Exception in gvrVideo-Demo #653

QKnows opened this issue Jun 30, 2016 · 3 comments
Labels

Comments

@QKnows
Copy link

QKnows commented Jun 30, 2016

I tried to start the gvrVideo - Demo with the latest Framework and Demo version and an exception occurres. It seem to depend on the deprecated EyePointee. I would be thankfull for further advices how to use EyePointee and so on again (or how to use the Demo again) - or does this error just occure on my system [configuration] ?

Exception:
19803-20059/org.gearvrf.video W/System.err: java.lang.reflect.InvocationTargetException 19803-20059/org.gearvrf.video W/System.err: at java.lang.reflect.Method.invoke(Native Method) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.invokeMethod(GVREventManager.java:306) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEventWithMaskParamArray(GVREventManager.java:125) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEventWithMask(GVREventManager.java:112) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEvent(GVREventManager.java:107) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVRViewManager$5$1.run(GVRViewManager.java:781) 19803-20059/org.gearvrf.video W/System.err: at android.os.Handler.handleCallback(Handler.java:739) 19803-20059/org.gearvrf.video W/System.err: at android.os.Handler.dispatchMessage(Handler.java:95) 19803-20059/org.gearvrf.video W/System.err: at android.os.Looper.loop(Looper.java:158) 19803-20059/org.gearvrf.video W/System.err: at android.os.HandlerThread.run(HandlerThread.java:61) 19803-20059/org.gearvrf.video W/System.err: Caused by: java.lang.UnsatisfiedLinkError: No implementation found for void org.gearvrf.NativeComponent.setEnabled(long, boolean) (tried Java_org_gearvrf_NativeComponent_setEnabled and Java_org_gearvrf_NativeComponent_setEnabled__JZ) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.NativeComponent.setEnabled(Native Method) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVRComponent.setEnable(GVRComponent.java:129) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.Button.hide(Button.java:54) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.VideoMain.turnOffGUIMenu(VideoMain.java:621) 19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.VideoMain.onStep(VideoMain.java:587) 19803-20059/org.gearvrf.video W/System.err: ... 10 more

@liaxim liaxim added the bug label Jun 30, 2016
@liaxim
Copy link
Contributor

liaxim commented Jun 30, 2016

Thank you for the catch. Fixed in #654.

To learn more about picking you can look at the gvr-eyepicking sample.

@NolaDonato
Copy link
Contributor

You can use GVRSphereCollider or GVRMeshCollider. We now have some documentation on picking:
http://gearvrf.org/bin/view/GearVRfDeveloperGuide/Picking

Thanks for pointing out the error. I found out what it was and will fix it shortly.

From: QKnows [mailto:notifications@github.com]
Sent: Thursday, June 30, 2016 8:28 AM
To: Samsung/GearVRf GearVRf@noreply.github.com
Subject: [Samsung/GearVRf] Exception in gvrVideo-Demo (#653)

I tried to start the gvrVideo - Demo with the latest Framework and Demo version and an exception occurres. It seem to depend on the deprecated EyePointee. I would be thankfull for further advices how to use EyePointee and so on again (or how to use the Demo again) - or does this error just occure on my system [configuration] ?

Exception:
19803-20059/org.gearvrf.video W/System.err: java.lang.reflect.InvocationTargetException
19803-20059/org.gearvrf.video W/System.err: at java.lang.reflect.Method.invoke(Native Method)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.invokeMethod(GVREventManager.java:306)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEventWithMaskParamArray(GVREventManager.java:125)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEventWithMask(GVREventManager.java:112)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVREventManager.sendEvent(GVREventManager.java:107)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVRViewManager$5$1.run(GVRViewManager.java:781)
19803-20059/org.gearvrf.video W/System.err: at android.os.Handler.handleCallback(Handler.java:739)
19803-20059/org.gearvrf.video W/System.err: at android.os.Handler.dispatchMessage(Handler.java:95)
19803-20059/org.gearvrf.video W/System.err: at android.os.Looper.loop(Looper.java:158)
19803-20059/org.gearvrf.video W/System.err: at android.os.HandlerThread.run(HandlerThread.java:61)
19803-20059/org.gearvrf.video W/System.err: Caused by: java.lang.UnsatisfiedLinkError: No implementation found for void org.gearvrf.NativeComponent.setEnabled(long, boolean) (tried Java_org_gearvrf_NativeComponent_setEnabled and Java_org_gearvrf_NativeComponent_setEnabled__JZ)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.NativeComponent.setEnabled(Native Method)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.GVRComponent.setEnable(GVRComponent.java:129)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.Button.hide(Button.java:54)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.VideoMain.turnOffGUIMenu(VideoMain.java:621)
19803-20059/org.gearvrf.video W/System.err: at org.gearvrf.video.VideoMain.onStep(VideoMain.java:587)
19803-20059/org.gearvrf.video W/System.err: ... 10 more


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/653, or mute the threadhttps://github.com/notifications/unsubscribe/AQw1S_bW4a3ogcJIcnvEQiNUOe8vj-AJks5qQ-B8gaJpZM4JCSHV.

@QKnows
Copy link
Author

QKnows commented Jul 4, 2016

Thank you for the instruction (http://gearvrf.org/bin/view/GearVRfDeveloperGuide/Picking) and the fast answers I can pick objects again- thank you

@QKnows QKnows closed this as completed Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants