When running certain apps from the console, for example Nano for windows eDEX-UI crashes instantly.
Now that's fucked up. No error messages or anything, even when spawning eDEX from a shell?
Here is what the console output shows. by the way, those chars are broken....
C:\Users\clragon\AppData\Local\Programs\edex-ui>
Ôû║ start Starting eDEX-UI v1.0.1
i info With Node 8.9.3 and Electron 2.0.13
i info Renderer is Chrome 61.0.3163.100
Ôû║ Startup Initialized timer...
i info Base config dir is C:\Users\clragon\AppData\Roaming\eDEX-UI
[ ] pending Loading settings file...
 success Settings loaded!
[ ] pending Creating new terminal process on port 3000
 success Terminal back-end initialized!
i info Creating window...
... watching Waiting for frontend connection...
[×] complete Frontend window is up!
i info UpdateChecker: Running latest version.
 success Connected to frontend!
[Ôûê] Startup Timer run for: 12.93s
i info Resized TTY to 089 038
i info Resized TTY to 138 036
Error while tracking TTY working directory: Unsupported OS
[×] complete Terminal exited 3221225786 undefined
[×] complete Shutting down...
Yeah the logger is meant for *nix terminals with proper UTF8 and escape sequences support.
The Terminal exited 3221225786 undefined line comes from this part, which traces back to this one which means node-pty is the one that failed.
It prints the 3221225786 exit code.
I think we might have to report this to them.
@clragon Would you mind reporting this upstream? I'd do it but i got no windows machine to test with right now and i don't want to make another mess lol.
@GitSquared sure, I just don't exactly know how I do that?
@GitSquared sure, I just don't exactly know how I do that?
@clragon Just make an issue at https://github.com/Microsoft/node-pty, include the exit code mentioned above - it might help.
Thank you very much!
@GitSquared but what exactly is the issue I'm reporting?
@GitSquared Well that would be that node-pty crashes with a 3221225786 code when running certain apps.
@GitSquared works fine in a normal terminal though, only crashes inside eDEX-UI
Edit: .... oh wait, thats exactly it right? because node-pty runs the app....
I'll go report it right away.
I think you can close the issue now.
What node-pty version are you using again?
@clragon node-pty version is 0.7.8 (latest i think)