커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

0 투표

Hello, i'm trying to do my first wwise + UE 5 Integration, but i cannot load the sound bank properly

When i generate the soundbank on wwise, everything goes well, but then in the UE Outputlog, some errors are displayed such as:

LogWwiseProjectDatabase: Error: Current platform Windows not found

LogWwiseProjectDatabase: Error: UpdateDataStructure: Could not find suitable platform for Windows (Base: 6E0CB257C6C84C5C83662740DFC441EB) in (C:/Users/corte/Documents/Unreal Projects/MyProject/MyProject_WwiseProject/GeneratedSoundBanks/Windows/)

LogWwiseProjectDatabase: Error: Invalid Generated Directory C:/Users/corte/Documents/Unreal Projects/MyProject/MyProject_WwiseProject/GeneratedSoundBanks/Windows/

LogUObjectGlobals: Warning: Failed to find object 'Class None.Physics'

LogAkAudio: Warning: FAkAudioModule::ParseGeneratedSoundBankData: SoundBanks are not yet generated, nothing to parse.
Current Generated SoundBanks path is: C:/Users/corte/Documents/Unreal Projects/MyProject/MyProject_WwiseProject/GeneratedSoundBanks/Windows/

I've set the correct Wwise project path and the Generated soundbank folder.

I've notice that if i navigate manually in the soundbank folder i can find some files .xml and .bnk but when i select the same path on the Wwise integration settings, no files are displayed in that path.

What am i missing?

Specs: UE 5.0.3

Wwise 2022.1.1

Windows 11

Thank you

General Discussion Francesco C. (130 포인트) 로 부터
I have the same problem , do you resolve it?
I'm having the same issues with 2022.x
There is no "auto defined soundbanks" option

2 답변

0 투표
 
우수 답변
Hi Francesco! I had a similar problem to you in that I was able to generate my soundbanks in wwise(2022.1) but not in unreal (4.27).

When I looked at the log one of the errors was this, in fact its what I typed in google and this came up!

"LogWwiseProjectDatabase: Error: Current platform Windows not found"

I had a wwise liscence that I was using for a game jam that recently expired and it was producing errors when I generated the soundbanks in wwise ( to my knowledge, it didnt interfere with the generation of the Sound banks, it just reminded me to get a new liscence for the tools like wwise reflect and so on.

Anyways, I added those Items to the ignore list and then generated the soundbanks in wwise and in unreal and that seemingly resolved my issue!

One other thing that perhaps helped was when I upgraded the wwise version(2022.1) into unreal (4.27) I set the "Generated Soundbanks folder" under integration settings in Unreals project settings to the the Unreal project's "content/audio/soundbanks folder"

Not sure If this will help but I hope this give you some extra ideas to play with!

Goodluck:)
stephen H. (460 포인트) 로 부터
선택됨 Mads Maretty S. (Audiokinetic) 로 부터
Hey Stephen!

I'm actually experiencing this same issue (just loading up an Unreal project with the Wwise integration added in gives the "Current platform Windows not found" error) but I'm not sure how to interpret your solution.

I haven't even generated banks or anything so far, just added the Wwise integration for Wwise 2022.1.2.8150 to an Unreal 4.27.2 project, and that alone causes the error preventing me from packaging. You're saying I need to add certain files to my version control's ignore list (i.e. .gitignore)?

Thanks!
0 투표
Turning off auto defined soundbanks fixed it for me
Faisal (140 포인트) 로 부터
...