Wohlstand / OPL3BankEditor

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
143 stars 12 forks source link

[Linux] Bank Editor crashes on startup #169

Closed freq-mod closed 4 years ago

freq-mod commented 4 years ago

Reinstalled Os on my machine, while editor itself built fine, it won't run:

Init audioOut... Using RtAudio API 2 Desired latency 0.02 Buffer size 960 terminate called after throwing an instance of 'RtAudioError' what(): RtApiPulse::probeDeviceOpen: error connecting output to PulseAudio server. Przerwane (zrzut pamięci) Pulseaudio was installed, are there any other depedences for that?

Wohlstand commented 4 years ago

Are other sound programs works fine? :thinking:

freq-mod commented 4 years ago

Yes, mpv and firefox (alsa?) work fine

Wohlstand commented 4 years ago

What distro you have? Did you rebuilt Editor after OS reinstall? (try to full clean-up of config and re-generating it from scratsh, did you that already?)

Wohlstand commented 4 years ago

Otherwise, let's ask @jpcima who know guts of the RtAudio library better

freq-mod commented 4 years ago

What distro you have? Did you rebuilt Editor after OS reinstall? (try to full clean-up of config and re-generating it from scratsh, did you that already?)

freq-mod commented 4 years ago

OK I have no idea what has happened, rebooted my PC and suddenly it started working, weird...

freq-mod commented 4 years ago

Still I think, in the wiki, "building from sources" section, more dependencies must be mentioned...

Wohlstand commented 4 years ago

Can you point some names? I'll add them...

freq-mod commented 4 years ago

For pacman based distros: qt5-serialport (optional, for serial port support) qt5-tools qt5-base and now it seems, pulseaudio

...and, probably much more unless base-devel was installed. For Debian derivatives, I will check...

Wohlstand commented 4 years ago

I am at work, and I can't make myself, you can commit the update yourself, I'll accept your PR. :fox_face:

jpcima commented 4 years ago

Hi, I've also met some reliability problems with the Pulseaudio driver, not in OPL3-BE specifically, but all software which use of RtAudio on my side. It was for this reason that I switched some software to libsoundio, but not checked if upstream has corrected problems since.