コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持
Segfault in AudioTrackThread
Android App
Wwise Version: v2021.1.4  Build: 7707

I cannot repo this issue locally and it rarely occurs in production.
It only occurs on Android but is not tied to any specific device or Android version.
It does not occur in the same location in the game and can occur anywhere in the game world.

I believe this is thread related but not sure if it's on our side.
I don't believe it's caused by our callbacks for PostEvent or RegisterCaptureCallback, but 'maybeCallDataCallback' in the stacktrace is suspicious.
I'm wondering if updating to 2021.1.14 or disabling bUseLEngineThread would resolve this issue?
Any guidance or help is greatly appreciated.

Stacktrace

Exception Type: Unknown (SIGSEGV)

Application Specific Information:
Segfault

Thread 0 Crashed:
0   libc.so                         0x71dfd796c8        __memcpy
1   libzwiftjni.so                  0x6e9184d7b4        [inlined] AKPLATFORM::AkMemCpy (AkPlatformFuncs.h:321)
2   libzwiftjni.so                  0x6e9184d7b4        CAkSynchronizedBuffer::CopyFrames (AkSynchronizedBuffer.cpp:93)
3   libzwiftjni.so                  0x6e9184d818        CAkSynchronizedBuffer::PopFrames (AkSynchronizedBuffer.cpp:70)
4   libzwiftjni.so                  0x6e91877f58        CAkAAudioBackend::OnAudioReady (AkAAudioBackend.cpp:222)
5   libaaudio_internal.so           0x6f1f4b1b4c        aaudio::AudioStream::maybeCallDataCallback
6   libaaudio_internal.so           0x6f1f4b5d7c        aaudio::AudioStreamLegacy::callDataCallbackFrames
7   libaaudio_internal.so           0x6f1f4b4cac        aaudio::AudioStreamLegacy::onMoreData
8   libaudioclient.so               0x71db1745e4        android::AudioTrack::processAudioBuffer
9   libaudioclient.so               0x71db1737dc        android::AudioTrack::AudioTrackThread::threadLoop
10  libutils.so                     0x71c145d830        android::Thread::_threadLoop
11  libandroid_runtime.so           0x71c620a918        android::AndroidRuntime::javaThreadShell
12  libc.so                         0x71dfde22b8        __pthread_start
13  libc.so                         0x71dfd7efb8        __start_thread
Matthew Miller (100 ポイント) General Discussion
Hello,I also encountered the same problem, have you solved it? It's exactly the same as you described, and the stacktrace is exactly the same. My wwise version is v2019.2.12

Please sign-in or register to answer this question.

...