View Full Version : error in deleting menus (PGCEdit)


mikenadia
27th February 2008, 17:16
Straight from the rip.
I am trying to delete a "Sneak Peeks" Menu.(No pre-post-cell commands and 8 buttons).
Kill Playback menu and select the "Back " button with the following command.
(SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
which looks like an acceptable command (choice of the button).
Got the following error.
Dialog title: "PgcEdit fatal error"
Dialog type: error
Dialog message:
Fatal error!
PgcEdit is trying to read data after the
end of a table.
This means that a Length Of Table value
is probably wrong. (See log.)

Tried to kill the menu by selecting other buttons but same error.
Log: if ( 100 == 100 ) : true.
------> Entering VTSM 3 , LU 1 (en) , 2 (0:21) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 2 (0:21) 8b....
******* Playing Program 1, Cell 1 (0:21.00) (8 buttons)
-> sprm(8:Highlighted button number) = 7168 (0x1C00) = button 7
Selected menu button: 7
-- button : (SetHL_BTN) Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
-> sprm(8:Highlighted button number) = 1024 (0x0400) = button 1
------> Entering VTSM 3 , LU 1 (en) , 4 (0:00) 8b.
******* Start playback VTSM 3 , LU 1 (en) , 4 (0:00) 8b....

Thx

blutach
27th February 2008, 20:54
It's a bug in PgcEdit. I got something like this a little while back and I'm sure this has been fixed for the next version.

Regards

mikenadia
27th February 2008, 21:40
Thx a lot.
It may be irrelevant but what I did after was to hide and NOP all the buttons in that menu, then Kill playback the menu on a NOP button and I did not get any error.

Edit:I have been able to do it without error message by going to each button of the menu, "select and Break" and Kill playback every PGC till I hit a menu with button.
After it is done for each button, Kill Playback menu.

blutach
27th February 2008, 21:43
Your precommands should now simply read

Set Highlighted Button =(mov) 1024 (button 1) ; LinkPGCN PGC 4
and the cell should be a dummy.

Regards

mikenadia
28th February 2008, 15:42
Probably not important . Straight from the rip.
Got a rip with some "NOT-one_sequential_titles" in VTS 10.
Run VobBlanker (got the message about those non-sequential tiltes). Rebuild times maps in PGCEdit and no message when reloading in Vobblanker. As expected.
Then, Kill Playback in those VTS 10 titles (blanking cells, no dummies).
Got the following message when reloading in VobBlanker.
VTS10 Detected 1 cells (VTS10,PGC001, Cell01) in PGCs not referenced in C_ADT using PGC initial and ending pointers.
Thx.
Edit:cosmetics: The "uncalled " column (when you click on Find uncalled PGCs) is not either refreshed or hidden when you do a restore.

r0lZ
29th February 2008, 00:35
Are you sure you have saved the IFOs? The additional cell is added immediately by PgcEdit when you blank some cells, but should be referenced in the IFOs loaded in PgcEdit. Of course, if you don't save them, the additional cell is still unreferenced.

I know the "uncalled" refresh problem, but it's not really easy to fix, as this column is the PGC label, and may contain virtually anything. Anyway, doing another "Find Uncalled" refreshes it.