コミュニティQ&A

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

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

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

0 支持

I've been testing out PrepareEvent et al with a view to moving our WW integration over to it.  I had to spend some time on another task, and when I came back to this project a few days ago I found that generating the banks no longer copies over the loose files.  Nor is it copying over the SB_*.bnk files.  I'm using the technique described in method #5 on this page, and that explicitly states that "The loose media referenced by the banks will, by default, be copied to the same output directory as the SoundBank using the CopyStreamedFiles tool."

Curiously it doesn't even copy over files I do include in the banks but mark as streaming, implying that something is wrong wtih the CopyStreamedFiles post-generation step.

I've tried rolling back WW to the version I last remember it working on but that did not solve the issue, so I'm guessing some piece of metadata has gone wrong somewhere.  I've also tried deleting the cache and remaking the banks, events and sources, but no luck with that either.

To make sure there was no other issue I parsed the SoundBanksInfo.xml file and manually copied the files from the cache to their appropriate ID filenames.  This caused my test app to be able to load the sounds again, but obviously that's not a long-term solution.

Can anyone help me out?

Sam B (220 ポイント) General Discussion

回答 1

0 支持
 
ベストアンサー
Found the answer:

Looking around the settings I saw that in Project Settings -> SoundBanks -> Post-Generation Step the "Copy Streamed Files" entry had a blank command line.  Checking against a newly-created project showed that that line _should_ have something like this in it:

"$(WwiseExePath)\CopyStreamedFiles.exe" -info "$(InfoFilePath)" -outputpath "$(SoundBankPath)" -banks "$(SoundBankList)" -languages "$(LanguageList)"

Putting that into the command line in my original project fixed the issue, with all loose files being copied once again.

I've no idea how that entry became blank in the few months or so I was off this project, but if it's a common problem I hope my sacrifice of public dignity helps other people as well.  :)
Sam B (220 ポイント)
Samuel L. (Audiokinetic) 選択
...