Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote

Since my attempts at integrating wwise 2019.2.14.7616 into an Unreal 4.26 project, I have been unable to build my project. Everything functions within the project including wwise features since integration, but I believe I am missing something within the SDKs. The error I get when building is:
ERROR: Unable to instantiate module 'AkAudio': System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\Unreal 4\Epic Games\UE_4.26\Engine\Plugins\Wwise\ThirdParty\x64_vc160\Profile\bin'.
UATHelper: Packaging (Windows (64-bit)):             at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
UATHelper: Packaging (Windows (64-bit)):             at System.IO.FileSystemEnumerableIterator`1.CommonInit()
UATHelper: Packaging (Windows (64-bit)):             at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
UATHelper: Packaging (Windows (64-bit)):             at System.IO.Directory.GetFiles(String path, String searchPattern)
UATHelper: Packaging (Windows (64-bit)):             at AkUEPlatform.GetAllLibrariesInFolder(String LibFolder, String Extension, Boolean RemoveLibPrefix, Boolean GetFullPath) in e:\Unreal 4\Epic Games\UE_4.26\Engine\Plugins\Wwise\Source\AkAudio\AkAudio.Build.cs:line 53
UATHelper: Packaging (Windows (64-bit)):             at AkAudio..ctor(ReadOnlyTargetRules Target) in e:\Unreal 4\Epic Games\UE_4.26\Engine\Plugins\Wwise\Source\AkAudio\AkAudio.Build.cs:line 300
UATHelper: Packaging (Windows (64-bit)):          (referenced via default plugins -> Wwise.uplugin)
PackagingResults: Error: Unable to instantiate module 'AkAudio': System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\Unreal 4\Epic Games\UE_4.26\Engine\Plugins\Wwise\ThirdParty\x64_vc160\Profile\bin'.
 

 

in General Discussion by David M. (110 points)

Please sign-in or register to answer this question.

...