menu
 

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.

+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)
...