Bonjour à tous.
J'avais un problème de surcharge CPU en exécutant plusieurs compilation à la suite, même en fermant l'application AOZ Studio.
En regardant du coté du gestionnaire de tâches, je vois le programme "software Reporter Tool" s'ajouter à chaque compilation sans s'arrêter.

Ce problème ne vient pas d'AOZ Studio, mais de Google Chrome: Software Reporter Tool (software_reporter_tool.exe) est un outil que Google installe sur votre machine en même temps que le navigateur Chrome qui recherche et supprime les logiciels qui peuvent causer des problèmes, mais ce processus peut vous prendre jusqu'à 30% pendant 20 minutes...
Solution 1 : Supprimer le programme manuellement ici:
C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\SwReporter\VERSION\software_reporter_tool.exe
Problème: Il va se réinstaller à chaque mise à jour...
Solution 2: Supprimer les autorisations afin qu’aucun programme ne puisse accéder au dossier et exécuter Software Reporter, même après les mises à jour de Google Chrome.
- Pour cela, allez dans : C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data
- Clique droit sur le dossier: SwReporter puis Propriétés.

- Allez dans l’onglet Sécurité, puis cliquez sur le bouton Avancé.

- Cliquez sur le bouton Désactiver l’héritage.

- Une nouvelle fenêtre va alors s’ouvrir, cliquez sur Supprimer toutes les autorisations héritées de cet objet.

-Pour finir, Cliquez sur Appliquer et dans l’invite de sécurité de Windows, cliquez sur Oui. Enfin, cliquez sur OK, et OK à nouveau.
En espérant avoir aidé les personnes dans mon cas.
-----------------------------
OS: Microsoft Windows 10 Version 1909
I'll have to check for that, as I was getting VERY slow frames per second last night when drawing lines.
It must come from the same problem. I tested the compilations under Firefox, they also work. It would be nice to install AOZ Studio to be able to choose the internet explorer, not to be obliged to install Google Chrome ...
Well, I don't use Chrome, I just double-click the index.html, then after that use F5 in my Chromium based browser (Vivaldi) after each compile. There should be a way to get it to launch in anything, or just use the default, but at the moment I couldn't get it to change even after changing the runchrome.bat (something like that) file to run my browser. I'll be home in 30 mins, so I'll look for the high CPU problem.
It is mandatory to run the program in administrator mode.
It is possible to change the explorer via the .bat file
I just recovered the local web address and tested it on Firefox ...
Well, this indicates a bigger problem: the compiler does not exit in certain cases. When you get this, do you use the 'Build and Run' button, or do you press F2. Because here, I never had it...
I use the 'Build and Run' button.
OK, the compiler could to bugs still present in the code, get into a never-ending loop. So, if you try to transpile several time a program that traps the transpiler in the loop, you will add each time a new looping task. I have added now a mechanism that should prevent that, and display the message: 'Transpiler stuck in a loop;