View Full Version : runtime error 0006 : what does it mean and how to fix it ?
fibola
22nd August 2005, 19:38
i get this error : Error 0006 : DVD-RB has found framecount difference between the PREPARE and REBUILDING phases. Aborting.
it occure when it got to 100% at the rebuild phase.
im using dvdrb-pro rc4 with cce 2.67
i try to read what the problem but i didnt understand what is it and specialy how to fix it .
furthermore although the error and the aborting as i said it happen at 100% and i got the output and played it with powerdvd and it seems to be working, menu movie till the end and at the size of 4.6gb
i dont know if this is important but the movie i processed is The interperter
and i chose movie and menus only ( blank extras ) .
thanx
jdobbs
22nd August 2005, 20:05
Use RC5.1. There were some fixes that are related to this.
fibola
22nd August 2005, 20:21
thanx will do .
fibola
23rd August 2005, 08:26
jdobbs : i tried that movie with rc5.1 got the same error .
jdobbs
23rd August 2005, 13:02
What encoder did you use? That error occurs when DVD-RB is attempting to reapply the frame flags from the original stream to the newly created M2V and runs out of flags. Only two things could cause this.
1. The output M2V has more frames that the input.
2. The temporal sequence number of a frame in the M2V is illegal.
Unfortunately there's not a lot DVD-RB can do about it except report that it is there. If possible, could you run that M2V file through bitrate viewer and see how many frames it counts? Then compare that number to the length of the .FLG file.
knife
23rd August 2005, 23:16
I encounted this when I used "movie and menu only", full backup no problem.
VTS02 contains Extra where one PGC with ILVU.
Common for the extra in the rebuilder.ecl is (no ILVU):
frame_first=0
frame_last=15
encode_first=0
encode_last=15
Means a trimming that yield 14frames
Common for the extra in .avs is (no ILVU):
BlankClip(last, length=12)
Strange shoulden't it be length 14
All extra .m2v files is 14 frames and 23.7kb (no ILVU).
Correct according to the .ecl
While the .FLG files has varies from 12bytes to 31kb (no ILVU)
Isen't this strange, I thougt that RB just simply generated 14 flags in .FLG for each cell to match the .ECL entries for the "blanked" extras in "movie and menu mode" only.
-----
The ILVU PGC, 3 cells are correct:
.ecl
frame_first=0
frame_last=1700
encode_first=0
encode_last=1700
.avs
BlankClip(last, length=1699)
.FLG
1700byte (should be 1699, could be 1byte overhead that makes it up to 1700)
I solved the error 0006 problem by just correcting the .FLG files for the blanked cells to contain 14flags. Now all by blanked cells have a .FLG file of size 14bytes.
//Knife
//Knife
jdobbs
24th August 2005, 14:07
Good analysis work! I'll follow up on it and see what I can find.
Thanks.
jdobbs
25th August 2005, 21:43
Ok. I've fixed it. It was an odd mix. The FLG file isn't being updated to the proper length when blanking occurs. Also, the "length=" setting is incorrect -- it should be 15 frames long. Just FYI...
frame_first=0
frame_last=15
encode_first=0
encode_last=15
this is an indicator of 15 frames -- frame 0 is significant.
The reason is doesn't happen very often is because the FLG file would have to be smaller than the 15 blank frames in order to have kicked this error out. That only happens rarely...
Thanks for the analysis -- it was a great help in ironing this one out.
knife
25th August 2005, 22:16
You are right about the length.
The reason why I choosed to have 14 instead is that BitrateViewer counts 14frames for the encoded .m2v even if CCE indicates 15frames when the project file is opens (item.ecl)
Now I know that Bitrate Viewer counts from 0!
I'm happy that I could help out, it's fun.
//Knife
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.