glennw / servo-shell

Proof of concept HTML/CSS/JS browser UI for Servo
177 stars 16 forks source link

Crashes servo on start #8

Open kevincannon opened 9 years ago

kevincannon commented 9 years ago

Hey,

Really excited about this tool. I tried to get it to run, but it just crashes servo on launch. Servo builds and runs runs fine. Here's the errors, it's varying between 4 & 11. It just briefly shows a white window, without any UI.

./mach run --release ../servo-shell/index.html -e Servo exited with return value -4

./mach run --release ../servo-shell/index.html -e Servo exited with return value -11

and then keeps alternative beteen 4 & 11.

Running OSX 10.10.3 on Macbook Pro Retina 13" 2014

Globegitter commented 9 years ago

I am on Ubuntu 14.04 and getting:

~/P/e/servo master> ./mach run --release ../servo-shell/index.html -e
Unrecognized option: 'e'.
Servo exited with return value 1

And without e I am getting:

~/P/e/servo master> ./mach run --release ../servo-shell/index.html
!!!!! Unable to create a mozbrowser frame - are you running with experimental (-e) mode enabled? !!!!!
jdm commented 9 years ago

Ah yes, now we need --pref dom.mozbrowser.enabled instead of -e. The readme should be updated, too.

jdm commented 8 years ago

That change doesn't actually address the crash originally reported.

glennw commented 8 years ago

Ah, you're right - I am unable to reproduce that crash at all - perhaps it's mac specific?