fongecore / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Crash with -Z #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set -Z in cdparanoia options
2. Quit rr
3. Launch again
4. Hit rip with all tracks selected

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?
svn 125, Debian

Please provide any additional information below.
Possibly related to rubygettext?  rr would not run until I installed
libgettext-ruby1.8 but it still squawks about it not being found at startup:
RubyGems is not found. Please install ruby-gettext.

Full crash output:
[jebediah@manger]-(~/src/rubyripper/svn)$ ./rubyripper_gtk2.rb 
/usr/lib/ruby/1.8/glib2.rb: line 55
   GLib-GObject-CRITICAL **:g_boxed_type_register_static: assertion
`g_type_from_name (name) == 0' failed
/usr/lib/ruby/1.8/glib2.rb: line 55
   GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion `G_TYPE_IS_BOXED
(boxed_type)' failed
/usr/lib/ruby/1.8/glib2.rb: line 55
   GLib-GObject-CRITICAL **:g_object_class_install_property: assertion
`G_IS_PARAM_SPEC (pspec)' failed
/usr/lib/ruby/1.8/glib2.rb: line 55
   GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion `G_TYPE_IS_BOXED
(boxed_type)' failed
/usr/lib/ruby/1.8/glib2.rb: line 55
   GLib-GObject-CRITICAL **:g_object_class_install_property: assertion
`G_IS_PARAM_SPEC (pspec)' failed
RubyGems is not found. Please install ruby-gettext.
./rubyripper_gtk2.rb:900:in `initialize': undefined method `_' for
#<DirExists:0xf6853d28> (NoMethodError)
        from ./rubyripper_gtk2.rb:271:in `new'
        from ./rubyripper_gtk2.rb:271:in `update'
        from ./rubyripper_gtk2.rb:248:in `initialize'
        from ./rubyripper_gtk2.rb:248:in `new'
        from ./rubyripper_gtk2.rb:248:in `update'
        from ./rr_lib.rb:954:in `prepare_dirs'
        from ./rr_lib.rb:952:in `each'
        from ./rr_lib.rb:952:in `prepare_dirs'
        from ./rr_lib.rb:877:in `settings_ok'
        from ./rubyripper_gtk2.rb:222:in `start_rip'
        from ./rubyripper_gtk2.rb:221:in `initialize'
        from ./rubyripper_gtk2.rb:221:in `new'
        from ./rubyripper_gtk2.rb:221:in `start_rip'
        from ./rubyripper_gtk2.rb:98:in `create_signals'
        from ./rubyripper_gtk2.rb:1034:in `call'
        from ./rubyripper_gtk2.rb:1034:in `main'
        from ./rubyripper_gtk2.rb:1034

Original issue reported on code.google.com by mordbr...@gmail.com on 1 Aug 2007 at 1:17

GoogleCodeExporter commented 8 years ago
I thinks it's fixed in latest commit. Can you confirm this, for it is probably 
distro dependant.

Original comment by rubyripp...@gmail.com on 6 Aug 2007 at 6:15

GoogleCodeExporter commented 8 years ago
No news is good news. Closing the bug.

Original comment by rubyripp...@gmail.com on 26 Aug 2007 at 8:23