Can't play some DVD's in neither gxine nor Dragon Player

Asked by Image of me

When opening gxine I get the following output:

warning: configuration item media.audio_cd.cddb_cachedir points to a non-existent location /home/kobilya/.xine/cddbcache
warning: configuration item media.capture.save_dir points to a non-existent location
warning: configuration item media.dvb.channels_conf points to a non-existent location /home/kobilya/.xine/channels.conf
warning: configuration item media.dvd.raw_device points to a non-existent location /dev/rdvd
warning: configuration item media.video4linux.radio_device points to a non-existent location /dev/radio0
warning: configuration item media.video4linux.video_device points to a non-existent location /dev/video0
warning: configuration item media.wintv_pvr.device points to a non-existent location /dev/video0
warning: configuration item decoder.external.real_codecs_path points to a non-existent location
warning: configuration item decoder.external.win32_codecs_path points to a non-existent location /usr/lib/codecs
warning: configuration item subtitles.separate.font_freetype points to a non-existent location
lirc: cannot initialise - disabling remote control
lirc: maybe lircd isn't running or you can't connect to the socket?

And then, when I try to open the DVD, it says the following, gets the entire window manager stuck for a few seconds, and then closes:

libdvdnav: Using dvdnav version 1.1.15 from http://xine.sf.net
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdnav: vm: faild to open/read the DVD
libdvdnav: Using dvdnav version 1.1.15 from http://xine.sf.net
libdvdread: Can't open /dev/dvd for reading
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
libdvdnav: vm: faild to open/read the DVD
xine-lib: error: Read error from:: /dev/dvd
gxine: killed by watchdog bite
Aborted

In Dragon Player the situation is different: after I select "Play disc", it just ignores the selection, and the "Play" button stays disabled. I'm not sure if this is relevant, but here is the terminal output when dragon is launched:

dragonplayer(6002) Phonon::KdePlatformPlugin::createBackend: using backend: "GStreamer"
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableSubtitlesChanged()
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableAudioChannelsChanged()
Object::connect: No such signal Phonon::Gstreamer::MediaObject::titleChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableTitlesChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::chapterChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableChaptersChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::angleChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableAnglesChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableSubtitlesChanged()
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableAudioChannelsChanged()
Object::connect: No such signal Phonon::Gstreamer::MediaObject::titleChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableTitlesChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::chapterChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableChaptersChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::angleChanged(int)
Object::connect: No such signal Phonon::Gstreamer::MediaObject::availableAnglesChanged(int)

Thanks for your help,
Ilya

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Florian Diesch
Solved:
Last query:
Last reply:
Revision history for this message
jscc88 (jscc88-deactivatedaccount) said :
#1

maybe a package in you sistem is breakout.

try to make this:

sistem admin admin packaje synaptic

here in no install choose all items and delete all with click right.then apply the changes.

o try to gen into ubuntu in recovery mode

good luck

Revision history for this message
Image of me (ilya-kogan) said :
#2

Hi Juan
Thanks for your answer, but I didn't understand it.
I opened Synaptic Package Manager. What should I do next? Should I click "Status" and then "Not installed"?
Sorry, I'm a newbie :)

Revision history for this message
jscc88 (jscc88-deactivatedaccount) said :
#3

ok, scuseme, my english is so bad.

click in Synaptic Package Manager then Status then Not installed here you select all and click right and delete all selected items.

and escuseme, my english is bad.

good luck

Revision history for this message
Image of me (ilya-kogan) said :
#4

But there are hundreds of items in the list, and there is no option to delete. Only "Mark for installation".

Revision history for this message
Florian Diesch (diesch) said :
#5

Could you please open a Terminal window, type
  apt-cache policy libdvdcss2
and post the output?

libdvdcss is needed to access most commercial video DVDs. Some DVDs contain special errors to prevent them from being used in computers. libdvdcsss is quite good in dealing with them but needs to be a recent version to work around the recent kind of errors.

For me version 1.2.10-0.2medibuntu1 from the Medibuntu repository works with almost all DVDs

Revision history for this message
Image of me (ilya-kogan) said :
#6

Thanks for your answer. Here is the output:

libdvdcss2:
  Installed: 1.2.10-0.2medibuntu1
  Candidate: 1.2.10-0.2medibuntu1
  Version table:
 *** 1.2.10-0.2medibuntu1 0
        100 /var/lib/dpkg/status

Revision history for this message
Best Florian Diesch (diesch) said :
#7

That looks good.

What does
 lsdvd /dev/dvd
print?

Revision history for this message
Image of me (ilya-kogan) said :
#8

Florian, thank you very much! After a lot of searching throughout the web, you're the only one who solved mt problem. I ran:
sudo apt-get install lsdvd
and the movie now plays fine in gxine.
(Dragon Player still does nothing)

Revision history for this message
Image of me (ilya-kogan) said :
#9

Thanks Florian Diesch, that solved my question.