commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

I cant launch the emulator because "Audio subsystem is not initialized" #443

Open AwesomeStickguy opened 1 year ago

AwesomeStickguy commented 1 year ago

SDL_OpenAudioDevice failed: Audio subsystem is not initialized I installed it on linux via snap. I need a fix for this.

irmen commented 1 year ago

try without snap

AwesomeStickguy commented 1 year ago

I tried without snap it still gives the same error.

irmen commented 1 year ago

can you give the alternative emulator Box16 a swing instead? (it's superior in multiple ways to the default emulator)

indigodarkwolf commented 1 year ago

There should also be a command line parameter like -nosound that you can specify. I'm sure Box16 has this, but I believe x16emu should as well.

On Tue, Oct 18, 2022, 8:11 AM Irmen de Jong @.***> wrote:

can you give the alternative emulator Box16 https://github.com/indigodarkwolf/box16 a swing instead? (it's superior in multiple ways to the default emulator)

— Reply to this email directly, view it on GitHub https://github.com/commanderx16/x16-emulator/issues/443, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG6EQLJYDIWXUZHLTK52GTWD2HXNANCNFSM6AAAAAARFQ6RRI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

indigodarkwolf commented 1 year ago

Okay, the option I was looking for was -sound none to specify no audio.

irmen commented 1 year ago

@AwesomeStickguy try changing the SDL audio device via:

SDL_AUDIODRIVER=alsa x16emu

or substitute something else for alsa depending on your system's configuration. Here's a list.