Log in

View Full Version : Error #6 Remains in v.073


kingspawn
2nd February 2005, 16:00
I am experiencing Error #6 overflow messages when trying to process X-Files season 2 disks. The problem first showed up in V.069 but that may be just because that was when I first tried these disks.

I am using CCE Basic.

Anyone else experiencing similar issues or am I all alone?

wmansir
2nd February 2005, 17:21
EDIT: This was error 0006 a difference between source and build files. Is this the same error you are talking about?

I just got one this morning with .73, .74 didn't fix it.

I found the problem and fixed it myself, but I still don't know the cause. The files were processed with VobBlanker, which could definitly be a source for trouble.

Anyway, the issues with me was that DVD-RB tried to make a segment that was 0 frames in length. The .avs file actually created a 1-frame video. I noticed the .FLG file for that cell was 0 bytes. So I copied another .FLG file from a 1-frame cell and re-ran the rebuild and it worked.


The avs files:V01000000044001.AVS
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:44, CELLID:01
#------------------
LoadPlugin("C:\DGDecode.dll")
mpeg2source("E:\JACKIE_BROWN_D2\D2VAVS\V01.D2V",idct=7)
trim(0,-1)
MyFilter()
ConvertToYUY2()
AudioDub(BlankClip())


V01000100044001.AVS
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:44, CELLID:01
#------------------
LoadPlugin("C:\DGDecode.dll")
mpeg2source("E:\JACKIE_BROWN_D2\D2VAVS\V01.D2V",idct=7)
trim(0,-1)
MyFilter()
ConvertToYUY2()
AudioDub(BlankClip())



The .INF entrys:[V0100044]
Last_Sector=4
[V01000000044001]
SCR=.000
PTS=29707.000
Frame_Rate_Code=1
Pulldown=0
Structure=3
Frames=0
First_Sector=0
Last_Sector=0
Reduction=60.9
Aspect_Ratio=2
HalfD1=0
EndPTM=74752.000
[V01000100044001]
SCR=.000
PTS=29707.000
Frame_Rate_Code=1
Pulldown=0
Structure=3
Frames=1
First_Sector=0
Last_Sector=4
Reduction=60.9
Aspect_Ratio=2
HalfD1=0
EndPTM=74752.000

jdobbs
2nd February 2005, 18:06
I'll have to look at the code that generates the .AVS. a "-1" in the second position is the only way you can reference the first frame of a stream alone, (because "0" has been designated to mean "to the end of the stream"). I can't think offhand how you would reference a length of 0... or whether you ever could.

I can't imagine why it would have broken up a single frame cell into 2 segments. Does the IFO reference it twice with different start/end sectors?

wmansir
2nd February 2005, 18:27
Here's the .ifo.

It appears 44/1 is used at the end of each PGC and also alone in a couple.

The only thing VobBlanker should have done to this VTS is remove some unreferenced material, which it does automatically. In fact I think that's the only reason I ran it thru VobBlanker.

jsoto
2nd February 2005, 21:38
Can you post the ifos before and after? Which one is this?
EDIT: Stupid question. This is the processed one...


In any case, VobBlanker does not honor the order of the VOBIDs in the VOB. This can cause some SCR "anomalies", like going backwards in some cases...

jsoto

wmansir
2nd February 2005, 23:57
That was the one after VobBlanker and before DVD-RB. Actually that was after NuMenu -> VobBlanker. So the source was pretty butchered by that point.

I'll play around with it later tonight and see if I can track down where the probem is introduced.

kingspawn
3rd February 2005, 04:38
Sorry I couldn't get back with more information sooner.

The exact error I am getting is "run-time error '6': Overflow".

The DVD was ripped to the hard drive with DVD Decrypter 3.5.2.0 in File mode and no other processing was done against the files.

I just tried processing with DVD-RB v.074 with the same results.

I am by no means an expert at this but can certainly provide log files or other information if it would help to get this issue resolved. Just let me know.

wmansir
4th February 2005, 07:42
Sorry to hijack your thread then. :o

Unfortunately I can't really contribute anything more to my 0006 error because I can't recreate the **** thing.

I have the original files that I used, I even checked the file dates and none of them were modified after the original job was done. I'm using the same version (I'm sure it was v0.73, but I tried v0.72 too) of RB, the same settings.

But it's not creating the 0 frame segment. I'm only getting 1 segment for that cell instead of the 2 I was getting previously.

Instead I'm getting:

[V0100044]
Last_Sector=4
[V01000000044001]
SCR=.000
PTS=29707.000
Frame_Rate_Code=1
Pulldown=0
Structure=3
Frames=1
First_Sector=0
Last_Sector=4
Reduction=54.4
Aspect_Ratio=2
HalfD1=0
EndPTM=74752.000
[V0100040]

#------------------
# AVS File Created by DVD Rebuilder
# VOBID:44, CELLID:01
#------------------
LoadPlugin("C:\DGDecode.dll")
mpeg2source("E:\JACKIE2_TEST\D2VAVS\V01.D2V",idct=7)
trim(0,-1)
MyFilter()
ConvertToYUY2()
AudioDub(BlankClip())