processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
339 stars 91 forks source link

P5-mac v0.6.2 doesn't open #284

Open orgicus opened 7 years ago

orgicus commented 7 years ago

I've replaced the older p5.app with the latest when I got prompted about the update, but the new p5.app doesn't run. It displays this dialog:

http://i.imgur.com/BMG33v1.png

The application "p5.app" can't be opened.

I've tried opening the app from Terminal, but this didn't work either. At least it display more info:

> cd ~/Downloads/ProcessingDNLD/p5.app/Contents/MacOS 
> ls
nwjs
> chmod +x nwjs
> ./nwjs 
LaunchProcess: failed to execvp:
/Users/George/Downloads/ProcessingDNLD/p5.app/Contents/Frameworks/nwjs Helper.app/Contents/MacOS/nwjs Helper
2016-11-30 10:34:35.320 nwjs[10445:617053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2016-11-30 10:34:35.320 nwjs[10445:617053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2016-11-30 10:34:35.320 nwjs[10445:617053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
2016-11-30 10:34:35.320 nwjs[10445:617053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
LaunchProcess: failed to execvp:
/Users/George/Downloads/ProcessingDNLD/p5.app/Contents/Frameworks/nwjs Helper.app/Contents/MacOS/nwjs Helper
LaunchProcess: failed to execvp:
/Users/George/Downloads/ProcessingDNLD/p5.app/Contents/Frameworks/nwjs Helper.app/Contents/MacOS/nwjs Helper
[10445:1130/103435:WARNING:file_descriptor_set_posix.cc(30)] FileDescriptorSet destroyed with unconsumed descriptors: 0/1
[10445:1130/103435:WARNING:file_descriptor_set_posix.cc(30)] FileDescriptorSet destroyed with unconsumed descriptors: 0/1
[10445:1130/103435:WARNING:channel.cc(553)] Failed to send message to remove remote endpoint (local ID 1, remote ID 1)
lmccart commented 7 years ago

can you try right clicking and then clicking "open"

orgicus commented 7 years ago

Hi Lauren,

I get the same "The application "p5.app" can't be opened." error alert dialog.

The strange thing is that I've downloaded a couple of older versions of the p5 editor and still get the same error (and I remember they used to work).

I haven't updated OSX (still on 10.11.5). Not sure what changed on the system to cause this issues :/

lmccart commented 7 years ago

hmm I wish I could help more. we are deprecating the editor at the end of the year and ending support for it, so it may be best to try an alternative like brackets, atom, or sublime.

orgicus commented 7 years ago

No worries and thank you for the updated. I'm already digging the alpha web editor! :)

I've been using p5.js more and more recently for stackoverflow answers.

Looking forward to see more awesome features p5.js!