KKBOX / CompassApp

Compass.app helps designers compile stylesheets easily without resorting to command line interface
http://compass.kkbox.com
GNU General Public License v2.0
757 stars 88 forks source link

Windows 10 error #312

Open tdivito opened 9 years ago

tdivito commented 9 years ago

I just upgraded to Windows 10, and started getting a bunch of errors. Compass will compile for 15-20 minutes, then just error out with the below messages

image

Thanks for taking a look

hlb commented 9 years ago

@tdivito does the project work before win10 upgrade?

tdivito commented 9 years ago

Yes. I was working on this project for a few weeks, and it started to error the morning after the windows 10 upgrade

Thanks

On Aug 12, 2015, at 10:25 PM, Liang-Bin Hsueh notifications@github.com wrote:

@tdivito does the project work before win10 upgrade?

— Reply to this email directly or view it on GitHub.

elochai90 commented 8 years ago

I had this problem, too (win10). I found out, that only if the path to the watched folder has less than 6 parent folders the compiling works. So "C:/[folder1/folder2/folder3/folder4/folder5/]my_watched_folder" works (for me). But I need my folder on the 9th level (). Any ideas?

thwbn commented 8 years ago

Hi, if it is not too late: What do you think about a junction? Create a folder on first level and link this to your x-leveled folder you need to work with. So all your your files you create in the first level folder are in reality on the x level folder and compass App should think to be in first level....

https://msdn.microsoft.com/de-de/library/windows/desktop/aa365006%28v=vs.85%29.aspx

greetings from Bonn

Thorsten