Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

I can't connect Wwise to my game

+1 vote
I'm having difficulties with the remote connection between Wwise and my game.  My game is running on a seperate machine.
asked Sep 25, 2013 in General Discussion by Michael C. (Audiokinetic) (520 points)

2 Answers

0 votes
 
Best answer

Here are a few things to try:

(1) Try turning off the firewall on your Wwise PC and restart Wwise.
(2) Ensure that that the communication ports match:
    - In your game, this is located at AK::Comm::Init().
    - In Wwise, Project Settings -> Network : Game Discovery Broadcast Port (game side)
(3) Try connecting with the IP of the target machine.
answered Sep 25, 2013 by Michael C. (Audiokinetic) (520 points)
selected Aug 28, 2014 by Claude B. (Audiokinetic)
0 votes

If you are using Unity3D or Unreal4, you might also hit the ADB.exe issue.  If you have Android NDK installed on your computer, even if you don't develop on it or use it at that time, both engines will start a adb.exe process that will keep ports alive.  Use the TaskManager to kill the adb.exe process and Wwise will be able to connect.

answered Sep 18, 2014 by Mathieu J. (Audiokinetic) (7,080 points)
...