Hi there,
I have come across an issue when you run the hard reset process but the emulator is not factory reset.
I was watching the AIStarter windows and noticed the following error in the list "The file path specified does not exist"
Looking in "C:\.appinventor\emulator\" the Appinventor-emulator-data file is not deleted.
I went through and debugged the .bat file "C:\Program Files (x86)\AppInventor\commands-for-Appinventor\reset-emulator.bat" which seems to be the file responsible for running the factory reset.
I have found that in our setup line 31 of the code seems to be incorrect set APPINVDIR=%~s1\.appinventor this in our environment points to c:\\.appinventor
We edited this line to the following "APPINVDIR=%~s1.appinventor" now the variable points to the correct folder the file is successfully deleted and the emulator returns to factory default.
Hopefully this will help some other people as this had me scratching my head for some time!
I am wondering if anyone from appinventor can confirm if this is just our environment or is it a mistake in the latest Windows appinventor package?
Thanks
David