GithubHelp home page GithubHelp logo

Comments (13)

hansonw avatar hansonw commented on June 3, 2024

from atom-ide-ui.

burhandodhy avatar burhandodhy commented on June 3, 2024

screenshot_6

from atom-ide-ui.

hansonw avatar hansonw commented on June 3, 2024

from atom-ide-ui.

burhandodhy avatar burhandodhy commented on June 3, 2024

Already try both things but the problem remains there.

from atom-ide-ui.

hansonw avatar hansonw commented on June 3, 2024

from atom-ide-ui.

burhandodhy avatar burhandodhy commented on June 3, 2024

Here is it

screenshot_7

from atom-ide-ui.

joshfromperth avatar joshfromperth commented on June 3, 2024

Yep, same

from atom-ide-ui.

burhandodhy avatar burhandodhy commented on June 3, 2024

@hansonw any update ?

from atom-ide-ui.

vinimartinson avatar vinimartinson commented on June 3, 2024

same

from atom-ide-ui.

hansonw avatar hansonw commented on June 3, 2024

@Mullazman or @vinimartinson could you also try reloading Atom with the devtools console open (as in @burhandodhy) and send a screenshot from the errors at the very top? In @burhandodhy's screenshot I can see that the packages are failing to initialize but it's not showing the root cause :(

I'm kinda suspecting a conflict between atom-ide-ui and another Atom package. Following the steps in https://flight-manual.atom.io/hacking-atom/sections/debugging/, I wonder if you guys could try starting up from a clean ~/.atom directory with just atom-ide-ui to try and narrow it down to some kind of conflict?

from atom-ide-ui.

alenb avatar alenb commented on June 3, 2024

Having exact same issues with it. I've disabled all other packages, and only left atom-ide-ui, and it still throws the exact same errors. I've cleared apm and and reinstalled atom-ide-ui as well without any luck.

Here's a stack trace for one of them (they look all the same):

Error: Package not initialized
    at Object.moduleExports.(anonymous function) [as consumeBusySignal] (/Users/AlenBirindzic/.atom/packages/atom-ide-ui/modules/nuclide-commons-atom/createPackage.js:48:15)
    at Provider.module.exports.Provider.provide (/Applications/Atom.app/Contents/Resources/app/node_modules/service-hub/lib/provider.js:34:58)
    at ServiceHub.module.exports.ServiceHub.provide (/Applications/Atom.app/Contents/Resources/app/node_modules/service-hub/lib/service-hub.js:30:26)
    at Package.module.exports.Package.activateServices (/Applications/Atom.app/Contents/Resources/app/src/package.js:448:77)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:258:22)
    at /Applications/Atom.app/Contents/Resources/app/src/package.js:227:38
    at Package.module.exports.Package.measure (/Applications/Atom.app/Contents/Resources/app/src/package.js:99:21)
    at /Applications/Atom.app/Contents/Resources/app/src/package.js:220:32
    at Package.module.exports.Package.activate (/Applications/Atom.app/Contents/Resources/app/src/package.js:217:40)
    at PackageManager.activatePackage (/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:695:42)
    at _features.forEach.feature (/Users/AlenBirindzic/.atom/packages/atom-ide-ui/modules/nuclide-commons-atom/FeatureLoader.js:188:23)
    at Array.forEach (native)
    at FeatureLoader.activate (/Users/AlenBirindzic/.atom/packages/atom-ide-ui/modules/nuclide-commons-atom/FeatureLoader.js:186:20)
    at Object.activate (/Users/AlenBirindzic/.atom/packages/atom-ide-ui/index.js:102:21)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:255:25)
    at /Applications/Atom.app/Contents/Resources/app/src/package.js:227:38
    at Package.module.exports.Package.measure (/Applications/Atom.app/Contents/Resources/app/src/package.js:99:21)
    at /Applications/Atom.app/Contents/Resources/app/src/package.js:220:32
    at Package.module.exports.Package.activate (/Applications/Atom.app/Contents/Resources/app/src/package.js:217:40)
    at PackageManager.activatePackage (/Applications/Atom.app/Contents/Resources/app/src/package-manager.js:695:42)
    at /Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:535:35
    at exit (/Applications/Atom.app/Contents/Resources/app/node_modules/settings-view/lib/package-manager.js:128:22)
    at triggerExitCallback (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:338:17)
    at ChildProcess.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/buffered-process.js:368:17)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)

from atom-ide-ui.

hansonw avatar hansonw commented on June 3, 2024

from atom-ide-ui.

Crystilia avatar Crystilia commented on June 3, 2024

I am having the same issue.

I've tried:

  • Clearing all caches and reinstalling.
  • Launching Atom with --clear-window-state.
  • Reinstalling Atom 1.24.0.
  • Going to the new beta version of Atom.
  • Installing on 2 different Windows 10 systems (same problem on both).
  • Disabling all other packages.
  • Running things as administrator and reinstalling.
  • Installing different language packages.
  • Today, updating to the newest atom-ide-ui.
  • A few more desperate and outlandish attempts that made no sense.

The errors all reference files under the AppData\Local\Atom\app-(version)\resources\app\ (file).

However, in all my installations, these files are within an apm folder, which makes it seem like it should be looking at AppData\Local\Atom\app-(version)\resources\app\apm\ (file) instead. This could be my own ignorance of how it works, but it's the only thing that I noticed while attempting to solve the problem. If this is an issue with how I've installed Atom, I don't know how to fix it either.

Other than that observation, I have no idea how to fix it or why I'm running into the issue on two separate systems.

from atom-ide-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.