Does anyone know why this happens and how I might stop it from happening? I have this issue and here's the kicker. It fails on local if I leave it up for any length of time (seems random) and then ends up fatal 1/4 of the time. This happens even with a fresh master. I can run a server on local, get the crash and run the same server on another PC or VPS and it runs flawless so I would have to assume this is my issue.
14173
then
14174
 
The error is in there, actually. The file is in use.

I think you've got a rather simple problem: either the computer in question is already running the server process and it wasn't killed cleanly, or you have your user permissions set to restrictively.

Just a guess though.

Edit: Also, you cannot play the same client data you're using for the server's client data. I don't think that's the situation here, but I see it commonly from people.
 
could also be like dropbox or something like that that is locking the files.

And no it is not a client file issue. Since the access violation happens on the backup
 
Back