alogrep 0 Posted March 19 HI. Suddenly I am unalbe to create a VCL New Project. When I launch it in the IDE it freezes for a long time. The task manager shows a strange list of proceses (see attached image. This is the project code: (form 3 does nothig, it only contains a stringgrid. Any idea? program Project4; uses Vcl.Forms, Unit3 in 'Unit3.pas' {Form3}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm3, Form3); Application.Run; end. Share this post Link to post
PeaShooter_OMO 28 Posted March 19 (edited) 1 hour ago, alogrep said: form 3 does nothig, it only contains a stringgrid You talk about an issue creating a new project but then talk about a StringGrid being on Form3. Strange. I have no definitive idea about what the issue is but I would try to clear the whole "Projects" folder under "c:\Users\<your_user_name>\Documents\Embarcadero\Studio" and then restart Delphi. Edited March 19 by PeaShooter_OMO Share this post Link to post
GabrielMoraru 32 Posted March 19 (edited) Delete the string grid OR start a new Delphi project without any changes to it. Sometimes when Delphi acts strange it is enough to restart the IDE. Since Windows 10, if a PC restart is pending because of Windows updates, Delphi will act strange. Restart the whole PC. _______ But indeed... "Console host" and "Printer" is strange... Should not be a subprocess of Delphi. PC restart! Edited March 19 by GabrielMoraru Share this post Link to post