Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdx.dll is automatically quarantined by Norton 360 #2046

Closed
ghost opened this issue Jun 28, 2014 · 4 comments
Closed

gdx.dll is automatically quarantined by Norton 360 #2046

ghost opened this issue Jun 28, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2014

When building my LibGDX projects, I have to keep an eye on Norton 360 to make sure that gdx.dll isn't deleted because Norton360 classifies it under "WS.Reputation.1" and removes it.

Can someone try to work out what it would take to get this dll whitelisted?

@MobiDevelop
Copy link
Member

Silly Norton, quarantining things based on not having enough information about them. Not sure what to do other than have people unquarantine it and hope Norton starts sucking less.

@MobiDevelop
Copy link
Member

Here's where you can report false positives: https://submit.symantec.com/false_positive/

@badlogic
Copy link
Member

Nothing we can do about it!

@Hungary-Dude
Copy link

I actually encountered this problem myself with MSE, in an older libgdx nightly (before Gradle). I fixed it by using

static {
    System.setProperty("java.io.tmpdir", new File("./tmp").getAbsolutePath();
}

And then manually telling MSE to ignore the tmp directory in my project folder.
The latest nightlies don't seem to have this problem, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants