Edex-ui: Crashing when running certain apps

Created on 23 Nov 2018  Â·  10Comments  Â·  Source: GitSquared/edex-ui

When running certain apps from the console, for example Nano for windows eDEX-UI crashes instantly.

bug investigation windows

All 10 comments

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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jakewilliami picture jakewilliami  Â·  4Comments

GitSquared picture GitSquared  Â·  6Comments

GitSquared picture GitSquared  Â·  6Comments

tandriamil picture tandriamil  Â·  5Comments

bennettyuan18 picture bennettyuan18  Â·  5Comments