コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持
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?
Suk Hwa C. (140 ポイント) General Discussion

回答 1

+2 支持
 
ベストアンサー
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).
Samuel L. (Audiokinetic) (23.6k ポイント)
Suk Hwa C. 選択
Finally, it works. Thanks.
...