Nodes exit immediately without error message

I installed the latest version of 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 tried:

  • I ran Node.exe in JetBrains Webstorm environment, this reported exit code -1073740791
  • I compiled the source code for 0.8.19 using VS2010, it has the same issue issue, but in the debug message it reports an error: Runtime check error # 2 - Damage around the buf variable was damaged. Continuing this in debugging allows you to run the program.
  • I installed Node.js on my computer at home, as well as Win 7 x64, and it worked fine.

Did others have the same problem?

+5
source share

All Articles