PureBasic IDE phoning home

Everything else that doesn't fall into one of the other PB categories.
offsides
Enthusiast
Enthusiast
Posts: 103
Joined: Sun May 01, 2011 3:09 am
Location: Northern California

PureBasic IDE phoning home

Post by offsides »

No paranoia here, but why does the IDE try accessing the internet, usually when loading a program?
Checking for upgrades?
Frequency of use tally?
Stealing my elegant code? :lol: :lol:
(Wait, I said no paranoia)
Thanks,
Bill
PB 5.72 (32-bit) on Win 10.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: PureBasic IDE phoning home

Post by Trond »

It shouldn't do that. Either you have a virus, or you have a paranoid firewall that detects the connection between the IDE and the debugged program.
freak
PureBasic Team
PureBasic Team
Posts: 5942
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: PureBasic IDE phoning home

Post by freak »

It doesn't do that.
quidquid Latine dictum sit altum videtur
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: PureBasic IDE phoning home

Post by rsts »

It's never done that for me.

Maybe your app is accessing something?
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: PureBasic IDE phoning home

Post by IdeasVacuum »

....is it a lib that has automatic update checking perhaps?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Nituvious
Addict
Addict
Posts: 1029
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: PureBasic IDE phoning home

Post by Nituvious »

What IP address does it try to connect to?
▓▓▓▓▓▒▒▒▒▒░░░░░
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: PureBasic IDE phoning home

Post by Rook Zimbabwe »

If you are using Windows 7 I had the same experience a while back. It was Win7...

I think I posted how I turned this off (run as admin I think!) :mrgreen:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Demivec
Addict
Addict
Posts: 4270
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic IDE phoning home

Post by Demivec »

Perhaps it's anti-virus software comparing your program's checksum to an updated database.
offsides
Enthusiast
Enthusiast
Posts: 103
Joined: Sun May 01, 2011 3:09 am
Location: Northern California

Re: PureBasic IDE phoning home

Post by offsides »

I noticed the behavior when fiddling with some of the requesters that access files or drives. I think it's a network query of some kind, as in polling for all drives, including networks.

At any rate, it's not important and can be turned off easily enough.

Besides, Freak's response answered the main question. (Thanks.)

Bill
PB 5.72 (32-bit) on Win 10.
Post Reply