Stéphane Wierzbicki 45 Posted October 18, 2022 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
Stéphane Wierzbicki 45 Posted October 22, 2022 I didn't found any relevant topic on the internet. Can someone help me on this? Share this post Link to post
Stéphane Wierzbicki 45 Posted October 23, 2022 4 minutes ago, toms said: I didn't FIND !? Correct... but this doesn't answer my question 🙂 Share this post Link to post
Stéphane Wierzbicki 45 Posted October 23, 2022 https://quality.embarcadero.com/browse/RSP-39629 Share this post Link to post
Stéphane Wierzbicki 45 Posted October 26, 2022 Workaround available here: https://quality.embarcadero.com/browse/RSP-39519 Share this post Link to post