Closed JVanBuskirk closed 10 years ago
Here is the output from the console.
Failed to activate package named 'supercollider' TypeError: Cannot read property 'path' of null
at new Controller (/Users/jeremy/.atom/packages/supercollider/lib/controller.coffee:11:29)
at Object.module.exports.activate (/Users/jeremy/.atom/packages/supercollider/lib/supercollider.coffee:9:23)
at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:163:27)
at Package.module.exports.Package.handleActivationEvent (/Applications/Atom.app/Contents/Resources/app/src/package.js:551:12)
at HTMLDivElement.
Hi, I think this means that atom.projectRootDirectory returned null. Maybe you have to open and save a project. In any case it shouldn't break. I'll try to replicate it. Thanks !
The error message I sent before shows when I try to save a project.
When I open a .scd file and then try to open a post window, a slightly different error message occurs.
Failed to activate package named 'supercollider' TypeError: Cannot read property 'path' of null
at new Controller (/Users/jeremy/.atom/packages/supercollider/lib/controller.coffee:11:29)
at Object.module.exports.activate (/Users/jeremy/.atom/packages/supercollider/lib/supercollider.coffee:9:23)
at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:163:27)
at Package.module.exports.Package.handleActivationEvent (/Applications/Atom.app/Contents/Resources/app/src/package.js:551:12)
at HTMLDivElement.
the second error post is actually the same bug as the first, it just starts at a different place. ends up in the same bug.
fixed, you can update now
Hello, I just updated to 0.2 using atom 0.124 on OSX 10.8.5. Everything was working well using atom-supercollider 0.13.
I also installed supercolliderjs globally since the last time I used atom-supercollider. I don't know if this makes a difference.
I love the work you are doing. Thank you!