Having trouble making SquareLine work

I’ve downloaded Squareline and got it running. However, I cannot get any components to appear on the checkerboard pattern under Screen1.

The ui code that it generates doesn’t work even when I import it into the online simulator.

I’ve tried loading the demos, and they just give me blank checkerboards also.

Any suggestions?

That is a screenshot after loading the 3d printer example.

Are you on Linux? If you so, have you run setup.sh?

1 Like

Yes, and yes.

$ . setup.sh
Make the appliaction executable
Create a .dekstop entry
-------------------------------------
SquareLine Studio is ready to use
Launch it with SquareLine_Studio.x86_64
$ ./SquareLine_Studio.x86_64

Great! And what happens if you go the server folder and start ./micropython from a terminal?

$ ./micropython
./micropython: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by ./micropython)
./micropython: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./micropython)

Please try out the Beta version. It was compiled with Ubuntu 18.04 and should work.

You can download it from here.