RapidRailsGirls / carpet-diem

MIT License
2 stars 1 forks source link

Doesn't work in Ruby 1.9.3 #17

Open rentalcustard opened 9 years ago

rentalcustard commented 9 years ago
~> carpet_diem
/home/tom/.gem/ruby/1.9.3/gems/gosu-0.7.50/lib/gosu/patches.rb:28:in `initialize': File contains data in an unknown format. (RuntimeError)
        from /home/tom/.gem/ruby/1.9.3/gems/gosu-0.7.50/lib/gosu/patches.rb:28:in `initialize'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/lamp_with_genie.rb:16:in `new'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/lamp_with_genie.rb:16:in `initialize'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/lamp_with_genie.rb:94:in `new'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/lamp_with_genie.rb:94:in `initialize'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/window.rb:53:in `new'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/lib/window.rb:53:in `update'
        from /home/tom/.gem/ruby/1.9.3/gems/carpet_diem-0.0.5/bin/carpet_diem:10:in `<top (required)>'
        from /home/tom/.gem/ruby/1.9.3/bin/carpet_diem:23:in `load'
        from /home/tom/.gem/ruby/1.9.3/bin/carpet_diem:23:in `<main>'
~> ruby -v
ruby 1.9.3p545 (2014-02-24) [x86_64-linux]
rentalcustard commented 9 years ago

Same issue on 2.0.0.

rentalcustard commented 9 years ago

This appears to be caused by http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?tid=742

kat-crumbs commented 9 years ago

Thanks for the precious hint! We now use wav instead of m4a. Hopefully commit e2f140a2f53d53d922900d259ab771a6fa84fd0c could fix the problem!