atom/fuzzy-finder

Uncaught Error: EPERM: operation not permitted, lstat '/\pmintl.net\userdata\'

riven83 opened this issue · 1 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.19.7 x64
Electron: 1.6.9
OS: Microsoft Windows 10 Enterprise
Thrown From: fuzzy-finder package 1.5.8

Stack Trace

Uncaught Error: EPERM: operation not permitted, lstat '\pmintl.net\userdata'

At fs.js:902

Error: EPERM: operation not permitted, lstat '\\pmintl.net\userdata\'
    at fs.lstatSync (fs.js:902:18)
    at Object.fs.lstatSync (ELECTRON_ASAR.js:244:16)
    at start (fs.js:1515:10)
    at Proxy.realpathSync (fs.js:1503:3)
    at Proxy.fs.realpathSync (ELECTRON_ASAR.js:321:29)
    at ~/AppData/Local/atom/app-1.19.7/resources/app/node_modules/fuzzy-finder/lib/path-loader.js:21:27
    at Array.map (native)
    at Object.startTask (~/AppData/Local/atom/app-1.19.7/resources/app/node_modules/fuzzy-finder/lib/path-loader.js:19:52)
    at Object.startLoadPathsTask (~/AppData/Local/atom/app-1.19.7/resources/app/node_modules/fuzzy-finder/lib/main.js:119:45)
    at ~/AppData/Local/atom/app-1.19.7/resources/app/node_modules/fuzzy-finder/lib/main.js:33:30
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Commands

Non-Core Packages

atom-clock 0.1.15 
autocomplete-python 1.10.2 
busy-signal 1.4.3 
highlight-selected 0.13.1 
hydrogen-launcher 1.2.1 
intentions 1.1.5 
linter 2.2.0 
linter-python 3.1.2 
linter-ui-default 1.6.8 
minimap 4.29.6 
pure-syntax 0.3.0 
python-debugger 0.2.0 
python-indent 1.1.0 
python-tools 0.6.9 

Thanks for taking the time to contribute!

We noticed that this is a duplicate of #289. You may want to subscribe there for updates.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.