tjmehta / atom-term

shell tab for atom
MIT License
57 stars 15 forks source link

[0.2.2] Can not run on windows #20

Open trzecieu opened 10 years ago

trzecieu commented 10 years ago

At the begging there was assertion: assert(pc != nullptr);

But I fixed it by install pywin32 (I tried x64 and x86) now there is assertion as follow:


Microsoft Visual C++ Runtime Library

Assertion failed!

Program: ...es\term\node_modules\pty.js\build\Release\pty.node File: ..\src\win\pty.cc Line: 218

Expression: 0 == result

For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts

(Press Retry to debug the application - JIT must be enabled)

Abort Retry Ignore