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
On our workstations we access both unicode and non unicode p4 servers.  Since we need the environment to set P4CHARSET to Unicode for some other reason, but the Wwise data server is not Unicode, we have to keep changing it back manually before running Wwise since Wwise doesn't provide this configuration option.  It should just be another option in the 'Config' below the equivalents of P4PORT/P4USER/etc.  It should also contain an option for 'None' to be set by the server, just like the P4 client allows.
in Feature Requests by Daniel G. (100 points)

1 Answer

+1 vote

You can try this:

  • Create an Environment Variable:

name:   P4CONFIG
value:   .p4config

  • Create a file ".p4config" in the workspace directory
  • Edit the file, and the P4CHARSET variable

Read more about it:
https://www.perforce.com/perforce/doc.current/manuals/cmdref/Content/CmdRef/P4CONFIG.html

by Bernard R. (Audiokinetic) (35.8k points)
...