Start a new topic

Random crash when leaving wikitude view

Random crash when leaving wikitude view


Hi,

My app crashes randomely (not every time) when leaving a wikitude view. I get a "EXC_BAD_ACCESS (code=1,address=0x1e159a2" error message and it's always on the same thread : Thread 5 com.wikitude.architect.renderqueue

I am running the wikitude version 3.0 API

Do you have any idea where it could be coming from?

Thanks!

Hi,

I found the problem in the end. It turns out I was doing a ; in the viewDidDisappear, I moved it to the viewWillDisappear method and it works. I suspect the architechtView property was released during the call to stop.

Thanks for sharing your finding David! Appreciate it!
Login or Signup to post a comment