gco / rubyripper

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

Crash of GTK2 GUI without ruby-gettext #563

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using latest master

    commit d74cbef1641ac617fc13bb16673edcdb31a9d806
    Author: Bouke Woudstra <boukewoudstra@gmail.com>
    Date:   Thu Jan 24 21:46:08 2013 +0100

        Move out of the loop when the iterator is deleted in the loop.

starting the GTK2 GUI with `./bin/rubyripper_gtk2`, it crashes when clicking on 
preferences.

    /src/rubyripper/lib/rubyripper/gtk2/gtkPreferences.rb:30:in `<class:GtkPreferences>': undefined method `_' for GtkPreferences:Class (NoMethodError)
            from /src/rubyripper/lib/rubyripper/gtk2/gtkPreferences.rb:21:in `<top (required)>'
            from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
            from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
            from ./bin/rubyripper_gtk2:256:in `startupPreferences'
            from ./bin/rubyripper_gtk2:278:in `block in showDiscOrPreferences'

Please update `README` if this is expected. That would be awesome.

Original issue reported on code.google.com by pm.deb...@googlemail.com on 22 Mar 2013 at 12:34

GoogleCodeExporter commented 9 years ago
Somehow it seems to fail to load the GetText help library. I've tested on my 
own system to either remove it or install it; and both seem to work just fine.

Can you still reproduce this after updating your system?

Maybe you can try to remove gettext from your system and then add it again with 
gem install gettext? Make sure to add the gem binary dir into your PATH though.

Original comment by boukewou...@gmail.com on 9 May 2013 at 11:12