Log in

View Full Version : EXCEPTION: Range check error


outlaw_nl
9th May 2004, 21:50
does anyone have any idea what this error means?


[9-5-2004 12:08:50] Input dir: E:\031127_2138\VIDEO_TS
[9-5-2004 12:08:50] Output file: E:\Kill.Bill.DVD.Xvid.avi
[9-5-2004 12:08:50] Audio: English
[9-5-2004 12:08:50] Subtitles: English
[9-5-2004 12:08:50] Codec: XviD
[9-5-2004 12:08:50] Target size: 700Mb
[9-5-2004 12:08:50] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[9-5-2004 12:08:50] Started encoding.
[9-5-2004 12:08:50] Demuxing and indexing.
[9-5-2004 12:15:40] Analyzing source.
[9-5-2004 12:40:26] Source is considered to be progressive.
[9-5-2004 12:40:28] Found 189741 frames
[9-5-2004 12:40:28] Encoding audio.
[9-5-2004 13:32:13] Indexing subtitles.
[9-5-2004 13:35:37] Compressing subtitles.
[9-5-2004 13:35:41] Audio size: 87,412,256 bytes (83.36 Mb)
[9-5-2004 13:35:41] Overhead: 7,589,632 bytes (7.24 Mb)
[9-5-2004 13:35:41] Subtitles size: 276,565 bytes (0.26 Mb)
[9-5-2004 13:35:41] Video size: 638,724,747 bytes (609.14 Mb)
[9-5-2004 13:35:41] Running compressibility test.
*************************************
EXCEPTION: Range check error
*************************************
[9-5-2004 13:35:41] Job finished.

this happens after I decrypted with latest DVDDecrypter v3.2.2.0. Its a slow pc but I cant believe thats the problem?

outlaw_nl
10th May 2004, 07:08
this is the last part of the created .log file, any help?

LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }

movie = mpeg2source("E:\gk_tmp\Kill.Bill.DVD.Xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
*************************************
EXCEPTION: Range check error
*************************************
[9-5-2004 23:46:36] Job finished.

therealjoeblow
10th May 2004, 17:22
See my post about this and how I fixed it at:

http://forum.doom9.org/showthread.php?s=&threadid=64266&perpage=20&pagenumber=99

It's something to do with a codec that lost it's settings, follow my uninstall/reinstall procedure, that cured it for me.

outlaw_nl
12th May 2004, 17:21
Originally posted by therealjoeblow
See my post about this and how I fixed it at:

http://forum.doom9.org/showthread.php?s=&threadid=64266&perpage=20&pagenumber=99

It's something to do with a codec that lost it's settings, follow my uninstall/reinstall procedure, that cured it for me.

thanks, reinstalling everything fixed that one :)

however now i have another one :P

Crash reason: Access Violation

Crash context:
An out-of-bounds memory access (access violation) occurred in module 'ntdll'.

shit

ookzDVD
13th May 2004, 02:32
Hmmm.... it seems the EXCEPTION RANGE CHECK ERROR is still a mystery.
Noone can surely solve this problem without reinstalling the apps. :(

@lenox,
Is that possible the the plugins which in the default avisynth directory override the LoadPlugin() in your .avs ?

Thank you.

PS. I have the same exception problem too.
I'm not sure which one can make this thing happen seen I've been installing DVD2SVCD package, and install the 1.21 update.

I've tried back to the latest version which work fine with me
but still got the error. I can load the _comptest.avs in the VirDubMod
with no problem/error.

Stranges... hmmm

Thank you.

Exodus43
10th July 2009, 22:19
I need help with this. I am running windows 7, which basically is a mix of xp and vista, so if anyone solved this for vista, please help. I tried unistalling/reinstalling like the post mentioned about, and it didnt solve anything.

Any ideas?