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
I'm following Wwise 101 course tutorials - Lesson 1.

I just added Shotgun_Blast sound sfx and generate it to Soundbank.

It seems no problem (no errors), but when I closed the Generating SoundBanks - Completed window,

"Disk full while accessing Y:\Documents\WwiseProjects\Cube\cube\soundbanks\Mac\Main.txt"  

This message is shown up, and shotgun sound is not working in Cube game.

I got more then 300GB free space on my mac.

It looks like some kind of authority problems...

What is the actual problem with this?
in General Discussion by Suk Hwa C. (140 points)

1 Answer

+2 votes
 
Best answer
It seems like the SoundBank content text file that is being written contains in ANSI mode, but attempts to write non-ANSI characters. This error is displayed when using the Wwise Authoring application on macOS, but the result would be the same on both Windows and macOS: the file being written (<HOME>/WwiseProjects/Cube/cube/soundbanks/Mac/Main.txt) would have incomplete entries (typically in the Name or Notes field).

Make sure to use UNICODE encoding instead, this should solve the problem. You can change the encoding in Project Settings > SoundBanks > Generate Bank Content TXT Files (combo box).
by Samuel L. (Audiokinetic) (23.6k points)
selected by Suk Hwa C.
Finally, it works. Thanks.
...