Log in

View Full Version : dvdauthor Exception: STATUS_ACCESS_VIOLATION


nighthawk2018
23rd October 2009, 03:40
hi,.

I am a creating a dvd using the dvdauthor in the final process of it it writes

----
STAT: fixed 8 VOBUS
1 [main] dvdauthor 7148 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
1420 [main] dvdauthor 7148 open_stackdumpfile: Dumping stack trace to dvdauthor.exe.stackdump

----

And it doesn't cerate the VIDEO_TS,. what can be wrong?

---
Nighthawk

nighthawk2018
24th October 2009, 03:30
I seperated the video and audio didn't muxed them together to save space... but I am having trouble with the presentation of the video that will continue to the audio frame...

The attached code results with:

16 [main] dvdauthor 5696 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
920 [main] dvdauthor 5696 open_stackdumpfile: Dumping stack trace to dvdauthor.exe.stackdump

and I do not know how to over come this error... if you got suggestions please reply.

<dvdauthor dest="newdvd" >
<vmgm>
<menus>
<video format="pal" aspect="4:3" resolution="720x576" />
<pgc entry="title" >
<pre> { if ( g4 gt 0 ) button=g4;
if ( g2 gt 0 ) {
if ( g2 eq 1 ) jump titleset 1 menu entry root;
<!-- if ( g2 eq 2 ) jump titleset 2 menu entry root;
if ( g2 eq 3 ) jump titleset 3 menu entry root;
if ( g2 eq 4 ) jump titleset 4 menu entry root;
--> jump title 1; }
} </pre>
<vob file="menu1v.mpg" pause="inf" />
<button name="1" > { g4=1024; g3=1; jump titleset 1 menu entry root; } </button>
<button name="2" > { g4=2048; g3=2; jump titleset 1 menu entry root; } </button>
<button name="3" > { g4=3072; g3=3; jump titleset 1 menu entry root; } </button>
<button name="4" > { g4=4096; g3=4; jump titleset 1 menu entry root; } </button>
<button name="5" > { g4=5120; g3=5; jump titleset 1 menu entry root; } </button>
<button name="6" > { g4=6144; g3=6; jump titleset 1 menu entry root; } </button>
<button name="7" > { g4=7168; g3=7; jump titleset 1 menu entry root; } </button>
<button name="8" > { g4=8192; g3=8; jump titleset 1 menu entry root; } </button>
<button name="9" > { g4=9216; g3=9; jump titleset 1 menu entry root; } </button>
<button name="10" > { g4=10240; g3=10; jump titleset 1 menu entry root; } </button>
<button name="11" > { g4=11264; g3=11; jump titleset 1 menu entry root; } </button>
<button name="12" > { g4=12288; g3=12; jump titleset 1 menu entry root; } </button>
<button name="13" > { g4=13312; g3=13; jump titleset 1 menu entry root; } </button>
<button name="14" > { g4=14336; g3=14; jump titleset 1 menu entry root; } </button>
<button name="15" > { g4=15360; g3=15; jump titleset 1 menu entry root; } </button>
<button name="16" > { g4=16384; g3=16; jump titleset 1 menu entry root; } </button>
<button name="17" > { g4=17408; g3=17; jump titleset 1 menu entry root; } </button>
<button name="18" > { g4=18432; g3=18; jump titleset 1 menu entry root; } </button>
<button name="19" > { g4=19456; g3=19; jump titleset 1 menu entry root; } </button>
<button name="20" > { g4=20480; g3=20; jump titleset 1 menu entry root; } </button>
<button name="21" > { g4=21504; g3=21; jump titleset 1 menu entry root; } </button>
<button name="22" > { g4=22528; g3=22; jump titleset 1 menu entry root; } </button>

