You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys
Ever since I added this to my project (5.6 Unity) I had empty compiler error issues
I opened up logs and this is error found:
2017-04-04 23:55:12.7345 ERROR|Client|Failed in loading settings.|System.IO.IOException: The process cannot access the file 'C:\Git\sim\Compiler\IncrementalCompiler.xml' 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, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at IncrementalCompiler.Settings.Load()
at IncrementalCompiler.Program.RunAsClient(String[] args)
The text was updated successfully, but these errors were encountered:
SirIntruder
changed the title
Empty compiler error caused on IncrementalCompiler.xml file being locked for writing
Empty compiler error - IncrementalCompiler.xml file is being used by other process
Apr 4, 2017
Hello guys
Ever since I added this to my project (5.6 Unity) I had empty compiler error issues
I opened up logs and this is error found:
2017-04-04 23:55:12.7345 ERROR|Client|Failed in loading settings.|System.IO.IOException: The process cannot access the file 'C:\Git\sim\Compiler\IncrementalCompiler.xml' 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, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at IncrementalCompiler.Settings.Load()
at IncrementalCompiler.Program.RunAsClient(String[] args)
The text was updated successfully, but these errors were encountered: