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 89 forks source link

Mac version crashing during watch #271

Closed dvenckus closed 9 years ago

dvenckus commented 10 years ago

v1.28.1 No such file or directory - /Users/debra/.compass/extensions/activemodel-3.2.19/stylesheets org/jruby/RubyFile.java:794:in realpath' /Applications/compass.app/Contents/Resources/lib/ruby/jruby/listen-1.1.6/lib/listen/listener.rb:247:ininitialize_directories_and_directories_records' org/jruby/RubyArray.java:2412:in map' /Applications/compass.app/Contents/Resources/lib/ruby/jruby/listen-1.1.6/lib/listen/listener.rb:247:ininitialize_directories_and_directories_records' /Applications/compass.app/Contents/Resources/lib/ruby/jruby/listen-1.1.6/lib/listen/listener.rb:33:in initialize' /Applications/compass.app/Contents/Resources/lib/ruby/jruby/listen-1.1.6/lib/listen.rb:51:in_init_listener' /Applications/compass.app/Contents/Resources/lib/ruby/jruby/listen-1.1.6/lib/listen.rb:27:in to' /Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/sass-3.4.1/lib/sass/plugin/compiler.rb:394:increate_listener' org/jruby/RubyArray.java:2412:in map' /Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/sass-3.4.1/lib/sass/plugin/compiler.rb:393:increate_listener' org/jruby/RubyMethod.java:140:in call' file:/Applications/compass.app/Contents/Java/compass-app.jar!/hook/compass_patch.rb:12:increate_listener' /Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/sass-3.4.1/lib/sass/plugin/compiler.rb:328:in watch' /Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-1.0.0/lib/compass/sass_compiler.rb:46:inwatch!' /Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-1.0.0/lib/compass/commands/watch_project.rb:41:in perform' file:/Applications/compass.app/Contents/Java/compass-app.jar!/app_watcher.rb:12:inwatch!' file:/Applications/compass.app/Contents/Java/compass-app.jar!/ui/tray.rb:447:in `watch'

dvenckus commented 10 years ago

I should add... despite this error, Compass app does successfully build the css files 50% of the time before crashing.

hlb commented 10 years ago

@dvenckus so does it crashes randomly? :-/

dvenckus commented 10 years ago

It can sometimes crash on its own while watching a directory with no updates happening to any of the .scss files in the directory. Other times its during a .scss --> *.css build. I wish I had more details for you. I will see if I can find a pattern.

dvenckus commented 10 years ago

It can sometimes crash on its own while watching a directory with no updates happening to any of the .scss files in the directory. Other times its during a .scss --> *.css build. I wish I had more details for you. I will see if I can find a pattern.

hlb commented 10 years ago

@dvenckus what is your OS/Java version? :)

dvenckus commented 10 years ago

Mac Mavericks 10.9.4 Java version 8 update 20 (build 1.8.0_20-ea-b20)

hlb commented 10 years ago

@dvenckus could you try to downgrade to Java 7 and try if it works?

dvenckus commented 10 years ago

I will try downgrading and follow up with the results.

D

On Tuesday, September 16, 2014, Liang-Bin Hsueh notifications@github.com wrote:

@dvenckus https://github.com/dvenckus could you try to downgrade to Java 7 and try if it works?

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

Debra Venckus debra@venckus.com 847-606-4030

dvenckus commented 10 years ago

I downgraded to java 7 with the same results as with Java 8

D

hlb commented 10 years ago

tested on OSX 10.9.4 with Java "1.7.0_51"

Compass.app is alive after 30mins.

@dvenckus can you zip your project, and mail to contact@kktix.com?

dvenckus commented 10 years ago

The project we are working on is very large and it looks like we are going with another method to compile *.scss. Thank you for checking into this.

D

On Wed, Sep 17, 2014 at 11:21 PM, Liang-Bin Hsueh notifications@github.com wrote:

tested on OSX 10.9.4 with Java "1.7.0_51"

  • open Compass.app and watch folder
  • change scss file every 10 seconds

Compass.app is alive after 30mins.

@dvenckus https://github.com/dvenckus can you zip your project, and mail to contact@kktix.com?

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

Debra Venckus debra@venckus.com 847-606-4030

hlb commented 9 years ago

v1.29 will release soon.