<button name="MorePages" > { g4=0; g2=4; g3=1; jump vmgm menu entry title; } </button>
<post> { g4=button; g2=0; jump vmgm menu 1; } </post>
</pgc>
</menus>
</vmgm>
<titleset>
<menus>
<pgc entry="root" >
<pre> { if ( g3 gt 0 ) {
if ( g3 eq 1 ) { g3=0; jump title 1 chapter 1; }
if ( g3 eq 2 ) { g3=0; jump title 1 chapter 2; }
if ( g3 eq 3 ) { g3=0; jump title 1 chapter 3; }
}
} </pre>
<post> { g2 = 0; jump vmgm menu entry title; } </post>
</pgc>
</menus>
<titles>
<pgc>
<vob file="1v.mpg" pause="0" /> <button name="1v"> jump title 3 chapter 1; </button>
<vob file="2v.mpg" pause="0" /> <button name="2v"> jump title 3 chapter 2; </button>
<vob file="3v.mpg" pause="0" /> <button name="3v"> jump title 3 chapter 3; </button>
</pgc>
<pgc>
<pre > { if ( g3 gt 0 ) {
if ( g3 eq 1 ) { g3=0; jump title 3 chapter 1; }
if ( g3 eq 2 ) { g3=0; jump title 3 chapter 2; }
if ( g3 eq 3 ) { g3=0; jump title 3 chapter 3; }
if ( g3 eq 4 ) { g3=0; jump title 3 chapter 4; }
if ( g3 eq 5 ) { g3=0; jump title 3 chapter 5; }
if ( g3 eq 6 ) { g3=0; jump title 3 chapter 6; }
if ( g3 eq 7 ) { g3=0; jump title 3 chapter 7; }
if ( g3 eq 8 ) { g3=0; jump title 3 chapter 8; }
if ( g3 eq 9 ) { g3=0; jump title 3 chapter 9; }
if ( g3 eq 10 ) { g3=0; jump title 3 chapter 10; }
if ( g3 eq 11 ) { g3=0; jump title 3 chapter 11; }
if ( g3 eq 12 ) { g3=0; jump title 3 chapter 12; }
if ( g3 eq 13 ) { g3=0; jump title 3 chapter 13; }
if ( g3 eq 14 ) { g3=0; jump title 3 chapter 14; }
if ( g3 eq 15 ) { g3=0; jump title 3 chapter 15; }
if ( g3 eq 16 ) { g3=0; jump title 3 chapter 16; }
if ( g3 eq 17 ) { g3=0; jump title 3 chapter 17; }
if ( g3 eq 18 ) { g3=0; jump title 3 chapter 18; }
if ( g3 eq 19 ) { g3=0; jump title 3 chapter 19; }
if ( g3 eq 20 ) { g3=0; jump title 3 chapter 20; }
if ( g3 eq 21 ) { g3=0; jump title 3 chapter 21; }
if ( g3 eq 22 ) { g3=0; jump title 3 chapter 22; }
}
}
</pre>
<post> { g2 = 0; call vmgm menu entry title; } </post>
</pgc>
<pgc>
<vob file="0a.mpg" chapters="00:00:00.000" />
<vob file="1a.mpg" chapters="00:00:00.000" />
<vob file="2a.mpg" chapters="00:00:00.000" />
<vob file="3a.mpg" chapters="00:00:00.000" />
<vob file="4a.mpg" chapters="00:00:00.000" />
<vob file="5a.mpg" chapters="00:00:00.000" />
<vob file="6a.mpg" chapters="00:00:00.000" />
<vob file="7a.mpg" chapters="00:00:00.000" />
<vob file="8a.mpg" chapters="00:00:00.000" />
<vob file="9a.mpg" chapters="00:00:00.000" />
<vob file="10a.mpg" chapters="00:00:00.000" />
<vob file="11a.mpg" chapters="00:00:00.000" />
<vob file="12a.mpg" chapters="00:00:00.000" />
<vob file="13a.mpg" chapters="00:00:00.000" />
<vob file="14a.mpg" chapters="00:00:00.000" />
<vob file="15a.mpg" chapters="00:00:00.000" />
<vob file="16a.mpg" chapters="00:00:00.000" />
<vob file="17a.mpg" chapters="00:00:00.000" />
<vob file="18a.mpg" chapters="00:00:00.000" />
<vob file="19a.mpg" chapters="00:00:00.000" />
<vob file="20a.mpg" chapters="00:00:00.000" />
<vob file="21a.mpg" chapters="00:00:00.000" />
<post> { g2 = 0; call vmgm menu entry title; } </post>
</pgc>

</titles>
</titleset>
</dvdauthor>