I was logging onto the test server when the patcher ran into an error and it asked me to post it here.
Here is the text from patcherError.txt:
System.IO.IOException: The process cannot access the file 'C:\Users\Name\Downloads\PROClient_dev\PROClient\PROClient_Data\resources.resource.new' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at ClientPatcher.Form1.AltStrat1(String inSrc, String inDelta, String inDst)
at ClientPatcher.Form1.Stage1()
at ClientPatcher.Form1.ExceptionWrapper()
The process cannot access the file 'C:\Users\Name\Downloads\PROClient_dev\PROClient\PROClient_Data\resources.resource.new' because it is being used by another process.
mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at ClientPatcher.Form1.AltStrat1(String inSrc, String inDelta, String inDst)
at ClientPatcher.Form1.Stage1()
at ClientPatcher.Form1.ExceptionWrapper()
Please note that I slightly edited the file location, as it contained my real name, switching it for [Name]. If you need the unedited text, I can PM it to you.