jrittenh / rubyripper

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

.rubyripper_settings is missing the destination_dir settings #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get latest from trunk (v91)
2. Remove old .rubyripper_settings
3. Start Ruby ripper (gui or cli)

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

When ripping starts: 
./rr_lib.rb:836:in `prepare_dirs': undefined method `include?' for 
nil:NilClass (NoMethodError)
        from ./rr_lib.rb:781:in `settings_ok'
        from ./rubyripper_gtk2.rb:138:in `rip_cd'
        from ./rubyripper_gtk2.rb:136:in `initialize'
        from ./rubyripper_gtk2.rb:136:in `new'
        from ./rubyripper_gtk2.rb:136:in `rip_cd'
        from ./rubyripper_gtk2.rb:12:in `to_proc'
        from ./rubyripper_gtk2.rb:952:in `call'
        from ./rubyripper_gtk2.rb:952:in `main'
        from ./rubyripper_gtk2.rb:952

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

Sidux (Debian unstable), applies to gui and cli

Please provide any additional information below.

If I add the entry 'destination_dir' to .rubyripper_settings, everything 
works

Original issue reported on code.google.com by crazysw...@gmail.com on 4 Apr 2007 at 10:01

GoogleCodeExporter commented 9 years ago
Ok, perhaps there is a bug after all. I'll look into it.

Original comment by rubyripp...@gmail.com on 5 Apr 2007 at 4:20

GoogleCodeExporter commented 9 years ago
It should be fixed now. I could reproduce your problem after deleting my 
settings 
file. With latest commit the problem is solved for me.

Original comment by rubyripp...@gmail.com on 9 Apr 2007 at 11:39

GoogleCodeExporter commented 9 years ago
Jepp, works here as well

Original comment by crazysw...@gmail.com on 12 Apr 2007 at 9:12