toomasadam / aloxripper

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

wrong number of arguments #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Insert a lucky disc
2. crash

What is the expected output? What do you see instead?

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.
[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.
./rr_lib.rb:393:in `_': wrong number of arguments (2 for 1) (ArgumentError)
        from ./rr_lib.rb:393:in `make_internet_contact'
        from ./rr_lib.rb:374:in `get_disc_info'
        from ./rr_lib.rb:356:in `freedb'
        from ./rubyripper_gtk2.rb:176:in `scan_drive'
        from ./rubyripper_gtk2.rb:165:in `initialize'
        from ./rubyripper_gtk2.rb:165:in `new'
        from ./rubyripper_gtk2.rb:165:in `scan_drive'
        from ./rubyripper_gtk2.rb:69:in `initialize'
        from ./rubyripper_gtk2.rb:1033:in `new'
        from ./rubyripper_gtk2.rb:1033

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

GoogleCodeExporter commented 9 years ago
This one is fixed in latest commit (typo). If any crashed still occur, please 
file 
a new issue.

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