BOOLR icon indicating copy to clipboard operation
BOOLR copied to clipboard

Can't create new board on mac

Open RasmusFonseca opened this issue 8 years ago • 5 comments

Menu opens up when I launch and I press 'new board'. I then type "testboard" and click "Create", but nothing happens. This is in version 1.0.3

RasmusFonseca avatar Oct 17 '17 21:10 RasmusFonseca

Same for me. I also tried doing the ctrl-click tip to open a sandbox board. Nothing.

geolessel avatar Oct 18 '17 02:10 geolessel

Yes, very strange! I heard that a couple of times before and I have no idea why. Deleting the folder and downloading it again helps most of the time..

GGBRW avatar Oct 18 '17 10:10 GGBRW

This happens because the .app packaging/sandboxing on macOS does not allow editing of the contents (which the application tries to do by saving a file for your board). For some reason once you drop it into your Applications directory something about paths or sandboxing changes and it will work.

This is a known limitation. The workaround is to only write files to app.getPath('appData') (i.e. the code needs to change)

terribleplan avatar Oct 20 '17 04:10 terribleplan

I've also been having this problem, and I moved the application into the Applications directory, but it still won't let me create a new board. Can someone elaborate on how to fix this? Thanks!

readjfb avatar Jan 16 '19 02:01 readjfb

After extracting, open the package contents of Boolr application, there you will find a MacOS folder which contains an unix executable file open it, it will run

RKD204TX avatar May 19 '23 00:05 RKD204TX