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
Hi,

What does this error message mean?
"Source file is of different format than expected"

I have a music with vorbis (seek table) conversion settings, as the other musics in the project. The other musics work well, but when I trigger this one from the game, it's not playing and I have this error message.

Thanks,
in General Discussion by MartinBP (230 points)

1 Answer

0 votes
 
Best answer

This message means the content of the source file in the game does not match the expected format.  For example, it could be expecting a vorbis file, and end-up having a PCM file in the game.  It could be caused by:

  • The soundbanks loaded by the game are outdated
  • The streamed files loaded by the game are outdated

In both cases, please ensure you rebuild all your content in Wwise, and ensure every asset is deployed correctly in your game.

by Bernard R. (Audiokinetic) (35.8k points)
selected by MartinBP
The banks were up-to-date.

I've just found how to fix this:
- I've "saved as" the music files in Sound Forge
- replace the old files in Wwise
- the music is playing now and no more error messages

The WAV files exported from Logic by the composer were apparently corrupted somehow.

Thanks
...