-
Disc does not match simulator
I’m really lost on something.
I have built a dvd with several (over 10) menus, buttons and tracks. Each track has a prescript and endjump script so that when a video is done playing, it returns to same menu as before it played and highlights the next button on that menu.
In simulator, it works like a charm. However, after burning, I get different result from different dvd players. For example: on a standard dvd player, when the video ends, it does not return to any menu, instead it plays a video that’s not even from the same menu as the prev video.
Or on WinDVD, when the video is done, the dvd just stops. No menu or video. Then when I hit the menu button, it goes to a totally non-related menu from the video that just played.
Is there some sort of stop i need to be using on the tracks? It’s just an odd situation.
the endjump script is as follows:
1. div GPRM 0, 32
2. mul GPRM 0, 32
3. mov GPRM 1, SPRM 8
4. div GPRM 1, 1024
5. add GPRM 0, GPRM 1
6. Jump indirect GPRM 0I appreciate an help you can offer.