Page 1 of 1

Compiler delays 30 seconds

Posted: Tue Mar 04, 2025 1:49 am
by Konacq
Every time I compile, the compiler delays 30 seconds and then compiles. It worked fine until about a month ago.

IDE build on 03/28/2024 [10:39]
Branch: v6.10 Revision: 9304bfd4b62f

Any thoughts?

Re: Compiler delays 30 seconds

Posted: Tue Mar 04, 2025 3:19 am
by moricode
The Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.

Re: Compiler delays 30 seconds

Posted: Tue Mar 04, 2025 4:53 am
by Bisonte
Konacq wrote: Tue Mar 04, 2025 1:49 am Every time I compile, the compiler delays 30 seconds and then compiles. It worked fine until about a month ago.

IDE build on 03/28/2024 [10:39]
Branch: v6.10 Revision: 9304bfd4b62f

Any thoughts?
  • Use the ASM Backend (in compiler options, normally default)
  • Check your AV. Set Purebasic Folder and the folder of your source & executable on the whitelist
    (on W10 & W11 you are using automatically use Windows Defender if you not install another one)

Re: Compiler delays 30 seconds

Posted: Tue Mar 04, 2025 10:49 am
by Fred
moricode wrote: Tue Mar 04, 2025 3:19 am The Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
Stop spreading wrong information if you don't know, it's annoying. The problems lies somewhere else like AV scanning or third party software installation.

Re: Compiler delays 30 seconds

Posted: Tue Mar 04, 2025 11:05 am
by NicTheQuick
moricode wrote: Tue Mar 04, 2025 3:19 amThe Compiler and IDE connection mechanism has to be re-think again this day, since so many user here encounter slow start up/Load compiler standby when open IDE , problem of delay 15secs or more , and also problem of delay when hit F5 RUN or build exe , some time delay more than 30 secs , all this quirk defeat the purebasic as claim fast compiler.
It is still not an issue with the PB compiler.

Just google for similar compiler issues on Windows and you'll find a lot of people having such delays when compiling their programs. And in nearly all of these cases it is always the antivirus' fault.
See: And you can find a lot of these questions and answers out there. It is NOT a Purebasic issue.

Re: Compiler delays 30 seconds

Posted: Thu Mar 06, 2025 4:32 am
by moricode
Ok , thanks.

apologise for my stupid.

best regards