microsoft / azure-pipelines-agent

Azure Pipelines Agent 🚀
MIT License
1.72k stars 865 forks source link

KERNELBASE.dll exception with missing method exception VssEnvironment.EnumerateVssPaths() #956

Closed erwinkramer closed 7 years ago

erwinkramer commented 7 years ago

Have you try trouble shooting doc?

Yes.

Agent version and platform

Platform:

VSTS type and version

VisualStudio.com

What's not working?

tf.exe in the vstsom folder from the installed local agent.

See following when i try to run tf.exe manually:

image

Event log entry: Faulting application name: TF.exe, version: 15.108.25929.0, time stamp: 0x583e1c41 Faulting module name: KERNELBASE.dll, version: 10.0.14393.1066, time stamp: 0x58d9f07f Exception code: 0xe0434352 Fault offset: 0x000da932 Faulting process id: 0x19f0 Faulting application start time: 0x01d2c7384050cee8 Faulting application path: C:\Users\Administrator\agent\externals\vstsom\TF.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: 6095e440-f263-4213-8901-0bbc0b167ef5 Faulting package full name: Faulting package-relative application ID:

What have i tried?