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

Antivirus false positive in release mode #35

Open
SPauly opened this issue Aug 13, 2023 · 2 comments
Open

Antivirus false positive in release mode #35

SPauly opened this issue Aug 13, 2023 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@SPauly
Copy link
Owner

SPauly commented Aug 13, 2023

The Release build leads to an antivirus detection by Norton (heur.advml.b).

@SPauly SPauly added the bug Something isn't working label Aug 13, 2023
@SPauly
Copy link
Owner Author

SPauly commented Aug 29, 2023

The false positive was triggered by the unusually high usage of the CPU. This was resolved for now by using glfwWaitEvents instead of glfwPollEvents which blocks the calling thread till the next Event arrives.
The downside of this solution is that many ImGui animations do not properly work that is until the uses for example move the mouse.

EDIT: The problem still seems to persist. Despite waiting for events.

@SPauly SPauly added the wontfix This will not be worked on label Aug 29, 2023
@SPauly
Copy link
Owner Author

SPauly commented Aug 29, 2023

I marked this issue as wontfix since it will not be fixed on it's own for now. This should be resolved with #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant