Log in

View Full Version : weird cce crash..


SiliconSoul
28th March 2002, 19:43
anyone ever get this cce error?
encode*.mpv is shortened from path and filename
what did i do to make it happen?


fsxp_close() failed: **** could not close the file encoded*.mpv
the handle is invalid

[windows error code 0x6 6]

chainsaw135
28th March 2002, 21:11
Have you gotten cce to work before this?
What does your avisynth script look like? What version of cce are you using? What i would try would be making sure you have enough hardrive space then i would reinstall cce.

SiliconSoul
29th March 2002, 03:23
yeah cce has worked before and once i clicked the okay it kept encoding!

LoadPlugin("J:\DVD2SVCD\SIMPLE~1\SIMPLE~1.DLL")
LoadPlugin("J:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
AVISource("J:\DVDRIP~1\LEGALL~1\VITE-D~1.AVI")
ConvertToYUY2()
AssumeFPS(23.976,True)
ConvertToYUY2()
SimpleResize(480,300)
AddBorders(0,90,0,90)
ResampleAudio(44100)

im using the recommended 2.5
yeah i have about 30 gb free and ill try reinstalling cce anyway :-)

saber
29th March 2002, 05:23
Sometimes I get that error while doing AVIs. I just hit OK and everything works out fine.
Itīs no solution, but...

chainsaw135
29th March 2002, 22:20
Have you tried also playing the Avisynth script file in Windows Media Player 2 see if it's corrupt?

SiliconSoul
30th March 2002, 01:04
no that would be an idea and yes it is an avi

can this be added as a bugfix/feature when a window that says what it does dvd2svcd will press okay for us so it will continue?

:-)

onisama
12th June 2002, 14:25
I also will have this problem sometines. I have reinstalled cce, I'm not really questioning my avs file. It only happens with avi files.

Here is my avs;

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2D~1.DLL")
AVISource("C:\DOCUME~1\WINDOW~1\Desktop\STARWA~2.AVI")
ConvertToYUY2()
TemporalSmoother(2,1)
BicubicResize(480,272,0.00,0.60)
AddBorders(0,152,0,152)
ResampleAudio(44100)

The avs file plays fine in windows media player.

SiliconSoul
12th June 2002, 17:20
use the convert to divx 4 and i do not have any problems with avi files now... the same divx that did it 4 times and messed up the end result when it happened a few times now works fine and get a good finished svcd.

daveidmx
26th December 2002, 11:30
I had the exact same problem last night.

fsxp_close() failed: **** could not close the file [somethinsomethin]
the handle is invalid

i've had no problems with CCE for at least a year, and last night it started popping up that stuff every time it came to the end of a pass.

i re-installed CCE and now, instead of giving that error, it just freezes.


ran flawlessly on my PII-300, PIII-900, PIV-2.53 under 2K and XP until last night.

i'm starting to get concerned that my hardware might be going, since that's the most consistent thing i can think of...

SiliconSoul
26th December 2002, 22:29
the most consistant thing i can think of is that CCE is the most flaky program ive run when it comes to crashing and stuff. you think its your machine but you will come to find out that cce 2.5 is not perfect.

daveidmx
29th December 2002, 01:00
alright, fixed it. The fsxp_close() error, that is. It was only happening when i was converting "DivX 3.11 ;)" files. isolated the factor that had changed: the divx 3 decoder had not previously been installed on my machine. i removed DivX 3.11 and then re-installed 5.02, so that 5.02 would handle DIV3 files. haven't had the error since.

P.S. I had to manually remove "DivX 3.11 ;)", i couldn't figure out how to get it to go on its own.