Start a new topic

SDK Crash on iOS - MusketIrService::doPause

 We're getting the following crash when initialising the Wikitude view on an iPhone 8 plus running iOS 11:


EXC_BAD_ACCESS at

WikitudeSDK`wikitude::sdk_foundation::impl::MusketIrService::doPause:


#0    0x0000000105c38d14 in wikitude::sdk_foundation::impl::MusketIrService::doPause() ()
#1    0x0000000105c34fe0 in wikitude::sdk_foundation::impl::Service::pause() ()
#2    0x0000000105c4b9b4 in wikitude::sdk_foundation::impl::ServiceManager::registerService(wikitude::sdk_foundation::impl::ServiceIdentifier const&) ()
#3    0x0000000105ebf0f4 in wikitude::sdk_core::impl::ImageTrackerInterface::createImageTracker(wikitude::external::Json::Value const&) ()
#4    0x0000000105ec1304 in wikitude::sdk_foundation::impl::Wrap<void (wikitude::sdk_core::impl::ImageTrackerInterface::*)(wikitude::external::Json::Value const&)>::call(wikitude::sdk_core::impl::ImageTrackerInterface&, void (wikitude::sdk_core::impl::ImageTrackerInterface::*)(wikitude::external::Json::Value const&), wikitude::external::Json::Value&) ()
#5    0x0000000105f042d4 in wikitude::sdk_core::impl::InterfaceReceptionist::executeInterfaceMethodCall(wikitude::external::Json::Value) ()
#6    0x0000000105f04138 in wikitude::sdk_core::impl::InterfaceReceptionist::processInterfaceRequest(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) ()
#7    0x00000001058c48fc in __47-[WTBridgeLane forwardInterfaceRequest:ofType:]_block_invoke ()
#8    0x000000010579d1dc in _dispatch_call_block_and_release ()
#9    0x000000010579d19c in _dispatch_client_callout ()
#10    0x00000001057abdfc in _dispatch_queue_serial_drain ()
#11    0x00000001057a06ac in _dispatch_queue_invoke ()
#12    0x00000001057acd54 in _dispatch_root_queue_drain_deferred_wlh ()
#13    0x00000001057b3e38 in _dispatch_workloop_worker_thread ()
#14    0x00000001814cbe70 in _pthread_wqthread ()
#15    0x00000001814cbb08 in start_wqthread ()


Any ideas?


2 people have this problem

Hi,

Which version of our SDK are you using?


Best regards,
Andreas

I get the same problem using the July 4th build of the SDK whenever I attempt to launch a ViewController that starts the Wikitude SDK from anywhere other than being the initial view controller. If my initial view controller simply has a single button that then launches the view controller that starts wikitude, I get this exact same crash.

Hi @all,

Our JS API example app has the same setup (launching another view controller once an example was selected). Can you reproduce the described behavior with that example app as well?


Did you had a chance to try our latest release, SDK 8 already?


Best regards,
Andreas Schacherbauer

I have the same problem, i am using SDK 8, but i am not using storyboard, i am controlling al the views programmatically. When i try to go to the ArchitectView VC i get that error

Hi @all,

If you have a crash like that, please send us a demo project with which we can reproduce the issue or send the complete stack trace file to us so that we can see where it crashes. Another option would be to find a way that we can reproduce it with our example app.


Best regards,
Andreas Schacherbauer

Login or Signup to post a comment