jtrfp / terminal-recall

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

Sound-related showstopper NPE on startup #245

Closed cjritola closed 6 years ago

cjritola commented 6 years ago

java.lang.NullPointerException at org.jtrfp.trcl.snd.SoundSystemKernel.generateRenderFloatBytes(SoundSystemKernel.java:437) at org.jtrfp.trcl.snd.SoundSystemKernel.regenerateRenderFloatBytes(SoundSystemKernel.java:426) at org.jtrfp.trcl.snd.SoundSystemKernel.access$2(SoundSystemKernel.java:424) at org.jtrfp.trcl.snd.SoundSystemKernel$SetAudioOutputConfig.run(SoundSystemKernel.java:234) at org.jtrfp.trcl.core.DefaultKeyedExecutor.executeAllFromThisThread(DefaultKeyedExecutor.java:64) at org.jtrfp.trcl.snd.SoundSystemKernel.execute(SoundSystemKernel.java:249) at org.jtrfp.trcl.snd.SoundSystem$3.run(SoundSystem.java:180)

Occurred after changing ALSA settings. Appears to be a clumsy handling of invalid setting info.