chuckhendo / project-quick-open

A quick view of all projects inside your 'project home' in Atom
MIT License
13 stars 4 forks source link

Uncaught Error: ENOENT, open 'C:\etc\passwd' #14

Closed winstliu closed 9 years ago

winstliu commented 9 years ago

From @bnb on March 1, 2015 19:33

  1. Download Project Quick Open
  2. Use its only option in the Packages menu

Atom Version: 0.183.0 System: Microsoft Windows 8.1 Thrown From: Atom Core

Stack Trace

Uncaught Error: ENOENT, open 'C:\etc\passwd'

At events.js:94

Error: ENOENT, open 'C:\etc\passwd'
  at Error (native)

Commands

     -0:17.2 project-quick-open:toggle (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)

Config

{
  "core": {
    "themes": [
      "one-dark-ui",
      "poxy-atom-dark-syntax"
    ],
    "disabledPackages": [
      "autocomplete-paths",
      "project-manager"
    ]
  },
  "editor": {
    "tabLength": 4,
    "softWrap": true,
    "invisibles": {},
    "fontSize": 12
  }
}

Installed Packages

# User
atom-pair, v0.37.0
autocomplete-plus, v2.3.0
autocomplete-snippets, v1.0.1
color-picker, v1.4.4
editorconfig, v0.3.0
emmet, v2.3.4
filetype-color, v0.1.4
highlight-line, v0.10.1
linter, v0.12.0
linter-csslint, v0.0.11
linter-jshint, v0.1.0
linter-tidy, v1.0.0
minimap, v4.3.1
poxy-atom-dark-syntax, v0.1.0
project-quick-open, v0.3.2
red-wavy-underline, v0.2.4

# Dev
No dev packages

Copied from original issue: atom/atom#5805

chuckhendo commented 9 years ago

Good catch! I tested on Windows, but I think the tilde-expansion package I'm using may not support Windows without Git Bash installed. The package doesn't seem to be supported anymore anyways, so let me look into what options are available.

chuckhendo commented 9 years ago

In the meantime, setting your "Project Home" in Atom's settings to a valid path (like C:\some-folder) should fix the issue

chuckhendo commented 9 years ago

@50Wliu This should be fixed in 0.4.1. Please let me know if it isn't!

winstliu commented 9 years ago

I don't use this-@bnb reported it and on atom/atom and I simply moved it over here :wink:.

But hey, it's always nice to have bugs fixed!

chuckhendo commented 9 years ago

Oh! I see now. Thanks!