mozilla / chromeless

DEPRECATED - Build desktop applications with web technologies.
http://mozillalabs.com/chromeless
761 stars 117 forks source link

installation problem with fetching xulrunner #159

Closed nhoss2 closed 3 years ago

nhoss2 commented 12 years ago

I am on ubuntu 11.10 64 bit. I just git cloned your repository and when I run ./chromeless, this is what I get:

Missing prerequisites!  I must download xulrunner to run.  Doing so
Fetching xulrunner, 376 bytes from releases.mozilla.org
| 0%                                                               100% |
|***********************************************************************|
Traceback (most recent call last):
  File "./chromeless", line 89, in <module>
    f.run()
  File "/home/nafis/apps/chromeless/impl/mozfetcher/_fetcher.py", line 142, in run
    self._fetch(descriptor)
  File "/home/nafis/apps/chromeless/impl/mozfetcher/_fetcher.py", line 111, in _fetch
    raise RuntimeError("download failure!  md5 mismatch!")
RuntimeError: download failure!  md5 mismatch!
philippbosch commented 12 years ago

Had the same problem. Was able to fix it with this change: philippbosch/chromeless@9da0aea92341d7d9e584c255cda36266c231dfef

unclecheese commented 12 years ago

Thanks a million.