CompassApp
CompassApp copied to clipboard
Windows version crashing
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'
@cjs8972 what is your Windows and Java version?
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 [email protected] 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.
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?
I also have the very same troubles.
http://pastebin.com/h0TGykyY
Windows 8.1 Pro x64 Java build version 1.8.0_25
@cjs8972, @yakou32, @Haikson we have a new beta to fix this issue, please mail to [email protected] to get one.
fixed in v1.29 and will release soon.
I'm using v1.29 on windows 8.1 x64 and I still have this issue. Any ideas?
@Wicked0ne are you running Compass.app in restricted permission? i.e. not an admin account
@hlb Yea. I'm running it normal user and NOT admin.
@Wicked0ne can you try it with admin privilege? I guess there is some permission issue in your system :-/
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)
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)
It fails during "chmod" operation for sass file cache on Windows OS. So just turn off sass cache or just wait a fix...
Did you guys find any workaround? Or a solution? I'm having the exact same issue...
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.