menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes

Hello we're having issues with the Wwise Unity integration 2021.1

Until then we were using the following environment:
- Unity 2021.3.22
- Wwise 2021.1.13
- NX SDK 15.3

Everything was working correctly. But recently we had to upgrade the environment to the following:
- Unity 2021.3.24
- Wwise 2021.1.14
- NX SDK 16.2

With this environment we're now no longer able to build. It fails during the linking phase with the following errors

ld.lld: error: undefined symbol: nn::ldn::MakeIpv4Address(unsigned char, unsigned char, unsigned char, unsigned char)
>>> referenced by ldn_Ipv4Address.h:153 (C:/NintendoSwitch/NintendoSDK-15_3_2/NintendoSDK/Include\nn/ldn\ldn_Ipv4Address.h:153)
>>>               Communication.o:(_GLOBAL__sub_I_Communication.cpp) in archive E:\\projects\\Redacted\\Temp\\StagingArea\\NativePlugins\\libAkSoundEngineWrapper.a
>>> referenced by ldn_Ipv4Address.h:158 (C:/NintendoSwitch/NintendoSDK-15_3_2/NintendoSDK/Include\nn/ldn\ldn_Ipv4Address.h:158)
>>>               Communication.o:(_GLOBAL__sub_I_Communication.cpp) in archive E:\\projects\\Redacted\\Temp\\StagingArea\\NativePlugins\\libAkSoundEngineWrapper.a
>>> referenced by ldn_Ipv4Address.h:163 (C:/NintendoSwitch/NintendoSDK-15_3_2/NintendoSDK/Include\nn/ldn\ldn_Ipv4Address.h:163)
>>>               Communication.o:(_GLOBAL__sub_I_Communication.cpp) in archive E:\\projects\\Redacted\\Temp\\StagingArea\\NativePlugins\\libAkSoundEngineWrapper.a
>>> referenced 30 more times
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It seems the libAkSoundEngineWrapper.a native library references methods from the NX SDK 15.3 while we're trying to build against the NX SDK 16.2. The Wwise 2021.1.14 changelog states it is compatible against both versions, but that doesn't seem to be the case.

Is there anything we can do to be able to build with the NX SDK 16.2?

dans General Discussion par Alban F. (100 points)
Any news on this? We might have a similar issue with SDK 16.2. Thanks!

1 Réponse

0 votes

We were using:

- Unity 2021.3.45
- Wwise 2023.1.8
- NX SDK 18.3

and facing similar issue even in new project:

libAkSoundEngineWrapper.a(AkLEngine.o): unable to find library from dependent library specifier: nn_profiler

If someone resolves it. Please contact us. Thank you very much!

par Yuyang Woll (140 points)
I have the same issues, did you fix it? I need help too!
...