Log in

View Full Version : DGIndex BUG Repairing field order transition


patrick_
26th October 2010, 12:10
There's a bug in DGIndex, when using the commandline, or when using the repair field order transition in the GUI.
The bug causes an Access Violation in DGDecode.

TFM, repairs the d2v file correctly. Actually, they both do the same reparation, but for some reason dgdecode removes the last field information line (TFM informs that the fixed version has one frame less):

d00 6 1 575809536 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0
d00 6 1 576266240 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0
f00 6 1 576608256 0 1 8 d0 ff

FINISHED 87.79% FILM
becomes:
d00 6 1 575809536 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0
d00 6 1 576266240 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0

FINISHED 87.79% FILM

The fix.txt file:
D2V Fix Output

Field order transition: 2 -> 0
900 6 1 481253376 0 1 6 d2 f2 f2 e2 e2 e2
d00 6 1 481470464 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0
corrected...
900 6 1 481253376 0 1 6 d2 f2 f2 e2 e2 e3
d00 6 1 481470464 0 1 7 90 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 b0 a0 b0 a0

jpsdr
26th October 2010, 18:03
Support is now here : http://neuron2.net/board/index.php
I suggest you repost your post on the new support forum.

patrick_
27th October 2010, 08:24
Thanks, I've posted the report there.