CompassApp
                                
                                
                                
                                    CompassApp copied to clipboard
                            
                            
                            
                        Windows 10 error
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

Thanks for taking a look
@tdivito does the project work before win10 upgrade?
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 [email protected] wrote:
@tdivito does the project work before win10 upgrade?
— Reply to this email directly or view it on GitHub.
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?
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