tAPI Builder error

Zygomorph

Spazmatism
I got this beautiful error when I tried to compile my mod, which has no other coding problems:
Code:
System.UnauthorizedAccessException: Access to the path 'C:\Users\YOUDON'TNEEDTOKNOW\Documents\My Games\Terraria\tAPI\Mods\Local\Mundus Novum Expansion Pack.tapi' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at FluentPath.FPath.Delete()
   at TAPI.ModCompile.Pack(FPath sourceDir, FPath compiledFile, FPath outputFile, Action`1 ActionProgress)
   at tAPI_Builder.MainWindow.<>c__DisplayClass8.<BtnBuild_Click>b__0()
 
I got this beautiful error when I tried to compile my mod, which has no other coding problems:
Code:
System.UnauthorizedAccessException: Access to the path 'C:\Users\YOUDON'TNEEDTOKNOW\Documents\My Games\Terraria\tAPI\Mods\Local\Mundus Novum Expansion Pack.tapi' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at FluentPath.FPath.Delete()
   at TAPI.ModCompile.Pack(FPath sourceDir, FPath compiledFile, FPath outputFile, Action`1 ActionProgress)
   at tAPI_Builder.MainWindow.<>c__DisplayClass8.<BtnBuild_Click>b__0()
Sometimes it just does that, if you just do it again, it should work.
 
Back
Top Bottom