運作大概15分就會跑錯誤訊息
System.IO.IOException: 由於另一個處理序正在使用檔案 "E:Google Chrome Downloadeapk.tw_PokémonGO RocketLocation.log",所以無法存取該檔案。
於 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
於 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)
於 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
於 System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
於 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
於 System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
於 System.IO.File.WriteAllText(String path, String contents)
於 PokemonGo.RocketAPI.Rpc.Player.SetCoordinates(Double lat, Double lng, Double altitude)
於 PokemonGo.RocketAPI.Rpc.Player.<UpdatePlayerLocation>d__1.MoveNext()
--- 先前擲回例外狀況之位置中的堆疊追蹤結尾 ---
於 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
於 PokemonGo.RocketAPI.Window.LocationManager.<Update>d__4.MoveNext()
--- 先前擲回例外狀況之位置中的堆疊追蹤結尾 ---
於 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
於 PokemonGo.RocketAPI.Window.MainForm.<ExecuteFarmingPokestopsAndPokemons>d__43.MoveNext()
--- 先前擲回例外狀況之位置中的堆疊追蹤結尾 ---
於 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
於 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
於 PokemonGo.RocketAPI.Window.MainForm.<Execute>d__38.MoveNext()
|