What is polink.exe and why is it trying to access internet?

Working on new editor enhancements?
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

What is polink.exe and why is it trying to access internet?

Post by SFSxOI »

When ever i'm using PB, my firewall pops up with a message that polink.exe launched by PureBasic.exe is trying to access the internet. Why is this?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: What is polink.exe and why is it trying to access intern

Post by PB »

Polink.exe is part of the compilation process, it's all normal. Haven't heard
of it trying to access the Internet though... which firewall is saying that?
What's the exact message?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Done a virus scan lately?
@}--`--,-- A rose by any other name ..
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

yep, virus scan is done every two days automatically on this computer while i'm away at work. And, spybot gets run once a week. AV is Nortons with the latest updates and signatures. The firewall is Sygate pro (now owned by symantic i think). The message is "polink.exe launched by PureBasic.exe is trying to access the internet" Then if I answer 'No' to not allow it, in my security logs there is an application hijack entry for it. It doesn;t happen continously, but if i'm using PB for a few hours it will happen at least twice during that time, and at random.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> "polink.exe launched by PureBasic.exe is trying to access the internet"

Does it give a destination IP address? If it's 127.0.0.1, then it's okay because
it's just trying to loop back to your own PC, and not access the internet at all.
But that's enough to make some firewalls throw up a warning...
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

no way it should be accessing the internet, possibly an internal thing like 127.0.0.1?
Last edited by netmaestro on Tue Feb 21, 2006 2:17 pm, edited 2 times in total.
BERESHEIT
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Still, it is curious that it wants to do any sort of connection. And only sometimes.
@}--`--,-- A rose by any other name ..
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

OK, it just did it again and I see now that the remote address its trying to access is 0.0.0.0 which is nowhere so its not a serious thing at all i guess. I'm thinking like you tho, why is it trying to make a connection at all?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

SFSxOI, try to configure your firewall telling it this ip 127.0.0.1 is a trust IP.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> why is it trying to make a connection at all?

Not sure of the technical reasons, but I've had lots of apps that do a loop
back to themselves even though they have no internet functionality at all.
Maybe it's some form of copy-protection or something, or they need to
run as a server/client internally -- something we wouldn't normally see
but the firewall picks up and alerts us?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

polink doesn't call to internet, only your debugger do this.
For example Dr. Watson. You can stop the Service
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
blueapples
User
User
Posts: 19
Joined: Mon Oct 03, 2005 10:00 am

Post by blueapples »

Some debugers, for instance, use sockets to communicate. Maybe it's something like this?
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

That's wierd, it never ever tried to access internet here (Kerio is monitoring all this).
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> That's wierd, it never ever tried to access internet here (Kerio is monitoring all this)

Confirmed here too -- I'd been using Kerio for quite a while and never saw it
prompt anything about Polink.exe, and it wasn't in Kerio's rules either.

(Off-topic note: I uninstalled Kerio and started using the Windows Firewall for
a test lately, and I had 3 x videos queued in Shareaza that hadn't downloaded
for over 3 months -- they were always "Pending". The very same day I stopped
using Kerio (just a few days ago), they all suddenly finished downloading! :shock:
Co-incidence? I doubt it. I think Kerio was affecting Shareaza somehow, even
though I could do searches and download other things. Very strange!).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply