jtrfp / terminal-recall

Engine remake for Terminal Velocity and Fury3
Eclipse Public License 1.0
56 stars 2 forks source link

No sound #244

Closed cjritola closed 6 years ago

cjritola commented 6 years ago

If the first sound output device offered by the system doesn't not have any valid ports (dropdown menus below it are blank), sound will not work. Attempting to select the correct device does not resolve.

Local state of SoundSystem is not updating but the config setter is assuming they are, causing it to update the same config settings over and over again, stuck in the initial mode.

Possibly related to #228