AlexLeoTW / rubyripper

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

Dies when comparing mismatching files #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. rip CD that needs corrections
2.
3.

What is the expected output? What do you see instead?
Should compare files, instead dies

What version of the product are you using? On what operating system?
latest from svn as of 20061102 on Debian

Please provide any additional information below.
cdparanoia III release 10pre0 (August 29, 2006)
(C) 2006 Monty <monty@xiph.org> and Xiph.Org

Report bugs to paranoia@xiph.org
http://www.xiph.org/paranoia/

Ripping from sector  270042 (track 15 [0:00.00])
          to sector  295089 (track 15 [5:33.72])

outputting to /Sjø/rr/track15_1.wav

 (== PROGRESS == [                 + + +++++++++| 295089 00 ] == :^D * ==)

Done.

cdparanoia III release 10pre0 (August 29, 2006)
(C) 2006 Monty <monty@xiph.org> and Xiph.Org

Report bugs to paranoia@xiph.org
http://www.xiph.org/paranoia/

Ripping from sector  270042 (track 15 [0:00.00])
          to sector  295089 (track 15 [5:33.72])

outputting to /Sjø/rr/track15_2.wav

 (== PROGRESS == [                  ++++++++++++| 295089 00 ] == :^D * ==)

Done.

./rr_lib.rb:418:in `analyze_files': undefined method `<<' for nil:NilClass
(NoMethodError)
        from ./rr_lib.rb:344:in `main'
        from ./rr_lib.rb:330:in `initialize'
        from ./rr_lib.rb:719:in `new'
        from ./rr_lib.rb:719:in `ripper'
        from ./rr_lib.rb:718:in `each'
        from ./rr_lib.rb:718:in `ripper'
        from ./rr_lib.rb:604:in `initialize'
        from ./rubyripper_gtk2.rb:168:in `new'
        from ./rubyripper_gtk2.rb:168:in `on_ripcdbutton_clicked'
        from ./rubyripper_gtk2.rb:158:in `initialize'
        from ./rubyripper_gtk2.rb:158:in `new'
        from ./rubyripper_gtk2.rb:158:in `on_ripcdbutton_clicked'
        from ./rubyripper_gtk2.rb:8:in `to_proc'
        from ./rubyripper_gtk2.rb:351:in `call'
        from ./rubyripper_gtk2.rb:351:in `main'
        from ./rubyripper_gtk2.rb:351

Original issue reported on code.google.com by mordbr...@gmail.com on 2 Nov 2006 at 10:30

GoogleCodeExporter commented 8 years ago
Problem is known since yesterday and has highest priority now. It is due to some
renaming of variables, but it may be more difficult than that. Need to test it 
more.

Original comment by rubyripp...@gmail.com on 3 Nov 2006 at 5:39

GoogleCodeExporter commented 8 years ago
Well it doesn't crash with revision 9 anymore. No more missing variable madness 
;)

On the other hand, no mismatched chunks seems to be corrected at trial 3 (with 
standard settings). I'm looking into this right now.

Original comment by rubyripp...@gmail.com on 5 Nov 2006 at 4:00

GoogleCodeExporter commented 8 years ago
Just in case anyone ever got to look at this: the thing I spoke of in comment 
#2 is 
solved in revision 11.

Original comment by rubyripp...@gmail.com on 6 Nov 2006 at 9:43