Help Obi.Editor.dll failed with exitcode -532462766 - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: Help Obi.Editor.dll failed with exitcode -532462766 (/thread-2836.html) |
Obi.Editor.dll failed with exitcode -532462766 - woondal - 31-03-2021 Script updater for Library\Bee\artifacts\1300b0aEDbg.dag\Obi.Editor.dll failed with exitcode -532462766 and stdout: Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access to the path 'C:\PSCM\GF_AR\Temp\ScriptUpdater\1033501396' is denied. at System.IO.FileStream.ValidateFileHandle(SafeFileHandle fileHandle) at System.IO.FileStream.CreateFileOpenHandle(FileMode mode, FileShare share, FileOptions options) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader.ValidateArgsAndOpenPath(String path, Encoding encoding, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at ScriptUpdater.Program.<>c__DisplayClass8_0.<Main>b__0() at ScriptUpdater.Program.Profile[T](Func`1 toProfile, Int64& elapsedTime) at ScriptUpdater.Program.Main(String[] args) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) at Program.Main(String[] args) ---------------------------------------------- We are having this error in unity editor, and this error is gone by reimporting Obi folder. But this happens again soon. How can I fix this? Thank you. RE: Obi.Editor.dll failed with exitcode -532462766 - josemendez - 31-03-2021 This doesn't seem like an issue with Obi. The error states that Access to the path 'C:\PSCM\GF_AR\Temp\ScriptUpdater\1033501396' is denied. Seems like a permissions issue, or a folder naming issue. There's similar errors in Unity's forum: https://forum.unity.com/threads/error-when-changing-scripts.1023646/ |