technologiescollege / BlocklyArduino_AIO

Blockly@rduino All-In-One: Windows offline software version of Blockly@rduino webware.
GNU General Public License v3.0
4 stars 9 forks source link

Run time failure new download #1

Closed Uppermill closed 3 years ago

Uppermill commented 3 years ago

image I have downloaded version 4.3.2.28 to a Windows 10 PC. I get the error above when I run blocklyArduino_AIO.exe. I tried deleting the .json and .ini files but I still get the same result. I also get a notification image Can you help?

SebCanet commented 3 years ago

Could you download the release again? I've updated it, I made a mistake with dev & release files....sorry.

Uppermill commented 3 years ago

Seb,

Thanks for the fast response.

There are now two files where the path is too long. I skipped over these.

image

image

I then get this error message

image

I hope these will be helpful.

Allan

SebCanet commented 3 years ago

Yeah, on windows there can be problem with this awful structure from Arduino CLI. You should cut 'BlocklyArduino_AIO-4.3.2.28' folder in C:\BA_AIO\ to minimize the number of characters in path. You can repair by installing Arduino board tools by yourself:

For the 2nd problem, did you download my last zip file? https://github.com/technologiescollege/BlocklyArduino_AIO/releases/download/4.3.2.28/BlocklyArduino_AIO.zip

Uppermill commented 3 years ago

Seb

That is great - I will try again this afternoon.

I thought I had the right .zip file but I will go through the process again.

Regards

Allan On 31/12/2020 11:22:28, SebCanet notifications@github.com wrote: Yeah, on windows there can be problem with this awful structure from Arduino CLI. You should cut 'BlocklyArduino_AIO-4.3.2.28' folder in C:\BA_AIO\ to minimize the number of characters in path. You can repair by installing Arduino board tools by yourself:

Uppermill commented 3 years ago

Seb

Thanks for your help with this. I renamed the destination file for the unzip and that eliminated the long path name problem.

This time I coan start up the app and I have selected a board successfully.

All looks good - as you thought, I must have used the wrong .zip file.

Thanks again for all your help.

Allan

SebCanet commented 3 years ago

Great! Enjoy and success in your tests.