Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System can not find the given path #598

Closed
idchi opened this issue Apr 28, 2017 · 15 comments
Closed

System can not find the given path #598

idchi opened this issue Apr 28, 2017 · 15 comments
Labels

Comments

@idchi
Copy link

idchi commented Apr 28, 2017

Didn't realize that the program was updated so updated it recently to the latest versions but ran into multiple errors trying to compile SCSS that compiles in version 2.0.4. (Win 10 Pro, x64)

version 2.1.0 :
Image of Error

version 2.1.1 : pops up this error

E:\OpenServer\domains\localhost\blab\assets\scss\main.scss
Sistem belirtilen yolu bulam�yor.

(translation System can not find the given path)

Notes:

  • Played around with folder permissions, resetting the file locations etc, and opening it as admin with no effect.
@zaygraveyard
Copy link
Collaborator

I'll look into it tonight

@sunchenggit
Copy link

version 2.1.0 这个版本前几天我下载也是出现这个问题,然后version 2.1.1这个版本就没有这个问题了但是编译scss的时候会出现乱码

@lekoala
Copy link

lekoala commented Apr 28, 2017

same here when trying to compile a scss file (win 10 x64) : The system cannot find the path specified

@zaygraveyard
Copy link
Collaborator

@sclovecds can you give me an example scss file that this happens on?

@Elnino38
Copy link

Same here. Actually the message show up right when you drag and drop a folder for creating a new project (Win7 x64).

@ittigorn
Copy link

Same here. Happen right after installing the newer version as of 28 Apr 2017
"The system cannot find the path specified."

@idchi
Copy link
Author

idchi commented Apr 28, 2017

@zaygraveyard

I have a main.scss, and partial scss files in a folder, that all compile to a css folder/file.

in the main just imports

    @import "parts/clearfix";
    @import "parts/variables";
    @import "parts/color";
    @import "parts/mixins";
    ...

in those partial scss files have undercores in the name "_clearfix.scss", "_variables.scss"... and within them just plain css or scss code.

p.s.

  • I played around with the imports ( tried using @import "parts/_clearfix", or @import "parts/_clearfix.scss")
  • tried renaming ( to without underscores @import "parts/clearfix", or @import "parts/clearfix.scss" )
  • tried leaving the css compile directory in the same directory as the main.scss file

@Neo-NMO
Copy link

Neo-NMO commented Apr 29, 2017

windows 10 64bit

I removed the files, re-added them, changed options, it sees the files in the folder to select what to do with them, it just doesn't process them.

@nai888
Copy link

nai888 commented Apr 29, 2017

I'm having the exact same issue, also Windows 10 64 bit. As soon as the program tries to load a directory, it gives the error "The system cannot find the path specified." for all of the .scss files in the directory, even though the gui shows all the files it supposedly can't find.

I was using v2.0.4 in which it worked fine, updated this afternoon to v2.1.1, which is when the issue started.

@zaygraveyard
Copy link
Collaborator

Can anyone try this v2.1.2?

@Neo-NMO
Copy link

Neo-NMO commented May 2, 2017

Avast is having a field day complaining about the installer, but I'm trying to test it.

@Neo-NMO
Copy link

Neo-NMO commented May 2, 2017

image

@FN400
Copy link

FN400 commented May 2, 2017

I tried to compile scss with v2.1.2, no more errors.

Windows 10 x64

@zaygraveyard
Copy link
Collaborator

@Neo-NMO See #607

@idchi
Copy link
Author

idchi commented May 2, 2017

Compiles v2.1.2 fixed the SCSS issues, works now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants