From a573ee47adfb1a633e5f532c10a83c19952c5961 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Tue, 22 Nov 2022 03:16:09 +0100 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index e3026df..873f8df 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -122,7 +122,7 @@ You can then copy the save files in the opened folder and paste them somewhere e
-

🔈 I'm getting a "SoundIOSharp.SoundIOException" error or "No valid channel configuration found!". What should I do?

+

🔈 I'm getting a "SoundIOException" or "No valid channel configuration found!". What should I do?

It's due to a bad implementation of our audio backend.
You can fix it by using SDL2 backend OR installing OpenAL, which can be found here: oalinst.zip
Then selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.