Log in

View Full Version : What's wrong with this audio menu?


LogicDeLuxe
4th March 2005, 13:37
I used buttons like thisif (g3 eq 1) {audio = 0; resume;} else {audio = 0; g3 = 1; jump title 1;}for selecting the audio and start/resume the movie immediately. (g3 is reset to 0 at the end of the movie).

Playing the DVD with IfoEdit, I get a warning when one of those audio buttons is pressed:
"DVD Warning: An illegal navigation command was encountered."
The movie starts/resumes, but the selected audio track stays unchanged.

Players working fine, despite of this:
- Eugines DVD-Player (freeware for the Sigma-Design Hollywood decoder board)
- SEG New Orleans (standalone player)
- Mustek/Yukai R100A (standalone recorder)

One player I found to fail:
- WinDVD 4 (movie plays, but audio is not changed from the menu)

Well, did I something wrong with my instructions, is this a bug in the player or a bug in dvdauthor?