SheatNoisette / potetre2d

A tiny engine for small games
GNU Lesser General Public License v3.0
3 stars 1 forks source link

AppImage Sound Issue #46

Open SheatNoisette opened 1 year ago

SheatNoisette commented 1 year ago

The sound doesn't seems to work on the AppImage build of P2D:

$ ./../Potetre2D-latest-x86_64.AppImage audio.wren
[E] pw.loop [loop.c:86 pw_loop_new()] 0x560b93d24950: can't make support.system handle: No such file or directory
[ERROR] Could not open audio device
[ERROR] Failed to initialize audio system!
potetre2d: pcm.c:767: snd_pcm_close: Assertion `pcm' failed.
[1]    386177 IOT instruction (core dumped)  ./Potetre2D-latest-x86_64.AppImage examples/balls.wren

P2D can still make a window just fine, is this a limitation of AppImages?

SheatNoisette commented 1 year ago

Using SDL as a backend may fix the issue.