update README with common errors
This commit is contained in:
parent
e59b49a965
commit
cc262e4f78
11
README.md
11
README.md
@ -134,3 +134,14 @@ Try moving to `Xorg` instead of `Wayland`... To do so, on Ubuntu, logout, click
|
|||||||
```bash
|
```bash
|
||||||
sudo apt install libgl1-mesa-glx:i386
|
sudo apt install libgl1-mesa-glx:i386
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### libasound_module_pcm_pipewire.so
|
||||||
|
```
|
||||||
|
SDL audio driver initializing...
|
||||||
|
ALSA lib dlmisc.c:337:(snd_dlobj_cache_get0) Cannot open shared library libasound_module_pcm_pipewire.so (/lib/i386-linux-gnu/alsa-lib/libasound_module_pcm_pipewire.so: cannot open shared object file: No such file or directory)
|
||||||
|
SDL_AudioDriverName() = NULL
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install pipewire-alsa:i386
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user