googlearchive / tango-examples-java

Example projects for Project Tango [deprecated] Java API
https://developers.google.com/ar
503 stars 300 forks source link

Tango Core crashes #81

Closed timfreiheit closed 8 years ago

timfreiheit commented 8 years ago

Since the latest updates im only getting crashes on my app and the Sample Apps


10-31 15:17:43.908 3597-3620/com.projecttango.experiments.planefittingsample E/tango_client_api: virtual void TangoMortician::binderDied(const android::wp<android::IBinder>&): Internal Error: TangoService died.
10-31 15:17:43.908 3597-3641/com.projecttango.experiments.planefittingsample E/tango: TangoClient.cc:679 Tango Service binder transaction failed! Transaction type code = 1, status = -32.
10-31 15:17:43.909 3597-3642/com.projecttango.experiments.planefittingsample E/tango_client_api: TangoErrorType TangoService_connect(void*, TangoConfig): Internal Error: Connect failed internally: -1
10-31 15:17:43.910 3597-3642/com.projecttango.experiments.planefittingsample E/PlaneFittingActivity: Tango exception!
                                                                                                     com.google.atap.tangoservice.TangoErrorException
                                                                                                         at com.google.atap.tangoservice.Tango.throwTangoExceptionIfNeeded(Tango.java:840)
                                                                                                         at com.google.atap.tangoservice.Tango.connect(Tango.java:435)
                                                                                                         at com.projecttango.examples.java.planefitting.PlaneFittingActivity$1.run(PlaneFittingActivity.java:122)
                                                                                                         at java.lang.Thread.run(Thread.java:811)

The Tango Core crashed and in some cases, the tango device restarts. Im testing this with the "Project Tango Development Kit"

darnabas commented 8 years ago

Just curious, were you able to resolve this issue?

I ran into similar issue and this post helped me resolve it...

http://stackoverflow.com/questions/38942599/tango-is-out-of-date-cannot-update-tango-core-incompatible-device

basically uninstalled TangoCore and it resets to the original setting.. then it worked.. and then reinstalled the app... I think I rebooted in between or something. cheers.

timfreiheit commented 8 years ago

Thank you. This worked for me too