cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The 2025 Technology Preview Program is now live. Join today!

Installation & update
About program installation and update, hardware, operating systems, setup, etc.
SOLVED!

Archicad 28 home screen delay

Takis
Expert

Hello everyone,

I'm experiencing a long delay in the HOME SCREEN menu when opening Archicad 28 and when deleting recent projects.

The same delay also occurs when I open the HOME SCREEN while working on a project.

Is anyone else facing these issues?

 

Archicad 28.0.2 Int.

Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz 3.70 GHz

32.0 GB (31.7 GB usable)

NVIDIA RTX A4000

Windows 11 Pro

 

Takis Apostolides

33 REPLIES 33
Solution
Zoltan Vale
Graphisoft
Graphisoft

Hi all, 

FYI: fixed this issue for 28.3 and 29. Happy to bring some good news.

Zoltán Válé
GRAPHISOFT Product Manager
GraphSP
Participant

Just deleted the huge recent file list and everything goes well since ! Not s big deal but have to delete all the files listed after each use of ACad and then by each new opening of the ACad … anoying and invonvenient !!

28.3. not available yet ! Right ? 

28.2 came out yesterday so not yet.

Eduardo Rolón AIA NCARB
AC28 US/INT -> AC08

Mac Studio M4 Max 64GB ram, OS X 10.XX latest
another Moderator

Any idea when this will be available, these 7min load times are killin' me.....................................

AC3.14 (1990) to AC28 (2025)
PC : i7 7700k @ 4.2GHz - 32GB - W10/64

I am guessing it will be a couple of months if 28.2 was only just released.

 

Delete the recent document file that Minh mentioned in his post.

Just be aware that will clear the entire list of recent documents.

 

Otherwise you have to spend time and manually delete older files from the list in the start up dialogue.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Hi all,

maybe a BATCH is interesting for somebody.

Following "code" delete START-SCREEN from all your installed AC-versions. 

- Copy following text into NOTEPAD,

- replace USER_NAME by your name,

- safe this text file as XYZ.bat

Ending "bat" is important, so it becomes  

 

CLOSE all AC!

 

Double-click onto the BAT-file in explorer!

Double-click onto Logfile.txt!

 

Have a nice day!

 

 

echo Logfile dated: %date% %time% > Logfile.txt
echo -------------------------------------------- >> Logfile.txt

del C:\Users\USER_NAME\AppData\Roaming\Graphisoft\Recent*.prf /f /q /s >> Logfile.txt
end

You could probably use the task scheduler to run that BAT automatically at a set interval, or add it to your startup, if you have access to those things.

AC22-28 AUS 3110Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win11 | R5 2600 | 16GB | GTX1660

Do you mean simply drop the BAT file into the startup folder?

AC3.14 (1990) to AC28 (2025)
PC : i7 7700k @ 4.2GHz - 32GB - W10/64

If you have permissions to that.

AC22-28 AUS 3110Help Those Help You - Add a Signature
Self-taught, bend it till it breaksCreating a Thread
Win11 | i9 10850K | 64GB | RX6600 Win11 | R5 2600 | 16GB | GTX1660