shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
122 stars 25 forks source link

sled tries to draw output module if it's the only loaded module #11

Closed vifino closed 6 years ago

vifino commented 6 years ago

From @20kdc:

$ SLED_SCOPE_INPUT="none" ./sled -m tm
Loading modules...
        - gfx_scope.so... Done.
        - out_sdl2.so... Done.
Loaded 2 modules.
Initializing modules...
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM none
        - scope...Couldn't open stream: -2
 Ignored by request of plugin.

Done.
>> Now drawing sdl2Segmentation fault (core dumped)

Ignoring the fact that it's about the oscilloscope module, sled tries to draw sdl2. wat.

vifino commented 6 years ago

Now it's drawing the virtual null module, thanks to 3644bdc75432358ef2e573f79e6b6a087ded0a68.