CDR-Zone.COM Forum Index Home | Reviews | Software | Guides | Articles | Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
crash with the "resume" button

 
Post new topic   Reply to topic    CDR-Zone.COM Forum Index -> DvdReMake - General
Author Message
guy-pierre
Newbie
Newbie


Joined: 12 Jul 2006
Posts: 33

PostPosted: Sun May 18, 2008 2:29 pm    Post subject: crash with the "resume" button Reply with quote

hi team

After reauthoring a movie menu, the player crashes when I use the "resume" button. How can I allocate the "resume" function to the "movie" button in the chapter menu ? To helping you to solve this problem, I have zipped all the IFOs and the VTS_01_0.VOB of the test DVD and uploaded them to the following file hosting site :
http://www.simpleupload.net/download/335015/Elevator-to-the-gallows.7z.html

Thanks very much for your help Smile

Pierre
Back to top
toaddub
Moderator
Moderator


Joined: 12 Sep 2004
Posts: 1973

PostPosted: Sun May 18, 2008 7:13 pm    Post subject: Reply with quote

Resume command means to resume to the last played title. Since no title (movie) has been played yet, there is nothing to resume, so the player stops. So here's what you do:
  1. In First Play PGC, insert pre-command "R[0] = 0" at line 1.
  2. In the root menu, delete the first 2 pre-commands. That's not where you want to resume. What if you want to access the root menu.
  3. Create a new menu PGC (PGC 5). Add the following commands:
    1. if (R[0] == 1) Resume
    2. Jump VTS Title 1
  4. In root menu, change Play Movie button to "Link PGC 5".
  5. In chapter menus (PGC 2-4), change Movie button to "Link PGC 5" as well.
  6. In movie PGC, add pre-command "R[0] = 1". This is to set the value for resume should you not finish watching the movie.
  7. In movie PGC, add post-command "R[0] = 0". This is to reset the value when you finish watching the movie.
And that should do it.

btw, the chapter buttons for 1-7, 8-14, 15-22 for the 3 chapter menus are not linking to the correct PGC. I'm sure you know how to fix it to get to the correct PGC.
Back to top
guy-pierre
Newbie
Newbie


Joined: 12 Jul 2006
Posts: 33

PostPosted: Sun May 18, 2008 9:01 pm    Post subject: Reply with quote

Smile Smile
now I have done what you suggest and it works fine...I think I would not be able to find the solution without this "professional" help.
What the chapter buttons are concerned, I had not finished the linking and I wanted first solve this "resume" problem. I know how to fix it.

Thank you very much for your help and your advice... Razz

Pierre
Back to top
CDR-Zone.COM
Advertisement Bot


Posted:     Post subject: Advertisement:

Back to top
Display posts from previous:   
Post new topic   Reply to topic    CDR-Zone.COM Forum Index -> DvdReMake - General All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group