javascript - Electron (Atom Shell) severely crashes Windows -


i writing application , running electron. testing , debugging things, start application (electron.exe) , close every (sometimes maybe once or twice per minute).

after (seemingly random , not related code change) while, following errors appear right when starting application:

first errors appear

at point, application flashes 1 time when open runs normally.

usually not long after, starting application results in errors below:

second errors appear

at point, application frozen few seconds when opening , runs apparently slower usual. starts happen, impossible open browser page (tested chrome , ie) - page remains blank , process seems hang:

ie hangs loading google

the worst @ point, windows not shut down properly. trying sign out or shutdown results in blue screen cursor stuck "loading" icon forever. solution there force computer shut down holding power button. when doing this, had 50% chance of having windows stuck in infinite repair loop, no other choice system restore.

so learned must reboot windows gl_invalid_operation happen...

would issue computer in particular (i not able test on computer 2 weeks) or electron?

also, on side note, maybe related or maybe not, application seems start 2 renderer processes instead of 1 - @ least logs show "renderer process started" twice.

thanks


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -