Compiler delays 30 seconds

Everything else that doesn't fall into one of the other PB categories.
Konacq
New User
New User
Posts: 1
Joined: Tue Mar 04, 2025 1:41 am

Compiler delays 30 seconds

Post 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?
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

Re: Compiler delays 30 seconds

Post 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.
User avatar
Bisonte
Addict
Addict
Posts: 1305
Joined: Tue Oct 09, 2007 2:15 am

Re: Compiler delays 30 seconds

Post 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)
PureBasic 6.21 (Windows x64) | Windows 11 Pro | AsRock B850 Steel Legend Wifi | R7 9800x3D | 64GB RAM | RTX 5080 | ThermaltakeView 270 TG ARGB | build by vannicom​​
English is not my native language... (I often use DeepL.)
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Compiler delays 30 seconds

Post 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.
User avatar
NicTheQuick
Addict
Addict
Posts: 1503
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Compiler delays 30 seconds

Post 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.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
moricode
Enthusiast
Enthusiast
Posts: 162
Joined: Thu May 25, 2023 3:55 am

Re: Compiler delays 30 seconds

Post by moricode »

Ok , thanks.

apologise for my stupid.

best regards
Post Reply