MaslowCNC/GroundControl

Macafee sequestering GCode files

Closed this issue · 5 comments

Macafee is sequestering two files from GCODE version 1.18 which prevents it from running. Just looking to see if anyone else is having this problem and if there is confidence that I can unsequester the files without putting the rest of my computer at risk.

here are the flagged files.
image

The files kivy_YY-MM-DD_N.txt is a log file created by the logger.py portion of GroundControl. They contain INFO lines that record some runtime information about how Kivy is set up locally, and WARNING or ERROR lines if there are python warnings or errors. Here's mine from my first run on 18-07-31:

[INFO              ] Logger: Record log in /Applications/groundcontrol.app/Contents/Resources/.kivy/logs/kivy_18-07-31_0.txt
[INFO              ] Kivy: v1.9.1-dev0
[INFO              ] Python: v2.7.10 (default, Jul 21 2018, 17:30:42) 
[GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.0.42)]
[INFO              ] Factory: 179 symbols loaded
[INFO              ] Image: Providers: img_tex, img_imageio, img_dds, img_gif, img_sdl2 (img_pil, img_ffpyplayer ignored)
[INFO              ] OSC: using <multiprocessing> for socket
[INFO              ] Window: Provider: sdl2
[INFO              ] GL: OpenGL version <2.1 INTEL-12.0.20>
[INFO              ] GL: OpenGL vendor <Intel Inc.>
[INFO              ] GL: OpenGL renderer <Intel(R) Iris(TM) Plus Graphics 655>
[INFO              ] GL: OpenGL parsed version: 2, 1
[INFO              ] GL: Shading version <1.20>
[INFO              ] GL: Texture max size <16384>
[INFO              ] GL: Texture max units <16>
[INFO              ] Window: auto add sdl2 input provider
[INFO              ] Window: virtual keyboard not allowed, single mode, not docked
[INFO              ] Text: Provider: sdl2
[INFO              ] Base: Start application main loop
[INFO              ] GL: NPOT texture support is available
[INFO              ] Base: Leaving application in progress...

It is safe to delete them. No clue why McAfee would flag them, though. There should a separate file created each time you start GC. On a Mac, find them all in:

/Applications/groundcontrol.app/Contents/Resources/.kivy/logs

Does McAfee give any more information about what it found wrong with the file?

McAfee does not give any information, but it prevents GCODE from running. I will unsequester it and report back.

If you like, you could cross-check the suspect log file at Kasperski VirusDesk. I've checked the file from my system, it comes out as safe. Yours might be different.

Any update on this? did you get GC running?

I did get ground control running, but only after turning off real time scan. Do you think it's because GCODE executes from a .bat file