Hello,
-
We’re developing a professional software that imports data from an inspection device, connected through SMB to a Windows 11 laptop. During the import process, our software copies several GB’s of data, and at the end it creates an MP4 video from thermal raw data. However, several customers have reported that with their Avast antivirus activated, the MP4 videos were not created successfully, which is a major issue. All other files are created correctly, and other AVI files are copied successfully as well. The video is created with OpenCV, and frames are written one by one in the file. By default, data are imported in “MyDocuments”. An Avast popup also appears, telling the “Ransomware Shield” protected the file, while it actually prevented the file from being created.
-
We also have another issue where a 3D viewer creates a file to save octrees in a binary format with the extension “.raw”, and Avast is also preventing the files from being written correctly, causing the software to subsequently crash. This is another major issue affecting our business.
In both cases, deactivating Avast works fine immediately, in a fully repeatable way.
What is the cause of Avast preventing a software from creating .mp4 or .raw files? How can we fix that?
Our software executable is signed, the installer is signed.
Thanks.