Any project I open with SquareLine v1.3.2, including the example projects, just displays gray checkerboard for all screens. All objects have their handles near 0,0 and don’t display at all.
Exporting Code works, and generates identical code as v1.3.1 (except for the version number at the top of each file).
SLS cannot find or does not have permissions to the KS_Diagnostics_Process.dylib file. Please check whether this file is in the SquareLine_Studio.app\Contents\PlugIns folder. You can open the folders within the application by right-clicking on the SquareLine_Studio.app file and selecting the “show package contents” menu.
Thanks for the response.
That file is in the correct place, and has read permission for all users (plus write permission for my username).
$ ls -l /Applications/SquareLine_Studio.app/Contents/PlugIns
total 16776
drwxr-xr-x@ 3 dann staff 96 Aug 30 04:53 FileBrowser.bundle
-rw-rw-r--@ 1 dann staff 8587840 Aug 30 05:11 KS_Diagnostics_Process.dylib
I also tried giving that file full permissions:
$ chmod 777 /Applications/SquareLine_Studio.app/Contents/PlugIns/KS_Diagnostics_Process.dylib
$ ls -l /Applications/SquareLine_Studio.app/Contents/PlugIns
total 16776
drwxr-xr-x@ 3 dann staff 96 Aug 30 04:53 FileBrowser.bundle
-rwxrwxrwx@ 1 dann staff 8587840 Aug 30 05:11 KS_Diagnostics_Process.dylib
But running SquareLine_Studio does the same thing (screens are not displayed).
I’ve tried this on two computers, both macs, and my co-worker (who also has a license) is having the same issue on his mac.
same here after initial upgrade to 1.3.2
Apple M1, Ventura 13.5.1 (22G90)
after exit/start, SQS crashes on startup with or without Rosetta
erase/reinstall: does not even crash anymore - zero reaction
reboot does not help
stepping back to SQS 1.3.1: does not start anymore either
Any news on this issue? This happened to a project that I was working on after upgrading from 1.3.1 to 1.3.2 on my M1 Pro MacBook Pro. Running in Rosetta mode didn’t change my outcome…
Also, I have tried exporting the project on a Windows 10 machine which leads to the same outcome.