On 2016-02-03 7:19 PM, Alex wrote: >> How does the binary not run? Do you get an error of some sort? Can you >> please post it here? > >> Did you move all the required DLLs (ucrtbase.dll, api-ms-win-*.dll, >> vcruntime140.dll, msvcp140.dll)? > > As for the issue of the build not running, there are no error messages at all > which makes it hard to figure out what's wrong. Instead the working cursor > (like this: http://i.stack.imgur.com/D2alZ.gif) just spins for ever until the > Windows Explorer window is closed. > > And yes all the DLLs are there. Yet once the VCRedist gets installed it runs > without issue. That's why I'm wondering if there might be some other relevant > DLLs that are being missed out. > > I don't suppose there are any suggestions as to see what might be missing?
This is weird... Do you see a firefox.exe process running when this happens? If yes, one thing that you can try is attach to it from within a debugger and see what's going on on the main thread (for example by seeing whether you can get a call stack.) But I wouldn't be surprised if the thing that is failing is loading firefox.exe in the first place... _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

