atom / image-view

View images in an Atom editor
MIT License
44 stars 40 forks source link

Uncaught Error: ENOENT: no such file or directory, stat '$ATOM_HOME/.learn-ide\home\jdenenberg42-... #153

Closed Jisho23 closed 7 years ago

Jisho23 commented 7 years ago

[Before submitting, please enter steps to reproduce:]

  1. ...
  2. ...

Learn IDE Package: 2.5.3 Learn IDE Core: 2.5.3 x64 Electron: 1.3.13 OS: Microsoft Windows 10 Home Thrown From: image-view package 0.60.0

Stack Trace

Uncaught Error: ENOENT: no such file or directory, stat 'C:\Users\jdene.atom.learn-ide\home\jdenenberg42-101620\code\labs\git-flow-web-091817\public\img\trees.jpg'

At fs.js:992

Error: ENOENT: no such file or directory, stat 'C:\Users\jdene\.atom\.learn-ide\home\jdenenberg42-101620\code\labs\git-flow-web-091817\public\img\trees.jpg'
    at Error (native)
    at fs.statSync (fs.js:992:18)
    at Object.fs.statSync (ELECTRON_ASAR.js:275:16)
    at ImageEditorView.module.exports.ImageEditorView.initialize (/app.asar/node_modules/image-view/lib/image-editor-view.js:96:34)
    at /app.asar/node_modules/space-pen/lib/space-pen.js:184:25)
    at /app.asar/node_modules/atom-space-pen-views/lib/scroll-view.js:12:47)
    at /app.asar/node_modules/image-view/lib/image-editor-view.js:16:52)
    at ViewRegistry.module.exports.ViewRegistry.createView (/app.asar/src/view-registry.js:134:16)
    at ViewRegistry.module.exports.ViewRegistry.getView (/app.asar/src/view-registry.js:84:21)
    at /app.asar/src/pane-element.js:194:25)
    at /app.asar/src/pane-element.js:51:55)
    at /app.asar/src/pane-element.js:113:19)
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:141:28)
    at Pane.module.exports.Pane.activate (/app.asar/src/pane.js:852:27)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:298:40)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:256:19)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:59:26
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:141:28)
    at Notification.module.exports.Notification.dismiss (/app.asar/src/notification.js:79:27)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:260:25)
    at /app.asar/node_modules/learn-ide-notifications/lib/notification-element.js:149:26)

Commands

Non-Core Packages

Ben3eeE commented 7 years ago

Thanks for contributing!

It appears that this is being caused by the learn-ide package, not Atom itself. It may be that there is still a bug in Atom. If so, we'll need the maintainer of the package that is causing the problem to help track that down. You should file this issue on their repository so they can either fix the problem or tell us where the problem is coming from. The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme.