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 version crashing #278

Open cjs8972 opened 9 years ago

cjs8972 commented 9 years ago

Just bought Compass - I'm running Compass 1.28.1 on a Windows 64 machine, it completely breaks when trying to import "compass" or import "compass/css3" and also is crashing quite frequently.

Errors include (trying to import compass): /* Errno::ESRCH: No such process - No message available

Backtrace: org/jruby/RubyFile.java:592:in `chmod'

hlb commented 9 years ago

@cjs8972 what is your Windows and Java version?

cjs8972 commented 9 years ago

Windows 7 64bit Java version 7 Update 9 (build 1.7.0_09-b05)

On Mon, Oct 27, 2014 at 10:56 PM, Liang-Bin Hsueh notifications@github.com wrote:

@cjs8972 https://github.com/cjs8972 what is your Windows and Java version?

— Reply to this email directly or view it on GitHub https://github.com/KKBOX/CompassApp/issues/278#issuecomment-60703330.

yakou32 commented 9 years ago

I also have the very same troubles. I installed jRuby 1.7.13 and tried also 1.7.18 with no success Are there any solutions?

Haikson commented 9 years ago

I also have the very same troubles.

http://pastebin.com/h0TGykyY

Windows 8.1 Pro x64 Java build version 1.8.0_25

hlb commented 9 years ago

@cjs8972, @yakou32, @Haikson we have a new beta to fix this issue, please mail to contact@kktix.com to get one.

hlb commented 9 years ago

fixed in v1.29 and will release soon.

Ep0chalypse commented 9 years ago

I'm using v1.29 on windows 8.1 x64 and I still have this issue. Any ideas?

hlb commented 9 years ago

@Wicked0ne are you running Compass.app in restricted permission? i.e. not an admin account

Ep0chalypse commented 9 years ago

@hlb Yea. I'm running it normal user and NOT admin.

hlb commented 9 years ago

@Wicked0ne can you try it with admin privilege? I guess there is some permission issue in your system :-/

ghost commented 9 years ago

same problem

/* Errno::ESRCH: No such process - No message available

Backtrace: org/jruby/RubyFile.java:613:in chmod' C:/Users/OliverJulius/Desktop/compass.app.windows.1.29/compass.app/lib/ruby/compass_1.0/sass-3.4.13/lib/sass/util.rb:1257:inatomic_create_and_write_file' org/jruby/ext/thread/Mutex.java:149:in `synchronize'

error comes when using @import "compass/css3";

no problem when using @import "compass/reset";

windows 7 64, Java Version 8, Update 40 (build 1.8.0_40-b26), Ruby (rubyinstaller-2.2.1)

jofranlirio commented 8 years ago

same problem

Errno::ESRCH: No such process - No message available Backtrace: org/jruby/RubyFile.java:613:in chmod' C:/Users/jofran/Downloads/compass.app/lib/ruby/compass_1.0/sass-3.4.13/lib/sass/util.rb:1257:inatomic_create_and_write_file' org/jruby/ext/thread/Mutex.java:149:in `synchronize'

When i import "compass/utilities" and "compass/typography" this error comes

compass app version 1.29 windows 7, java 8 update 65 (build 1.8.0_65-b17)

bioform commented 8 years ago

It fails during "chmod" operation for sass file cache on Windows OS. So just turn off sass cache or just wait a fix...

drimlike commented 8 years ago

Did you guys find any workaround? Or a solution? I'm having the exact same issue...

Toni-Henriksson commented 3 years ago

It fails during "chmod" operation for sass file cache on Windows OS. So just turn off sass cache or just wait a fix...

This worked for me, thank you.