JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
272 stars 72 forks source link

Uncaught Error: Module did not self-register. #644

Open skycolt opened 5 years ago

skycolt commented 5 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.40.1 x64 Electron: 3.1.10 OS: Unknown macOS version Thrown From: julia-client package 0.11.2

Stack Trace

Uncaught Error: Module did not self-register.

At ELECTRON_ASAR.js:166

Error: Module did not self-register.
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:740:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
    at Module.load (internal/modules/cjs/loader.js:620:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
    at Function.Module._load (internal/modules/cjs/loader.js:551:3)
    at Module.require (/app.asar/static/index.js:72:46)
    at require (internal/modules/cjs/helpers.js:20:18)
    at customRequire (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:1:688158)
    at get_KeyboardLayoutManager (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:2744622)
    at get_manager (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:2744724)
    at Object.getCurrentKeyboardLayout (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:2744850)
    at e.keystrokeForKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:1087821)
    at KeymapManager.keystrokeForKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1246932)
    at handleKeybinding (/packages/julia-client/lib/runtime/console.js:261:41)
    at /packages/julia-client/lib/runtime/console.js:63:47
    at t._customKeyEventHandler (/packages/ink/lib/console/console.js:158:22)
    at t._keyDown (/packages/ink/node_modules/xterm/lib/xterm.js:1:79701)
    at /packages/ink/node_modules/xterm/lib/xterm.js:1:63525)

Commands

Non-Core Packages

atom-clock 0.1.17 
Hydrogen 2.13.0 
ide-c-cpp 0.1.0 
ide-python 1.5.0 
indent-detective 0.4.0 
ink 0.11.5 
julia-client 0.11.2 
language-julia 0.19.1 
latex-completions 0.3.6 
tool-bar 1.2.0 
uber-juno 0.3.0 
pfitzseb commented 5 years ago

Seems like something went wrong when installing the package. Try reinstalling (potentially with apm uninstall julia-client/apm install julia-client).