Updated Frequently Asked Questions (markdown)

Ac_K 2022-11-22 03:16:45 +01:00
parent a573ee47ad
commit b5eb68c459
1 changed files with 1 additions and 1 deletions

@ -122,7 +122,7 @@ You can then copy the save files in the opened folder and paste them somewhere e
</details> </details>
<details> <details>
<summary><h3>🔈 I'm getting a "SoundIOException" or "No valid channel configuration found!". What should I do?</h3></summary> <summary><h3>🔈 I'm getting a "SoundIOException" or "No valid channel configuration found!"?</h3></summary>
<pre>It's due to a bad implementation of our audio backend.<br> <pre>It's due to a bad implementation of our audio backend.<br>
You can fix it by using SDL2 backend OR installing OpenAL, which can be found here: <a href="https://www.openal.org/downloads/oalinst.zip" target="_blank">oalinst.zip</a><br> You can fix it by using SDL2 backend OR installing OpenAL, which can be found here: <a href="https://www.openal.org/downloads/oalinst.zip" target="_blank">oalinst.zip</a><br>
Then selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab. Then selecting SDL2 OR OpenAL as the audio backend in "Options" > "Settings" > "System" tab.