Opened 14 years ago

Closed 13 years ago

#1650 closed defect (duplicate)

Crash on forward navigation on DVD

Reported by: kernel@… Owned by: reimar
Priority: normal Component: demuxer
Version: unspecified Severity: normal
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

When using the default "open disc" option from gmplayer, I cannot navigate through the DVD as it just ends after the opening copyright notice. If I press forward track it crashes every single time. I will attach the debug output from gdb in this report. When using the alternative dvdnav:// I cannot click on any of the on-screen items to navigate the dvd either. It was built on a debian testing installation with only the following options:
./configure --prefix=/usr --disable-mencoder --disable-mencoder --enable-debug --enable-gui

and no forced cflags/cxxflags

Attachments (1)

mplayer-navigation-crash.txt (37.4 KB ) - added by kernel@… 14 years ago.
gdb crash debug output

Download all attachments as: .zip

Change History (6)

by kernel@…, 14 years ago

gdb crash debug output

comment:1 by kernel@…, 14 years ago

comment:2 by kernel@…, 14 years ago

Is this bugzilla used?

comment:3 by compn, 13 years ago

Cc: patriotact@… added

yes the bugzilla is used. just that there are less than 5 active mplayer devels.

if you want to watch more than the first title of the dvd you should use dvd://2 or dvd://3 etc.

if you want to use dvdnav:// you have to use the keys in input.conf to select titles, or add -mouse-movements and make sure your vo is supported.:

-mouse-movements

Permit MPlayer to receive pointer events reported by the video
output driver. Necessary to select the buttons in DVD menus.
Supported for X11-based VOs (x11, xv, xvmc, etc) and the gl,
gl2, direct3d and corevideo VOs.

##
## DVDNAV
## Requires dvdnav://
##

UP {dvdnav} dvdnav up # DVDNav UP
DOWN {dvdnav} dvdnav down # DVDNav DOWN
LEFT {dvdnav} dvdnav left # DVDNav LEFT
RIGHT {dvdnav} dvdnav right # DVDNav RIGHT
ESC {dvdnav} dvdnav menu # DVDNav MENU
ENTER {dvdnav} dvdnav select # DVDNav SELECT (ok)
BS {dvdnav} dvdnav prev # DVDNav PREVIOUS menu (in the order chapter->title->root)

as for the crash, no idea.

comment:4 by compn, 13 years ago

Owner: changed from r_togni@… to reimar

comment:5 by reimar, 13 years ago

Resolution: duplicate
Status: newclosed

Mostly GUI-specific, gui is no longer maintained, however it happens to be fixed "by chance".

Note: See TracTickets for help on using tickets.