EDIT: snipsnip, forget what I said. I think I know what's going on now. While recording a demo, the server writes the recorded data to "demos/demorecord". So if you run multiple servers from the same directory, that causes a conflict. However, I don't know for sure why you get a usable demo at all - wouldn't it be just junk?
EDIT2: This only "works" on Windows, since on UNIXoid systems the POSIX command tmpfile() is used, where "The filename is guaranteed to be different from any other existing file."
EDIT2: This only "works" on Windows, since on UNIXoid systems the POSIX command tmpfile() is used, where "The filename is guaranteed to be different from any other existing file."
(04 Jan 11, 10:43PM)jamz Wrote: Tempest, I don't doubt that you know more than me about what's happening at the software/hardware interface levelObviously, I don't/didn't :P