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

AVG false positive? #5

Closed
Zophixan opened this issue Feb 21, 2025 · 11 comments
Closed

AVG false positive? #5

Zophixan opened this issue Feb 21, 2025 · 11 comments

Comments

@Zophixan
Copy link

hiya, avg is saying that there is a virus detected on the windows version.

@voun7
Copy link
Owner

voun7 commented Feb 22, 2025

You can compile your own copy of the program and see what happens.

@Zophixan
Copy link
Author

I tried and on the second compile command, it says "FATAL: Error, icon path 'VSE.ico' does not exist."

@voun7
Copy link
Owner

voun7 commented Feb 22, 2025

Did you download the entire source code and run nuitka --standalone --enable-plugin=tk-inter --windows-console-mode=disable --include-package-data=paddleocr --include-data-files=VSE.ico=VSE.ico --windows-icon-from-ico=VSE.ico gui.py in the source code directory?

@voun7
Copy link
Owner

voun7 commented Feb 22, 2025

@Zophixan Also what file exactly did AVG flag? It should be a false positive.

@voun7 voun7 closed this as completed Feb 23, 2025
@Zophixan
Copy link
Author

hiya, it was the vse.exe file, and it said it was "custody", whatever that means.

@Zophixan
Copy link
Author

sorry not really good at all this, but i got this: FATAL: Sorry, non-MSVC is not currently supported with Python 3.13,
due to differences in layout internal structures of Python.

Newer Nuitka will work to solve this. Use Python 3.12 or
option "--msvc=latest" as a workaround for now and wait
for updates of Nuitka to add MinGW64 support back.
FATAL: Failed unexpectedly in Scons C backend compilation.
Nuitka:WARNING: Complex topic! More information can be found at
Nuitka:WARNING: https://nuitka.net/info/scons-backend-failure.html
Nuitka-Reports: Compilation crash report written to file 'nuitka-crash-report.xml'.

@voun7
Copy link
Owner

voun7 commented Feb 23, 2025

Nuitka compiling only works with python 3.11.

@Zophixan
Copy link
Author

tried it on the older versions, when it starts to compile I get "Nuitka-Options:WARNING: Failed to locate package directory of 'paddleocr'", then it compiles, but running the gui.exe doesn't seem to do anything, it doesn't look like it starts up, i've got the ms c++ redist installed. Tried both clicking it, and command line. Via command line nothing happens, same with double clicking it.

@voun7
Copy link
Owner

voun7 commented Feb 23, 2025

Does the program run work when you run gui.py and utilities/test_main.py? If it doesn't then compiling won't work.

@Zophixan
Copy link
Author

hiya, i installed paddleocr, then compiled it. this time it took ages to compile but seems to compile properly. when i run gui.exe AVG stop it saying "detected by cybercapture" , threat detected and secured.

@voun7
Copy link
Owner

voun7 commented Feb 23, 2025

Glad it worked. This is a problem with AVG not the program. You could exclude the folder within AVG.

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

2 participants