Rahix / visualizer2

OpenGL Audio Visualizers in Rust
GNU General Public License v3.0
94 stars 6 forks source link

Cannot start Visualizer (Panic) #1

Closed your-sudden-death closed 3 years ago

your-sudden-death commented 3 years ago

Every visualizer panics, when trying to run:


Oh noez! Panic! 💥
Message:  attempted to leave type platform::platform::x11::util::input::PointerState uninitialized, which is invalid```
Rahix commented 3 years ago

Thanks for the report! I've pushed some commits to fix this - it seems that the old winit version I was using bit-rotted and I needed to upgrade...

your-sudden-death commented 3 years ago

Thanks, that fixed it! One more question, how do I set the input source? There is no example config (visualizer.toml) provided.

Thanks you for your work!

Rahix commented 3 years ago

Actually, I'm always just using pavucontrol and switching it in the Recording tab...

your-sudden-death commented 3 years ago

Works, thanks for your help!