Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'addListener' of undefined #25

Open
igorferreira opened this issue Mar 30, 2015 · 0 comments
Open

Comments

@igorferreira
Copy link

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.174.0
System: linux 3.18.9-100.fc20.x86_64
Thrown From: virtualenv package, v0.6.2

Stack Trace

Uncaught TypeError: Cannot read property 'addListener' of undefined

At child_process.js:782

TypeError: Cannot read property 'addListener' of undefined
  at Object.exports.execFile (child_process.js:782:15)
  at Object.module.(anonymous function) [as execFile] (/usr/local/share/atom/resources/atom/common/lib/asar.js:448:20)
  at exports.exec (child_process.js:651:18)
  at VirtualenvManager.module.exports.VirtualenvManager.get_options (/home/igorferreira/.atom/packages/virtualenv/lib/virtualenv-manager.coffee:76:7)
  at /home/igorferreira/.atom/packages/virtualenv/lib/virtualenv-manager.coffee:39:16

Commands

     -0:45.9 core:save (atom-text-editor.editor)
  2x -0:25.7 core:confirm (atom-text-editor.editor.mini)
  3x -0:19.2 core:backspace (atom-text-editor.editor.mini)
     -0:06.4 core:confirm (atom-text-editor.editor.mini)
     -0:01.1 core:backspace (atom-text-editor.editor.mini)
     -0:00.0 core:confirm (atom-text-editor.editor.mini)

Config

{
  "core": {
    "disabledPackages": [
      "highlight-column"
    ],
    "themes": [
      "atom-dark-ui",
      "solarized-dark-syntax"
    ]
  }
}

Installed Packages

# User
atom-beautify, v0.21.4
atom-browser-webview, v0.6.0
atom-color-highlight, v3.0.8
atom-files, v0.1.5
atom-pair, v0.37.0
css-color-highlight, v0.3.0
git-projects, v1.8.1
highlight-line, v0.10.1
highlight-selected, v0.9.1
language-bro, v1.1.0
language-docker, v1.1.2
language-dockerfile, v0.1.0
language-java, v0.14.0
language-python-django-templates, v0.1.0
linter-lua, v0.1.3
linter-php, v0.0.11
log-console, v0.1.2
minimap-color-highlight, v4.1.0
open-last-project, v0.3.4
project-manager, v1.15.5
project-ring, v0.19.4
recent-projects, v0.3.0
script, v2.18.0
tabs-to-spaces, v0.8.1
terminal-panel, v1.9.2
terminal-status, v1.3.5
tree-view-git-projects, v0.2.2
underline-trailing-whitespace, v1.0.1
view-tail-large-files, v0.1.13
virtualenv, v0.6.2

# Dev
No dev packages

/cc @atom/core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant