Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

App crash on iOS related to unpacking vorbis

0 votes
My iOS application is consistently crashing with an EXC_CRASH reason. After symbolicating the crash report, I found this offending line in the stack trace of the crashed thread:

vorbis_book_unpack(oggpack_buffer*, CAkVorbisAllocator&, int) (in <my_app_name>) (codebook.cpp:1615)

I don't have access to this .cpp file so I'm hoping somebody here can explain why this Wwise code might be crashing my application.

Thanks!
asked Jun 19, 2020 in General Discussion by Taylor C. (150 points)

Please sign-in or register to answer this question.

...