Jump to content
TrinityCore

aletuna

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by aletuna

  1. Hi there, maybe you can help me:

    I randomly get this error when trying to compile, I can't really see a pattern or anything. It appeared overnight too, I didn't change anything at all..Reseted the settings in VS and CMake, but it didn't help. Also tried to run VS with admin rights, didnt help either. Here's the error:

    Error	1	error MSB4018: The "CustomBuild" task failed unexpectedly.
    System.UnauthorizedAccessException: Access to the path 'D:AppDataLocalTemptmp10d50bf02b68438dbc2a1c072cec2555.cmd' 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 Microsoft.Build.Utilities.ToolTask.Execute()
       at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()	C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets	170	5	ZERO_CHECK
    
    
    Error	2	error MSB4018: The "CustomBuild" task failed unexpectedly.
    System.UnauthorizedAccessException: Access to the path 'D:AppDataLocalTemptmpb812a98a59ac4d64bb48ad115d01b48a.cmd' 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 Microsoft.Build.Utilities.ToolTask.Execute()
       at Microsoft.Build.CPPTasks.TrackedVCToolTask.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()	C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets	170	5	revision.h
     
    Warning	3	warning MSB5018: Failed to delete the temporary file "D:AppDataLocalTemptmpc60fe0f50b8f4052893c7913f7a6983b.exec.cmd". Access to the path 'D:AppDataLocalTemptmpc60fe0f50b8f4052893c7913f7a6983b.exec.cmd' is denied.	C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets	132	5	authserver
     

    Any ideas? Btw a simple recompile will do the trick most of the time, but it's really annoying to compile 2-3 times :/

×
×
  • Create New...