Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi.Editor.dll failed with exitcode -532462766
#1
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.
Reply
#2
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-wh...s.1023646/
Reply