After using the 0.6 installer (with add to PATH checked), and MinGW (with GCC 4.7.2) on Windows 8, attempting to launch rustc or rustc.exe results with the message boxed error:
The application was unable to start correctly (0xc0000142). Click OK to close the application.
Running under ollydbg, it seems to segfault when doing some stuff with libstdc++. Rust 0.5 worked fine.
After using the 0.6 installer (with add to PATH checked), and MinGW (with GCC 4.7.2) on Windows 8, attempting to launch
rustcorrustc.exeresults with the message boxed error:Running under ollydbg, it seems to segfault when doing some stuff with libstdc++. Rust 0.5 worked fine.