arduino / lab-micropython-editor

Arduino Lab for MicroPython is an Integrated Development Environment (IDE) for MicroPython.
GNU Affero General Public License v3.0
222 stars 28 forks source link

UI frozen with spinning wheel saying 'loading files' #126

Open AppsByDavideV opened 6 months ago

AppsByDavideV commented 6 months ago

Hello devs, as per title, interface frozen, lab-micropython-editor version 0.10.0. How: after the first start where I chose the working files path, I changed the name of the working folders on the PC. Of course the app cannot find the new files path. The expected behaviour is to ask for a new path if the previous is invalid, but the software is blocked instead. Immagine 2024-04-30 173950

Cannot find where that information is stored.

Bye

ubidefeo commented 6 months ago

thank you for reporting this, I think it escaped our attention :D

you can fix it by deleting the settings folder in C:\Users\{USER_NAME}\AppData\Roaming

secretsather commented 3 months ago

Same isue here. I understand the fix (for now) but hope someone is working towards an automatic solution.