Log in

View Full Version : Runtime Error 83


Numer0bis
14th February 2006, 22:21
Hello

I've tried to encode Disc 1 of Futurama Season 1. No pre-processing was done on the dvd9, everything was done in dvd-rebuilder v1.07.2 pro . Options were Full Backup with Menu Reencoding. I used CCE 2.07.02. During Encoding of VTS_2 the Runtime Error 83 occured. Does anyone know what it stands for?. Probably only jdobbs knows what it really stands for but I just give it a try. I appreciate any help!

Greetz Numer0bis

jdobbs
14th February 2006, 23:48
I've never heard of it. I even did some research and can't find any documentation that mentions a "Runtime Error 83"...

Numer0bis
16th February 2006, 14:54
Nevermind, I encoded the DVD for a second time with exactly the same settings and fortunately everything just went fine :D

skipper152
16th February 2006, 19:14
Hi,

I had some time on my hands so I thought I'd look up some info....
Visual Basic help under Error Codes Windows Base Services: Platform SDK defines Error 83 as

83 Fail on INT 24. ERROR_FAIL_I24

That helped a lot. Been ages since I've done assembly programming!
So I looked up Interrupt 24 on Yahoo. Found a Borland website (there are a few others)

http://community.borland.com/article/0,1410,15026,0.html

Seems the INT 24 handler is called for a Critical Error, like the 'Abort, Retry, Ignore message'

Now, whether a Runtime Error 83 is the same as a regular error 83, or how this relates to DVD-RB, I don't know; so this may be a wasted post...