コミュニティQ&A

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

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

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

+1 支持

Simply compiling and launching the unmodified IntegrationDemo for Nintendo Switch crashes immediately.  We see the same error in the same location in our own integration in our project.

Log Output:

Assertion Failed! D:/Jenkins/ws/wwise_v2018.1/Wwise/SDK/source/SoundEngine/3rdParty/Common/tlsf/tlsf.cpp:555: block_size(block) >= size
Assertion Failed! D:/Jenkins/ws/wwise_v2018.1/Wwise/SDK/source/SoundEngine/3rdParty/Common/tlsf/tlsf.cpp:369: prev && "prev_free field can not be null"
Assertion Failed! D:/Jenkins/ws/wwise_v2018.1/Wwise/SDK/source/SoundEngine/3rdParty/Common/tlsf/tlsf.cpp:370: next && "next_free field can not be null"
Unhandled exception at ????????:
0x00000002:  Access Violation of Data

Callstack:
     IntegrationDemo!block_locate_free(pool_t* pool, unsigned int size) Line 556 (????)    C++
     IntegrationDemo!tlsf_memalign(tlsf_pool* tlsf, unsigned int align, unsigned int size) Line 905 (????)    C++
     IntegrationDemo!AK::MemoryMgr::Malign(int in_poolId, unsigned int in_uSize, unsigned int in_uAlignment) Line 638 (????)    C++
     IntegrationDemo!AkFXMemAlloc::Malloc(unsigned int in_uSize) Line 41 (?????)    C++
>    IntegrationDemo!operator new(unsigned int size, AK::IAkPluginMemAlloc* in_pAllocator) Line 95 (????)    C++
     IntegrationDemo!AkCreateDefaultSink(AK::IAkPluginMemAlloc* in_pAllocator) Line 33 (????)    C++
     IntegrationDemo!AkDevice::CreateSink() Line 615 (?????)    C++
     IntegrationDemo.nss!CAkOutputMgr::_AddOutputDevice(long long unsigned int in_uKey, AkOutputSettings& in_settings, unsigned int in_uDeviceInstance, AkSet<unsigned long long, AkHybridAllocator<8, '\x08'>, 1>& io_listeners, AkSetType in_elistenerSetType, bool in_bMainDevice, bool in_bDummyIfFail) Line 842 (????)    C++
     IntegrationDemo.nss!CAkOutputMgr::InitMainDevice(const AkOutputSettings& in_MainSettings) Line 924 (?????)    C++
     IntegrationDemo.nss!CAkAudioMgr::ProcessMsgQueue(bool in_bDrainMsgQueue, bool& out_bDeviceSwitch) Line 1753 (?????)    C++

 

Reevan M. (110 ポイント) General Discussion
Bernard R. (Audiokinetic) 編集

回答 1

0 支持
We got this error on the same version 2018.1.1.6727, and upgrading to 2018.1.4.6807 resolved it.
Matt E. (140 ポイント)
...