Hi all, Got a dvd crashing with the following: libdvdnav: WARNING: Unknown Command=7 /.../git/src/vm/decoder.c:575: eval_command: Assertion `0' failed. I think the message should read 'Unknown Command Type' (posted a patch for it in the mean time), Is command type 7 illegal, or is it something unknown and dvdnav does not know how to cope with it? Kind regards, -Marcel -- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel@mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com
On 15 Aug, Marcel J.E. Mol wrote :
Is command type 7 illegal, or is it something unknown and dvdnav does not know how to cope with it?
Very likely the latter. And, of course, this habit of abusing abort and assert must stop... Can you try to return safely and ignoring the command? With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
(actually it is not me having the problem...) but I've let the other guy test with updated library and the dvd plays fine now. So see the patch I just posted (the earlier one only fixing the error text can be ignored if it reaches the list). Thanks, -Marcel On Fri, Aug 15, 2014 at 08:40:41PM +0200, Jean-Baptiste Kempf wrote:
On 15 Aug, Marcel J.E. Mol wrote :
Is command type 7 illegal, or is it something unknown and dvdnav does not know how to cope with it?
Very likely the latter.
And, of course, this habit of abusing abort and assert must stop... Can you try to return safely and ignoring the command?
With my kindest regards,
-- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device _______________________________________________ DVDnav-discuss mailing list DVDnav-discuss@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
-- ======-------- Marcel J.E. Mol MESA Consulting B.V. =======--------- ph. +31-(0)6-54724868 P.O. Box 112 =======--------- marcel@mesa.nl 2630 AC Nootdorp __==== www.mesa.nl ---____U_n_i_x______I_n_t_e_r_n_e_t____ The Netherlands ____ They couldn't think of a number, Linux user 1148 -- counter.li.org so they gave me a name! -- Rupert Hine -- www.ruperthine.com
Le 15/08/2014 15:38, Marcel J.E. Mol a écrit :
So see the patch I just posted (the earlier one only fixing the error text can be ignored if it reaches the list).
Applied, of course. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device
participants (2)
-
Jean-Baptiste Kempf -
Marcel J.E. Mol