Start a new topic

issue with lauching wikitude world multiple times.

issue with lauching wikitude world multiple times.


I am facing one issue with wikitude phonegap plugin for android.

If I launch wikitude multiple times then wikitude is not launching, the application got hang on the initial screen with displaying text like "Connecting to Device" and "Device is Ready". The only way to get out of this situation is to clear the history and force close the application.

Sometimes in the similar situation the wikitude plugin is crashing with following Log.

Libc Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 32617 (Thread-1241)

Steps:-

1.Start plugin App

2.Click on Launch AR

3.Exit the plugin App by pressing back key.

4.Relaunch the plugin app.

The time gap between exiting and restarting the app should be as small as possible.

 

Thanks and Regards,

Jayawant Jagtap

 

 

 

 

Hi,

As you might know Wikitude SDK View is launched on top of the existing PhoneGap view and removed from parent-view when AR-View is closed.
Set-up and closing of the view may take some time and is not in our full-control. Very fast relaunches may add a new AR-View while the old one is still shutting down, which causes an error.
We will soon publish PhoneGap 3.0 plugin, this may solve the issue. 
Meanwhile you can try to manually slow down the restarting process for a few millis, so phoneGap environment has some more time.

Kind regards,
Andreas

 
Login or Signup to post a comment