LittleAngel
Technical User
Hi,
My .dir file will not open and is displaying:
"There is an illegal castmember [member 3 of PLAYER-CAST 4] in this movie"
Then it says:
"Problem reading file c:\......\myfile.dir: -50"
Can anyone pls help?
I was told to create a handler:
on fix
oldpath = castlib(2).filePath
castlib(2).filePath = the moviepath & "corrupted cast"
erase member(1,2) -- erase member 1 of castlib 2
castlib(2).filePath = oldPath
end
...but it doesn't seem to be working!
pls, pls, pls help me out!
Many, Many, Thnx,
LittleAngel
My .dir file will not open and is displaying:
"There is an illegal castmember [member 3 of PLAYER-CAST 4] in this movie"
Then it says:
"Problem reading file c:\......\myfile.dir: -50"
Can anyone pls help?
I was told to create a handler:
on fix
oldpath = castlib(2).filePath
castlib(2).filePath = the moviepath & "corrupted cast"
erase member(1,2) -- erase member 1 of castlib 2
castlib(2).filePath = oldPath
end
...but it doesn't seem to be working!
pls, pls, pls help me out!
Many, Many, Thnx,
LittleAngel