deusanyjunior / atom-supercopair

Cooperative Live Coding using SuperCollider and Cloud Server
https://atom.io/packages/supercopair
MIT License
7 stars 2 forks source link

int erpret.scd not found #4

Open dudat opened 8 years ago

dudat commented 8 years ago

hi i trying to use your package because i think it's great! but i have a problem on windows 7. when i compile the package, atom finds, throught .yalm.supercollider file, the sclang.exe, but get stuck on a not found file. he gives me:

compile done Help tree read from cache in 0.016599893569946 seconds Class tree inited in 0.04 seconds ready Welcome to SuperCollider 3.6.6. For help press F1. sc3> thisProcess.interpreter.executeFile("C:\Users\Administrator.atom\packages \ supercopair\node_modules\supercolliderjs\lib\sc\int erpret.scd"); file "C:UsersAdministrator.atompackagessupercopair ode_modulessupercolliderjslibscinterpret.scd" does not exist. nil

and simply nothing happens if i execute s.boot or any other command. the path where atom searchs this file is correct, but there is a space between "packages\" and "supecopair" that could be a mistake, anche and i can't find how to change the path. is it necessary this file ? could be this the problem ?

deusanyjunior commented 8 years ago

hmm.. I am gonna check this out. I was using this package only in Linux and Mac. maybe it is a problem with the javascript. thanks for this report!