mikaa123 / linear

Ruler app with web-development in mind
http://mikaa123.github.io/linear-website/
MIT License
262 stars 21 forks source link

Version 1.4.0 immediately crashes #31

Closed vitorgalvao closed 8 years ago

vitorgalvao commented 8 years ago

Reported on https://github.com/caskroom/homebrew-cask/pull/21909. I can reproduce as well. As soon as I open Linear, it immediately closes. Console output:

13/06/16 12:36:21,639   launchservicesd[78] SecTaskLoadEntitlements failed error=22
13/06/16 12:36:21,642   launchservicesd[78] SecTaskLoadEntitlements failed error=22
13/06/16 12:36:21,646   launchservicesd[78] SecTaskLoadEntitlements failed error=22
13/06/16 12:36:21,698   appleeventsd[51]    SecTaskLoadEntitlements failed error=22
13/06/16 12:36:21,731   linear Helper[63516]    GVA info: preferred scaler idx 0
13/06/16 12:36:21,767   com.apple.xpc.launchd[1]    (com.electron.linear.270752[63515]) Service exited with abnormal code: 1

OS X 10.11.5 (15F34)

mikaa123 commented 8 years ago

thanks for the quick report, I'll look into that

mikaa123 commented 8 years ago

🎱 Should work fine now: https://github.com/mikaa123/linear/releases/tag/1.4.1

vitorgalvao commented 8 years ago

Still crashing on 1.4.1.

radiovisual commented 8 years ago

1.4.1 works for me, no crashing but I am installing via git/npm install. I think the problem is coming from users who are installing via homebrew.

@vitorgalvao , can you confirm that you installed the new version via homebrew?

vitorgalvao commented 8 years ago

I think the problem is coming from users who are installing via homebrew.

It’s not. Not only does homebrew-cask not alter the software in any way, I’ve tried it manually.

radiovisual commented 8 years ago

hm. does it also crash if clone and run via npm?

$ git clone https://github.com/mikaa123/linear.git
$ cd linear && npm install && npm start

If it crashes, please attach any errors you see in the console.

vitorgalvao commented 8 years ago

does it also crash if clone and run via npm?

Nice call. That way it does not crash. After launching it like that once, launching the downloaded one started to work.

radiovisual commented 8 years ago

Ok, good to know. Thanks. 👍