On Tue, Jun 01, 2010 at 08:00:59AM +0200, Reimar D?ffinger wrote: > On Tue, Jun 01, 2010 at 12:18:38AM -0500, Stephen Stocker wrote: > > This happens with either mplayer dvdnav://1 or dvd://1 or > > dvd://1-14. I've now tried reverting libdvdcss to r31154, which > > works fine. Then tried r31157, and I get the same error. > > Could you please check which of r31155, r31156 and r31157 broke it > exactly? I think there's a typo, could you try Index: libdvdcss/libdvdcss.c =================================================================== --- libdvdcss/libdvdcss.c (revision 31294) +++ libdvdcss/libdvdcss.c (working copy) @@ -367,7 +367,7 @@ if( dvdcss->b_ioctls ) { i_ret = _dvdcss_test( dvdcss ); - if( i_ret == -2 ) + if( i_ret == -3 ) { /* Scrambled disk, RPC-II drive, no region set: bail out */ free( dvdcss->psz_device );