Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

When clicking full screen, Norton detects three files, SONAR.ProcHijack!g43, SONAR.ProcHijack!g45, and SONAR.ProcHijack!g47. Norton recognizes these as high risk malicious files and will delete them and the game. Based on some research, these files have a history of being trojans. However, based on the fact that the game runs just fine unless you click full screen with Norton installed, it's most likely just a harmless file that Norton deemed as having suspicious behaving code. There are instances in which this has caused other game developers trouble as well. I recommend contacting Norton and reporting it a false positive. Good game btw

(1 edit)

Wow.  There are definitely no malicious files. The only code running when you click Fullscreen, is this:

if (window_get_fullscreen() == false) {

resolution(1920, 1080);

window_set_fullscreen(true);

}

I will notify them. Thanks for letting me know!

Yep, no problem.

im not risking it lol

It is a false positive.

You can always play the game on Newgrounds as well.