http://bugs.winehq.org/show_bug.cgi?id=33464
--- Comment #4 from Georg Koppen gk@jondos.de 2013-04-29 03:16:20 CDT --- (In reply to comment #3)
That fails here because of a missing dll: [austin@localhost Nightly]$ wine firefox.exe err:module:import_dll Library MSVCR100D.dll (which is needed by L"C:\Program Files\Nightly\firefox.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Nightly\firefox.exe" failed, status c0000135
Yes, that is due to the missing debug runtime lib that is unfortunately not redistributable (IIRC). See: https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.platform/cti...
One way to circumvent this is to install e.g. the Visual Express C++ 2010 Express edition (which I did although it took some fiddling ;) ): http://go.microsoft.com/?linkid=9709949