Hi! and thnx 4 the info!enick said:What I came up with, stripper worked fine on vob files that were less than 2gb, I tried a vob file that was 2.8gb, and keep getting the "runtime 6 error," by the way it was an authored file done with canopus mpegcraft. Don't know if this helps or not.
This indeed helps, i checked and stupid vb breaks on the 2gb barrier when executing non floating point devisions causing the runtime error 6. So DVDStripper throws this error when converting the filesize from bytes to KB if the file is larger then 2GB. I will replace this by a floating point operation ,which is a little slower but works just fine, in the next release of DVDStripper. That should solve this issue.
Greetnx