LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   XINE crashes at DVD menu (https://www.linuxquestions.org/questions/linux-software-2/xine-crashes-at-dvd-menu-167366/)

czechknight93 04-07-2004 01:06 PM

XINE crashes at DVD menu
 
Hello!

I am trying to watch DVDs in Linux. My system runs Mandrake 10 Community. When I insert a dvd into the drive, the proper icon appears on the desktop with the name of the dvd as the icon title (this is normal operation). I then load XINE to play the dvd and the warning screen and copyright screen load just fine and then the dvd goes to the dvd menu. I never actually see the menu before XINE crashes without ANY error messages. It just disappears. I have the following libraries installed:

libdvdcss-1.2.8
libdvdnav-0.1.9
libdvdplay-1.0.1
libdvdread-0.9.4
regionset
dvdfilter-0.1 (downloaded, but not installed)

I then try to use Totem to play the dvd and it too crashes, but with a vague error message of "Application 'Totem' (process 2502) has crashed due to a fatal error. (Aborted)." As you can see, to the average person, that error message is like a Windows error message (it tells you absolutely jack). With that failure, I go on to MPlayer. Selecting the dvd option causes the GUI to go black and MPlayer freezes and will NOT close until I log out and then log in again.

I'm pretty sure I have all of the requirements to play dvds, but it just isn't happening. If there is any help, it would be greatly appreciated. This is just one more step (almost the last) to break away from Windows. Thanks!

Billy

czechknight93 04-08-2004 10:57 AM

I still haven't found a solution to this problem. Do I have all the proper libraries to watch DVDs (see list above)? What else do I need to install? ANY help will be greatly appreciated. Thanks!

JaseP 04-08-2004 11:06 AM

I use SuSE and just went and downloaded the full version of mPlayer from this one website to play DVDs on my laptop (the only Linux machine I have that is equiped with a DVD player). I don't remember the site off-hand

LinFreak! 04-08-2004 11:10 AM

I think it is because the disk is auto-mounted. Unmount the disk (not eject) then try again.

edit: xine cannot work on a mounted disk; dvds are udf instead of iso9660.

mrd 04-08-2004 12:58 PM

You might want to try Videolan Client. I found it to be the easiest to get working of the 3. If you have a somewhat older distribution, it can be difficult to get the others to play because of version/library issues.

czechknight93 04-08-2004 09:40 PM

Hello!

I finally got some error messages from my console output for XINE.

Code:

[billy@localhost billy]$ xine
This is xine (X11 gui) - a free video player v0.9.23.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3a from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: DVDVolume
libdvdnav: DVD Serial Number: ba122b16
libdvdnav: DVD Title (Alternative): DVDVolume
libdvdnav: Unable to find map file '/home/billy/.dvdnav/DVDVolume.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
libdvdread: Invalid IFO for title 2 (VTS_02_0.IFO).
libdvdnav: ifoOpenVTSI failed - CRASHING!!!
Aborted
[billy@localhost billy]$ xine
This is xine (X11 gui) - a free video player v0.9.23.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3a from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: MR_NICE_GUY_FF
libdvdnav: DVD Serial Number: 24ddb269
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/billy/.dvdnav/MR_NICE_GUY_FF.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
 
*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***
 
[billy@localhost billy]$ xine
This is xine (X11 gui) - a free video player v0.9.23.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3a from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: DVD_VIDEO
libdvdnav: DVD Serial Number: 259D73A1
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/billy/.dvdnav/DVD_VIDEO.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
[billy@localhost billy]$ xine
This is xine (X11 gui) - a free video player v0.9.23.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc3a from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: DVDVolume
libdvdnav: DVD Serial Number: badb0b78
libdvdnav: DVD Title (Alternative): DVDVolume
libdvdnav: Unable to find map file '/home/billy/.dvdnav/DVDVolume.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
libdvdread: Invalid IFO for title 1 (VTS_01_0.IFO).
libdvdnav: ifoOpenVTSI failed - CRASHING!!!
Aborted
[billy@localhost billy]$


This is using 4 different DVDs from varying years of production. All of them crash at the menu, as you can see. Also note that the output says "Encrypted DVD support unavailable." Shouldn't libdvdcss take care of this? All of the errors are comming from libraries I have installed (AS LISTED IN THE FIRST POST OF THIS THREAD).

mrd - I will give Videolan Client a try.:study:

JaseP - I plan to stay with Mandrake 10:cool: , but I will try to download a new version of mPlayer.

LinFreak! - I hate to ask, but how exactly do you "unmount" the drive? I have never unmounted a device before out of the 3 or so years I've used linux. :o

LinFreak! 04-09-2004 01:10 PM

Type:

umount /mnt/cdrom <-cdrom being the mountpoint of your dvd disks

Have a look in /etc/fstab to find out where your disk mounts itself.
It looks like it is seeing your DVDs so this may not fix the problem but it's worth a try! Also it says the region for your DVDs is region1; check this setting in xine preferences.
You are correct in saying libdvdcss should handle encrypted disks.

(tm) 04-13-2004 07:45 AM

Hi!

So....

did you sorted it out?

I've got more less the same problem.

czechknight93 04-13-2004 10:09 AM

Does cheating count?
 
Quote:

did you sorted it out?
Well.....yes and no. I had been working on this for a long time, so I decided to cheat a little.....well.....a lot. I bought a DVD decrypter (and downloaded a free one that works just as well, except it creates HUGE files) for Windows :o . It rips the DVD, decrypts it, and then compresses it into DivX format, which opens right up in MPlayer :D . Therefore......DVDs (sort of) in Linux :cool: . It's unfortunate that I had to resort to this, but I can now watch my favorite movies in Linux.


All times are GMT -5. The time now is 02:07 AM.