Windows 7 Internet Access without request - Resolved
- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Windows 7 Internet Access without request - Resolved
So I am running my FPS Code in Windows 7 X32 Professional and AVAST slams the program to a HALT after about 1 - 3 minutes randomly(even if I turn off AVAST!.)
Apparently my FPS code is attempting to access the internet. Or OGRE is... or
purebasic_compilation0.exe
which I told the compailer NOT to make a temp compilation but apparently it is ignoring...
What is going on and how can I stop it?
the initial connection is to my router... then it tries to connect to: 224.0.0.253
That IP belongs to TEREDO :: Tunneling IPv6 over UDP through Network Address Translations (NATs).
And we are back to WTF???
Apparently my FPS code is attempting to access the internet. Or OGRE is... or
purebasic_compilation0.exe
which I told the compailer NOT to make a temp compilation but apparently it is ignoring...
What is going on and how can I stop it?
the initial connection is to my router... then it tries to connect to: 224.0.0.253
That IP belongs to TEREDO :: Tunneling IPv6 over UDP through Network Address Translations (NATs).
And we are back to WTF???
Last edited by Rook Zimbabwe on Fri Mar 25, 2011 10:43 pm, edited 1 time in total.
- freepurebasic
- Enthusiast

- Posts: 123
- Joined: Fri Sep 24, 2010 12:02 pm
- Location: world wide web
Re: Windows 7 Internet Access without request
isn't your router ,is about your antivirus that set execute right or firewall pass of your exe file,
(try to turn off your windows firewall ,or the program wich have firewall feature)
see'ya
(try to turn off your windows firewall ,or the program wich have firewall feature)
see'ya
-
Zach
- Addict

- Posts: 1677
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: Windows 7 Internet Access without request
His point was, he has not programmed anything to connect to the Internet, yet it appears to be trying to do just that.
Rook....did your wife ask to check her e-mail again?
Rook....did your wife ask to check her e-mail again?
Re: Windows 7 Internet Access without request
The address is a multicast address, its only checking out whats on the ipv4 subnet.
Why it's doing it, I don't know.
Could it be something to do with support for remote debugging, maybe it use sockets for interprocess communications.
what happens if you compile the exe and run it instead of F5 ?
Why it's doing it, I don't know.
Could it be something to do with support for remote debugging, maybe it use sockets for interprocess communications.
what happens if you compile the exe and run it instead of F5 ?
Windows 11, Manjaro, Raspberry Pi OS


- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: Windows 7 Internet Access without request
it will not even RUN!
I have tried multiple settings and co,piler options and disabled AVAST completely... it runs in compiler but NOT in windows 7
I am thinking more that this is a OGRE library editor in 7 error... let me check my files...
It appears that Windows 7 does NOT allow the InitEngine3D() to init the 3D engine...
I have tried multiple settings and co,piler options and disabled AVAST completely... it runs in compiler but NOT in windows 7
I am thinking more that this is a OGRE library editor in 7 error... let me check my files...
It appears that Windows 7 does NOT allow the InitEngine3D() to init the 3D engine...
- freepurebasic
- Enthusiast

- Posts: 123
- Joined: Fri Sep 24, 2010 12:02 pm
- Location: world wide web
Re: Windows 7 Internet Access without request
if or if not you connect to internet,windows xp, vista or 7 works like servers prepared to connect to internet...so is working in the same way how you are connected to internet.
make sure your account is an administrator user (full access rights) ,if not try to logout and then to login with a full right account
control from the first to the last .exe from purebasic .. right click,proprieties,compatibility, show all settings for all users(the last option on bottom) then click on (bottom) run this program like administrator
now after you done to all .exe files try to compile it.
if still doesn't work....
in windows 7 try:
0.uninstall avast,and set your u.a.c. to off(go to cpanel to do that)
1.disable firewall from cpanel
2.type win logo + r (run command) then type services.msc + enter ....
you see there windows firewall started ... right click ,proprieties, first set to disable then to stop service,
3.make sure you have in cpanel/security center windows firewall to off ('cause at the first restart the scurity center will try to reactivate windows firewall)
now any .exe file will not pass via avast+windows firewall but directly
see'ya
make sure your account is an administrator user (full access rights) ,if not try to logout and then to login with a full right account
control from the first to the last .exe from purebasic .. right click,proprieties,compatibility, show all settings for all users(the last option on bottom) then click on (bottom) run this program like administrator
now after you done to all .exe files try to compile it.
if still doesn't work....
in windows 7 try:
0.uninstall avast,and set your u.a.c. to off(go to cpanel to do that)
1.disable firewall from cpanel
2.type win logo + r (run command) then type services.msc + enter ....
you see there windows firewall started ... right click ,proprieties, first set to disable then to stop service,
3.make sure you have in cpanel/security center windows firewall to off ('cause at the first restart the scurity center will try to reactivate windows firewall)
now any .exe file will not pass via avast+windows firewall but directly
see'ya
-
DarkDragon
- Addict

- Posts: 2347
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Windows 7 Internet Access without request
Here it works with Windows 7 Home Premium x64 (German). You seem to have some kind of virus. Nothing tries to connect to the internet here. Have you installed the newest graphicscard driver and DirectX9?Rook Zimbabwe wrote:It appears that Windows 7 does NOT allow the InitEngine3D() to init the 3D engine...
bye,
Daniel
Daniel
- freepurebasic
- Enthusiast

- Posts: 123
- Joined: Fri Sep 24, 2010 12:02 pm
- Location: world wide web
Re: Windows 7 Internet Access without request
i never said somethings trying to connect to internet...microsoft's stuff (that firewall) every time is working like something is just connected to internet.do you understand the difference?
-
DarkDragon
- Addict

- Posts: 2347
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Windows 7 Internet Access without request
I didn't talk to youfreepurebasic wrote:i never said somethings trying to connect to internet...microsoft's stuff (that firewall) every time is working like something is just connected to internet.do you understand the difference?
bye,
Daniel
Daniel
- freepurebasic
- Enthusiast

- Posts: 123
- Joined: Fri Sep 24, 2010 12:02 pm
- Location: world wide web
- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: Windows 7 Internet Access without request
was windows looking for Engine3D.dll... sigh... Grapy reminded me when he sent me a link to his spectacular water demo!

