CompassApp icon indicating copy to clipboard operation
CompassApp copied to clipboard

Windows version crashing

Open cjs8972 opened this issue 11 years ago • 15 comments

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 avatar Oct 28 '14 02:10 cjs8972

@cjs8972 what is your Windows and Java version?

hlb avatar Oct 28 '14 02:10 hlb

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.

cjs8972 avatar Oct 28 '14 03:10 cjs8972

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?

yakou32 avatar Dec 27 '14 15:12 yakou32

I also have the very same troubles.

http://pastebin.com/h0TGykyY

Windows 8.1 Pro x64 Java build version 1.8.0_25

Haikson avatar Dec 30 '14 14:12 Haikson

@cjs8972, @yakou32, @Haikson we have a new beta to fix this issue, please mail to [email protected] to get one.

hlb avatar Dec 31 '14 00:12 hlb

fixed in v1.29 and will release soon.

hlb avatar Mar 19 '15 08:03 hlb

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

Ep0chalypse avatar Apr 05 '15 20:04 Ep0chalypse

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

hlb avatar Apr 06 '15 11:04 hlb

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

Ep0chalypse avatar Apr 06 '15 19:04 Ep0chalypse

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

hlb avatar Apr 07 '15 01:04 hlb

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)

ghost avatar Apr 08 '15 21:04 ghost

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)

jofranlirio avatar Oct 27 '15 15:10 jofranlirio

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

bioform avatar Dec 29 '15 12:12 bioform

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

drimlike avatar Jun 12 '16 17:06 drimlike

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.

Toni-Henriksson avatar Mar 02 '21 12:03 Toni-Henriksson