Hello there,
I am relatively fresh to Solus and I love it so far, but I've got one problem: I'm developing a small game using Monogame that I started when I was using Arch. It ran flawlessly there but under Solus I've got one problem: Upon typing 'dotnet run', I'm greeted with this exception: "AL lib: (EE) ALCplaybackOSS_open: Could not open /dev/dsp: No such file or directory Unhandled exception. Microsoft.Xna.Framework.Audio.NoAudioHardwareException (0x80004005): OpenAL device could not be initialized, see console output for details."
I've done some research and found out that it has something to do with OSS, which doesn't seem to be in the repos. I also tried padsp, which apparently is supposed to solve this issue, but it didn't work either and it threw the same exception again (either by using "padsp dotnet run" or "padsp ./game". Is someone else experiencing a similar problem or can anybody help me out? I'd appreciate it. 🙂
EDIT: In case it matters, I installed dotnet through snap.