I've installed the latest Node.js for Windows x64 (0.8.19). When I run it, with or without a script file argument it just exits without an error message.
Things I've tried:
- I ran node.exe under JetBrains Webstorm, this reported an exit code of -1073740791
- I compiled the source code for 0.8.19 using VS2010, this has the same problem in release but in debug it reports the error: Run-Time Check Failure #2 - Stack around the variable 'buf' was corrupted. Continuing from this in debug allows the program to start up.
- I installed node.js on my PC at home which is also Win 7 x64 and that worked fine.
Have others had the same problem?