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.

0 votes
D:\WwisePlugin\JuceLimit>Python "C:/Audiokinetic/Wwise 2019.2.7.7402/Scripts/Build/Plugins/wp.py" premake Authoring
Premake Command: ['C:\\Audiokinetic\\Wwise 2019.2.7.7402\\Tools\\Win32\\bin\\premake5.exe', '--scripts=C:\\Audiokinetic\\Wwise 2019.2.7.7402\\SDK\\source\\Build;C:\\Audiokinetic\\Wwise 2019.2.7.7402\\Scripts\\Premake;C:\\Audiokinetic\\Wwise 2019.2.7.7402\\Scripts\\Build', '--file=C:\\Audiokinetic\\Wwise 2019.2.7.7402\\Scripts\\Build\\Plugins\\premakePlugins.lua', 'vs2015', '--os=windows', '--plugindir=D:\\WwisePlugin\\JuceLimit']
Traceback (most recent call last):
  File "C:\Audiokinetic\Wwise 2019.2.7.7402\Scripts\Build\Plugins\wp.py", line 35, in <module>
    subcommand.run(sys.argv[2:])
  File "C:\Audiokinetic\Wwise 2019.2.7.7402\Scripts\Build\Plugins\premake.py", line 61, in run
    res = subprocess.Popen(cmd).wait()
  File "C:\Users\caixinxing\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 947, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\caixinxing\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1416, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
in General Discussion by cai x. (150 points)

1 Answer

+1 vote

The tool seems to not be able to find premake.exe. Can you confirm whether the premake5.exe executable is indeed at the path where it is looking for it?
"C:\Audiokinetic\Wwise 2019.2.7.7402\Tools\Win32\bin\premake5.exe"

From my end, this file is installed as soon as you check the Wwise SDK in the Launcher (along with a Linux and Mac version in "Wwise <version>/Tools").

by Samuel L. (Audiokinetic) (23.6k points)
...