Probably it is launched with an incompatible version of Firefox/XulRunner. If you use a lightweight edition, verify that the environment variable SLIMERJSLAUNCHER contains the path to a Firefox/XulRunner that is compatible with SlimerJS. To verify, launch /path/to/firefox --version or /path/to/xulrunner --version. The displayed version should be between MinVersion and MaxVersion indicated into the application.ini file of SlimerJS.
Verify that you have enough free memory on your system.
A browser is very complex program. The final rendering (the appearance of the web page) depends on many different things:
So, don’t expect to have exactly the same results between any browser and SlimerJS. Moreover, SlimerJS uses exactly the same rendering engine as Firefox: if you use the lighweight edition, it uses Firefox itself, and for other editions, it uses XulRunner, downloaded directly from Mozilla servers (and so built by Mozilla, exactly the same way they build Firefox). At least, the rendering with SlimerJs may be exactly the same as with Firefox (same gecko version, on the same operating system). However you could have some difference in some extrem case (high zooming for example) and with different operating system (even it is the same gecko version).
You can speak with us about rendering issues, on the mailing list.