I made a menu/chapter svcd's with TSCV v0.83 beta 1.
1 svcd with the following:
(1) main menu with 3 choices:
a. Play movie
b. Chapter select
c. Slideshow
(2) Chapter menu with 4 chapters

My Menu Structure looks like this:

CD
Mainmenu: (path) Mainmenu.mpeg (smenu-0)
Menu: (path) Chaptermenu.mpeg(smenu-1)
Completemovie.mpg(selection-m1-0)
Chapter(selection-m1-1)
Chapter(selection-m1-2)
Chapter(selection-m1-3)
Slideshow.mpg (selection m2-0)

My select ref is set to go where I want it to go
Now I have a problem
When I play the svcd I don't get anything
I've even mad vcd with the same structure but don't get anything. Is my bin/cue file corrupt? cause when I run the create bin/cue I get the following in the log tab:


scanning mpeg sequence item "sequence-4" for scanpoints...
APS' pts seems out of order (actual pts 0.340078, last seen pts 160.299867) -- ignoring this aps
APS' pts seems out of order (actual pts 0.940667, last seen pts 160.299867) -- ignoring this aps
etc.


Now this continues for a long time!!!!!!! actual pts 50.38702 and so on. The log also says this too:


scanning mpeg sequence item "menu-3" for scanpoints...
scanning mpeg sequence item "menu-0" for scanpoints...
mpeg stream will be padded on the fly -- hope that's ok for you!
mpeg stream contained no scan information (user) data
autopadding requires to insert additional 4416 zero bytes into MPEG stream (due to 16 unaligned packets of 17 total)
mpeg stream shorter than 75 sectors
this VCD type should not contain MPEG2 streams
this VCD type requires an audio stream to be present

What am I doing wrong?