Dont know if this is relevant, but I too have had similar problems when running programs which manipulate files within Windoze. Things like starting a process to copy a file, then opening the target file to read/write data from within the process will sometimes fail. What seems to happen is that the scheduler within Windoze gets upset, and attempts to open the file before the copy process finishes. Naturally then the open or write fails, often without any error message.
↧