Project

General

Profile

Support #925

Updated by Baptiste Pillot over 1 year ago

- **Nothing happens when I run install.sh** 
   - Did you read the README.txt file ? Launch a terminal and run : `apt update && apt install -y python3 python3-tk` 
 - **Nothing happens when I double-click on the AOZ Studio icon** 
   - Launch a terminal and run : `cd ~/AOZ_Studio/bin && ./aozstudio` and look at the error message : 
   - If contains "GPU process isn't usable. Goodbye." : you can try to run `./aozstudio --no-sandbox` 
 - **Developper Tools does not launch (Ctrl+Maj+I)** : run `aozstudio --no-sandbox` and it will work. You can change the execution line into your desktop icon (right-click then properties). 
 - **AOZ Viewer does not work** : delete the file ~/AOZ_Studio/AOZ_Studio/electronUserData/Cookies , quit AOZ Studio and launch it again, and it will work (but not for long : you will do this often). 

 About the --no-sandbox flag : we can't add it in production, as it will disable the Chromium sandbox mode : https://www.electronjs.org/docs/latest/tutorial/sandbox/#disabling-chromiums-sandbox-testing-only. Using it is a temporary patch to make things work when it crashes, but the AOZ team would better find out what is crashing when it is not set.

Back