Cannot compile on school computer

For general Flowcode discussion that does not belong in the other sections.
Post Reply
munnsy08
Posts: 1
http://meble-kuchenne.info.pl
Joined: Thu Sep 05, 2024 7:09 am

Cannot compile on school computer

Post by munnsy08 »

Hi,
I am looking at using Flowcode at my school for Arduinos but am having difficulty compiling the code. When I click compile to target I receive an error message that I have attached.

Our school security system is fairly restrictive and does not give administration rights to users. Usually this issue is resolved by the school allowing particular files to have administration rights for users, however, this fix is not working in this instance.

Are there any suggestions for getting around this security issue?
Attachments
error message compile.png
error message compile.png (45.47 KiB) Viewed 513 times

Steve-Matrix
Matrix Staff
Posts: 1416
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 193 times
Been thanked: 331 times

Re: Cannot compile on school computer

Post by Steve-Matrix »

Flowcode does not require administrator privileges to run and many schools and colleges use it without issue.

In your case, it appears that there is a setting in you IT group policy (or perhaps an installed anti-virus app) that is preventing Flowcode from running the compiler. Flowcode uses external compilers to create code that runs in the microcontrollers and so it is necessary for Flowcode to be allowed to launch external processes.

You will need to contact your IT admin to resolve this. The group policy setting is probably "User Configuration > Administrative Templates > System > Don’t run specified Windows applications". Your IT admin will need to ensure the Flowcode exe, the batch files used to launch the toolchains (in %PROGRAMDATA%\MatrixTSL\FlowcodeV10) and any toolchains used are not blocked there.

If that is not the issue, then there may be other suggestions here:
https://www.google.com/search?q=launch+ ... +policy%22

Post Reply