View Single Post
Old 02-25-2003, 02:09 PM  
Stardog
Senior Member
 
Join Date: Oct 2001
Posts: 236
Default

ok, I found and fixxed that bug. It has to do with when I remove a -missing file, I remove it from the vfs. When you had more than like 30 files in the release (could be more or less depending upon the length of your path), it would hang up trying to output all the !vfs del lines. That output must go to a buffer that was filled up nad ioZS would just hang there trying to finish its output so it could finish removing the -missing files. The problem occurred because I was outputting wrong, I had the file name outputting like releasedirreleasedir+filename (two releasedirs,oops)...

I suppose this error could occur again if a) your paths are REALLY long, or b) there are LOTs of files in the release.

I'll release the next version shortly...

StarDog
Stardog is offline   Reply With Quote