Is irrlicht Spyware :?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Vsk
Posts: 343
Joined: Thu Sep 27, 2007 4:43 pm

Is irrlicht Spyware :?

Post by Vsk »

Hi, I know it is not, but I would like to now why my antifirewall detects that Irrlicht is trying to acces the red.
It occurs when I go focus out and in sometimes in the application.

Is my firewall going crazy?

I use Panda.
CuteAlien
Admin
Posts: 9741
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Well, Irrlicht is no application - so it's obviously not Irrlicht.
If it does that in your application, well, maybe you are writing spyware? :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Vsk
Posts: 343
Joined: Thu Sep 27, 2007 4:43 pm

Post by Vsk »

CuteAlien wrote:Well, Irrlicht is no application - so it's obviously not Irrlicht.
If it does that in your application, well, maybe you are writing spyware? :-)
Jaja, sorry. Obviusly is my aplication. But the only code doen't know for me (beside c++`standar librarys) is irrlicht.
And I don't have anything that can acces ports or anything like that.
CuteAlien
Admin
Posts: 9741
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

There is no network code in Irrlicht, so I really don't know why a firewall would complain. I agree that it's strange...
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Are you using an old version of Irrlicht? This has been covered on these forums at least once, but it is hard to find unless you know exactly what you're searching for. Regardless, here is another post talking about the exact same issue. The problem might be that the GetAdapterIdentifier() call in CD3D8Driver.cpp should pass D3DENUM_NO_WHQL_LEVEL as the 2nd parameter. If the parameter is 0, then that is the problem. The same fix is not needed for the D3D9 driver, as it defaults to disable the functionality.

Travis
Post Reply