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

We've switched to 'streams' in Perforce recently, and i have problems setting up source control for the project in the authoring tool.

When i hit OK on the settings screen, i get the following message:

Perforce command failed:
"Client 'client_name_here'" requires an application that can fully support streams"
 
Is a newer version available or planned with support for streams?

in General Discussion by Bernard R. (Audiokinetic) (35.8k points)

1 Answer

0 votes
 
Best answer

Stream support in our Perforce plugin is scheduled for Wwise 2013.2.

It is also possible to modify the perforce plug-in source code to add support for streams.  The source code is located in:

\SDK\samples\SourceControl\Perforce. 

  1. Add m_pClient->SetVar("enableStreams"); before each call to m_pClient->Run(...);
  2. Build plugin with a recent version of P4API
by Bernard R. (Audiokinetic) (35.8k points)
...