mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web rendering error on Ubuntu 12.04 x64

southerngs opened this issue · comments

When I run IRHydra on my Ubuntu 12.04 system the webpage does not render correctly. The console output has the following errors after running pub serve

[Sass on irhydra|lib/src/ui/open-file-button.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui
[Sass on irhydra|lib/src/ui/source-path.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui
[Sass on irhydra|lib/src/ui/method-list.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui
[Sass on irhydra|lib/src/ui/dropdown-element.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui
[Sass on irhydra|lib/src/ui/method-name.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui
[Sass on irhydra|lib/src/ui/hydra.scss]:
error: ProcessException: No such file or directory
  Command: sass --no-cache --scss -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui -I lib/src/ui

and these errors when loading the webpage http://localhost:8080 in Chrome Version 37.0.2062.120 (64-bit) on the localhost.

[web] GET /packages/irhydra/src/ui/dropdown-element.css → Could not find asset irhydra|lib/src/ui/dropdown-element.css.
[web] GET /packages/irhydra/src/ui/method-name.css → Could not find asset irhydra|lib/src/ui/method-name.css.
[web] GET /packages/irhydra/src/ui/method-list.css → Could not find asset irhydra|lib/src/ui/method-list.css.
[web] GET /packages/irhydra/src/ui/open-file-button.css → Could not find asset irhydra|lib/src/ui/open-file-button.css.
[web] GET /packages/irhydra/src/ui/source-path.css → Could not find asset irhydra|lib/src/ui/source-path.css.
[web] GET /packages/irhydra/src/ui/hydra.css → Could not find asset irhydra|lib/src/ui/hydra.css.

The full listing of the console output is available here: https://gist.github.com/southerngs/0aca8e1aea17b431dbac

I'm able to use IRHydra with OS X so it is not too important to me to have this fixed. But I thought I would report the problem in case the bug reports is useful. I'm not very familiar with Dart, so there could easily be a configuration problem on my system.

The dart version I have is:
Dart VM version: 1.8.0-dev.0.0 (Thu Oct 16 13:23:24 2014) on "linux_x64"

Sass is an external dependency. I have updated README.md to reflect this.

Thank you for the report!

Thanks that fixed the problem for me.