08-29-2025 04:41 AM
Hello everybody
I have issues with launching LabVIEW executable files. The following is my computers history:
Does anybody have the same or a similar issue?
Does anybody have an idea how to resolve this?
Thank you for any hints in advance!
Solved! Go to Solution.
08-29-2025 11:54 AM
You're making it sound like something is modifying the binary EXE file after it's created. If this is truly happening, it's pretty bad. That's the sort of thing a virus would do (or, in a weird "best case" scenario, an antivirus set to automatically "repair" infected files silently, and it's flagging your LabVIEW EXE files). Do you have an antivirus installed?
I would recommend trying an experiment. Get a program that can get hashes from files such as HashTab or HashCheck. Then go offline, create a working EXE, test it, and get its hashes which you then save somewhere.
Then go online, wait for it to stop working, and re-check the hash. If it's changed, there is something on your system or your network that is altering your EXE files.
08-31-2025 11:25 PM
Dear Kyle97330
Thanks for your suggestion, which I tried out with PowerShell and MD5 hashes. The result is, that as soon as the exe-File gets "corrupted", it is no longer possible to access it at all, so the MD5 hash code can no longer be calculated.
In the meantime, I have looked into MS Windows Defender logs and found out that there exist log-entries like the following:
2025-08-28T13:29:24.244 Engine-HIPS:Block on rule 0x1443614-..., State=1, Type=0x121, Inheritance=0x0, Process="C:\Windows\explorer.exe", ProcessCmdline="C:\WINDOWS\Explorer.EXE", Target="C:\Data\LabVIEW64bit\AIVRecKopie20250822\builds\AIVRecConcatenate.exe", TargetCmdline="", InvolvedFile="", SigSha=5bfb8c2f6f29850ab22083d57c2fa6def0dc4664
It seems that this has to do with HIPS (Host Intrusion Prevention System) and ASR (Attack surface reduction). I guess its related to our own company's policy, otherwise many other LabVIEW users would already have run into this problem.
So, I'll have to clarify with our company's IT department.
Thanks again for your post and best regards!
09-01-2025 12:17 AM
Looks this issue is related to PC/OS Settings.
I have faces similar issue, while the exe and relevant files are kept in C Drive or Desktop.
Try to move the executable to D Drive and Move the configuration/reports files to Drive (Or create all base folders manually and give full access to the files - in C Drive).
09-06-2025 02:26 AM
You cannot cure this problem by assigning access rights as suggestedby Yogesh_Redemp. Access seems to be denied by Windows Defender directly.