Quote:
Originally Posted by byteit101
...for some reason, (without the priv_setwrite stuff) it worked 2 of the three times i tested it. No difference except different flies
|
This sounds like a race condition to me. I know there are several files in the vision code (and probably others) that call Priv_SetWriteFileAllowed in some cases. Perhaps in the test runs where it works, that code happened to win the race against your test code.
-Joe