Jump to content
Sign in to follow this  
Stéphane Wierzbicki

[MSBuild Error] The "BRCC32" task failed unexpectedly.

Recommended Posts

Hello,

 

I have a very odd issue with Delphi 11.2 (French Windows 11 22H2).

I'm no more able to compile/build any Win64 project after compiling a Win64 "Python4Delphi" project (python version installed: 3.10.8)

 

Here is the message I'm getting:

Quote

 

[MSBuild Error] The "BRCC32" task failed unexpectedly.
System.IO.IOException: Le texte du message associé au numéro 0x%1 est introuvable dans le fichier de messages pour %2.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
   at Borland.Build.Tasks.Common.CommandLineTask.CreateTempFileIfNecessary(ITaskItem basedOn)
   at Borland.Build.Tasks.Common.CommandLineTask.Execute()
   at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)

 

 

I'm able to compile and run the project after restarting the IDE, but cannot build any other Win64 project (need to restart the IDE).

 

This is really bizarre.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×