2025-02-02
06:38 PM
- last edited on
2025-02-11
03:19 PM
by
Gordana Radonic
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
Solved! Go to Solution.
2025-06-11 02:02 PM
Hi all,
FYI: fixed this issue for 28.3 and 29. Happy to bring some good news.
2025-06-11 04:17 PM
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 !!
2025-06-11 07:23 PM
28.3. not available yet ! Right ?
2025-06-11 08:29 PM
28.2 came out yesterday so not yet.
Mac Studio M4 Max 64GB ram, OS X 10.XX latest
another Moderator
2025-06-12 03:05 AM
Any idea when this will be available, these 7min load times are killin' me.....................................
2025-06-12 03:11 AM
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.
2025-06-20 08:29 AM
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
2025-06-20 08:50 AM
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 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2025-06-20 08:52 AM
Do you mean simply drop the BAT file into the startup folder?
2025-06-20 11:18 AM
If you have permissions to that.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |