Skip to content

Commit e15a305

Browse files
amend no audio section in docs
1 parent b73d406 commit e15a305

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/troubleshooting/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,18 @@ free item in the Marketplace.❗**
131131
- **Other distros**: Make sure to install the
132132
PipeWire ALSA plugin depending on your system configuration.
133133

134+
#### sdl3audio SDL_OpenAudioDeviceStream failed, audio will be unavailable: Audio subsystem is not initialized
135+
136+
Starting with release 1.0.0, this app uses sdl3 for audio on linux to no longer require to ship properitary components from fmod.
137+
Make sure you had installed the dependencies for sdl3 audio subsystem
138+
139+
Like alsa dev, pulseaudio dev or pipewire dev libraries.
140+
141+
E.g.
142+
- Ubuntu: libpulse-dev
143+
- Fedora: alsa-lib-devel pulseaudio-libs-devel
144+
145+
134146
### Updating the launcher
135147

136148
- Linux AppImage or macOS to update the launcher on newer versions of
@@ -313,3 +325,5 @@ macOS|GPU is firepro D300 2D|Pencil Icon -> Advanced Settings -> Select Metal
313325
macOS|Intel HD 4000|Both OpenGL and Metal working, SDL3 Metal crashs iff menubar is rendered
314326
macOS|Apple M4|Both OpenGL and Metal working, SDL3 Metal crashs
315327
linux|* mesa3d|Fixed long time ago
328+
329+

0 commit comments

Comments
 (0)