crash, gentoo
Brought to you by:
solbu
# grip
(grip:19167): Gtk-CRITICAL **:
gtk_progress_set_percentage: assertion `percentage >= 0
&& percentage <= 1.0' failed
I think its because the denominator coming from lame is
0---I see some Inf displays in there.
I am running gentoo linux, lame 3.96.1. the error
occurs in both 3.3.0 and 3.3.1 .
maybe you want to replace the assertion with a warning,
and/or take into account what happens if a helper
program gives unparseable output.
regards,
/iaw
Logged In: YES
user_id=1764820
Originator: NO
I get the same problem - also in Gentoo, where it is passing NaN to gtk_progress_bar_update. Where it is calculating the percentage (around rip.c line 934), ginfo->mp3size[mycpu] is 0. Adding in a bit of debug shows that the line that sets this value is never being called.