lumenwrites / nulis

Mind-mapping software that helps writers collect and organize their knowledge, develop their ideas. Built with React, Redux, Node.js, hosted on Digital Ocean.
https://nulis.io
GNU Affero General Public License v3.0
742 stars 43 forks source link

Mac desktop version missing Electron Framework #9

Open jplanisky opened 6 years ago

jplanisky commented 6 years ago

The Mac desktop version of Nulis (version file says 1.6.2) won't run because of missing Electron library. Text from the problem report generated by MacOS:

Process:               Nulis [1378]
Path:                  /Applications/Nulis.app/Contents/MacOS/Nulis
Identifier:            com.electron.nulis
Version:               1.0.0 (1.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Nulis [1378]
User ID:               501

Date/Time:             2017-09-16 10:36:50.075 -0700
OS Version:            Mac OS X 10.12.6 (16G29)
...
Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: /Applications/Nulis.app/Contents/MacOS/Nulis
  Reason: image not found
lumenwrites commented 6 years ago

Thank you for letting me know! Desktop is still in it's early version, and I don't have access to mac at the moment, but I'll definitely work on fixing this.