Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. 2019-02-21 02:07:35.379|Worker Logic 0> Exception occurred: System.UnauthorizedAccessException: Access to the path 'Chatlog_20190215_041649.log' is denied.
  2. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
  3. at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
  4. at Sandbox.Game.World.MySessionBackup.MakeBackup(BackupArgs args)
  5. at VRage.ParallelWorkers.Work.ActionDataWork`1.DoWorkInternal()
  6. at VRage.ParallelWorkers.Work.WorkBase`1.DoWork()
  7. at VRage.ParallelWorkers.WorkerManager.ExecuteWork(WorkId workId, IWork work, Boolean removeFromQueue)
  8. 2019-02-21 02:07:35.379|Worker Background 0> Exception occurred: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Bambam\AppData\Roaming\MedievalEngineersDedicated\Saves\ElementLife0.7\Backup\2019-02-21 132155\Entities\FB'.
  9. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
  10. at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
  11. at Sandbox.Game.World.MySessionBackup.MakeBackup(BackupArgs args)
  12. at VRage.ParallelWorkers.Work.ActionDataWork`1.DoWorkInternal()
  13. at VRage.ParallelWorkers.Work.WorkBase`1.DoWork()
  14. at VRage.ParallelWorkers.WorkerManager.ExecuteWork(WorkId workId, IWork work, Boolean removeFromQueue)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement