Share via


error FTK1011

Question

Thursday, October 13, 2011 3:34 PM

Hi,

 

I'm running in the "FileTracker : error FTK1011: could not create the new file tracking log file: C:\.....read.1.tlog. The file exists." problem. I've read that it's a bug, but when will be it solved and how can I workaround it? I use VS 2010 SP1

Thanks in advance!

All replies (6)

Tuesday, October 18, 2011 7:42 AM ✅Answered

Hi aurora_s,

You can write a new thread to Microsoft Connect feedback portal http://connect.microsoft.com , Microsoft engineers will evaluate them seriously, thanks.

If this issue is urgent, please contact support at http://support.microsoft.com .

And please mark the useful reply as answer.

Thank you for your understanding!

 

Best regards,

Lucy

Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Friday, October 14, 2011 7:48 AM | 1 vote

Hi aurora_s,

Firstly , please mark sure you file path doesn’t contain any Chinese character;

Then ,  please try to open the file C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/Microsoft.Common.Targets

And change all the true to false.(note: you should have admin rights ).

In addition, see whether you encounter the same issue as the following connect link:

error FTK1011 during build if VS2010 project doesn't target .NET 4

http://connect.microsoft.com/VisualStudio/feedback/details/564511/error-ftk1011-during-build-if-vs2010-project-doesnt-target-net-4

Could not create the new tracking log file

http://connect.microsoft.com/VisualStudio/feedback/details/602188/could-not-create-the-new-tracking-log-file

 

Best regards,

Lucy

Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


Friday, October 14, 2011 10:27 AM

Hi,

I don't have any non-ASCII character in my path: 

FileTracker : error FTK1011: no se pudo crear el nuevo archivo de registro de seguimiento de archivos: C:\Users\Juan\workspace\6.7.XE\ost3d-emce\build64_full_XE\fest3\Examples\examples.dir\Debug\icl-mcpcom.write.1.tlog. Este archivo ya existe.

So the error is FTK1011: File exists.

PS: Sometimes if I rebuild all the solution, it works

PS: Replacing all "true" ocurrences by "false" in the .Targets file, makes my compilation to return this error:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(2868,9): error MSB3021: Cannot copy xxxx.dir\Debug\xxxx.dll" in "C:\..\xxxx.dll". Cannot find the file 'xxx.dir\Debug\xxxxx.dll'.

 


Friday, October 14, 2011 2:56 PM

I think that if the /MP switch is not used, the problem is out (I will test it more, because this issue is so random). Any idea? I really need the /MP option...


Sunday, December 4, 2011 10:51 AM

 

to everyone facing ERROR FTK101: 

Thanks to above answer, mentioning not to use paths with Chinese characters, I found the solution..

Move the project to a path with NO ENGLISH characthers in the path !!!!! The path I was using had some Greek characters. I moved the project to C:\ and the problem was gone.....

 

This is very nice if you come to think of it .... We are in year 2011 an still have such problems...

George


Wednesday, September 12, 2012 3:40 PM

It can't handle a space character in the folder name either apparently, pretty sad.

Not sure why any of this .NET related build process is even invoked for a 100% native application.

www.chrisnet.net