ardublockly icon indicating copy to clipboard operation
ardublockly copied to clipboard

Errors when running exe after adding blocks

Open wegunterjr opened this issue 6 years ago • 5 comments

Need some guidance on how to actually do the development for adding blocks. I really want to change how the program is laid out meaning I don't want to have to do a single block for digital or analog. I would really like to just add one that says forward or reverse left or right.. I am doing this for the Sumo bot robot for some 4th and 5th graders.

wegunterjr avatar Oct 12 '17 20:10 wegunterjr

image

wegunterjr avatar Oct 14 '17 15:10 wegunterjr

Hi there! i also meet this problem. anyone who can help?

ongpaulsherng avatar Dec 11 '17 15:12 ongpaulsherng

Is it possible you haven't build the server executable before trying to run the electron application?

Detailed instructions can be found at https://github.com/carlosperate/ardublockly/wiki/Building-Ardublockly

carlosperate avatar Jan 31 '18 17:01 carlosperate

i followed the steps, and it appears to be building the exe. When I run it just in the browser, i see the blocks I added, but when I run the exe I generated, it doesn't show the blocks I added. Not sure what I am missing. I followed all the steps except for the packing step (it appeared to only be related to putting that in the cloud). Suggestions?

wegunterjr avatar Feb 02 '18 17:02 wegunterjr

Could you check if the .exe file is present in the filesystem? The error message that you previously included shows the path to a .../arduexec/server/start.exe. If the PyInstaller step was successfully it should have created that .exe file there, could you check that file does indeed exist?

carlosperate avatar Mar 11 '18 23:03 carlosperate