Hi Gosu Community!
I've been working through various tutorials on Gosu and Ruby, hoping to learn enough to build an RPG and while completing the Ruby Tutorial here:
https://github.com/gosu/gosu/wiki/Ruby-Tutorial, everything works as expected on my Mac, no error messages and the game runs just fine.
However, on Ubuntu, the game runs fine, but I get this message when I close the game:
AL lib: (EE) alc_cleanup: 1 device not closed
Any thoughts on what I can do to resolve? My Internet sleuthing hasn't turned up much yet... :)
I'm using Ubuntu 20.10. Gem installs no problem and the game runs fine, I just get the above message when closing the game...
✔ ~/code/ruby/gaming/gosu/learn_gosu/ruby_tutorial_01 [dev L|✚ 1]
11:49 $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
Thank you for this cool software, really enjoying learning more and hoping to build some cool stuff!
Have a good one,
Kody