Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Running Windows Debug Builds Downloaded From Tinderbox

If you run the windows debug builds you will often get "This application has failed to start because the application configuration is incorrect..." This is because the debug builds need the msvc80 crt debug dlls. You can see this by looking in at firefox.exe with https://www.dependencywalker.com/.

Unfortunately these DLLs are not redistributable.  To get these DLLs you only have to install the Visual C++ compilers from the Windows Vista SDK. No other packages are necessary.  If you are a Mozilla employee or contractor, click for more instructions.

To run tests of the tests package you can, for example, run the reftests as follows:

python reftest/runreftest.py --appname=firefox/firefox.exe --utility-path=bin --extra-profile-file=bin/plugins reftest/tests/layout/reftests/reftest.list 

Document Tags and Contributors

 Contributors to this page: Kyle Huey, Whimboo, jrmuizel
 Last updated by: Kyle Huey,