PDA

View Full Version : LinkTailPGC vs. LinkNoLink in pgcedit


ivanova
21st February 2007, 13:39
Using the 'Kill PGC playback' macro to go from this:********** pre commands:
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
to this:

********** pre commands:
[51 00 00 80 00 00 00 00] 1 (SetSTN) Set Audio stream = 0
[00 00 00 00 00 00 00 00] 2 NOP
[20 01 00 00 00 00 04 00] 3 LinkNoLink, button 1 (1024)
[00 00 00 00 00 00 00 00] 4 NOP
[30 08 00 14 01 C0 00 00] 5 (CallSS) Call the VMGM PGC 20, resume cell 1
********** post commands:
[30 08 00 14 01 C0 00 00] 1 (CallSS) Call the VMGM PGC 20, resume cell 1
********** cell commands:
[20 01 00 00 00 00 04 0D] 1 LinkTailPGC, button 1 (1024)
Playing with xine gives me an error:
Error reading NAV packet

Replacing the LinkNoLink with the original LinkTailPGC command gives no error.

kumi
21st February 2007, 13:43
Might be a bug... according to http://www.dvd-replica.com/DVD/linknolink.php "LinkNoLink can be present only in cell or button commands."

Edit: then again it says the same thing for LinkTailPGC :confused:

r0lZ
21st February 2007, 17:36
Obviously, it's a bug. Can you post the original command of the button you have selected when blanking the PGC? Thanks.

And yes, LinkTailPGC is also illegal in pre commands. You should replace the command by SetHL_BTN Button 1.

ivanova
22nd February 2007, 07:48
I didn't select any button.
SetHL_BTN works, thanks

blutach
25th February 2007, 02:21
I have one player that hangs with a LinkNoLink command. Now I know why! Thanks Kumi.

Regards