electron-quick-start
electron-quick-start copied to clipboard
npm start and empty window
Hello,
I am trying to launch the app by following the example "electron quick start" but it seems to me there is a problem. When I write npm start on my terminal, it creates a window but I cannot see my app.
I need help,please~
[6828:0409/113811.267:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Internal D3D9 error: HRESULT: 0x800 7000E: LoadLibrary failed to load D3D Compiler DLL. [6828:0409/113811.269:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.271:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.273:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.275:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.276:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.278:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.280:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.282:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.284:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost. [6828:0409/113811.286:ERROR:gl_utils.cc(325)] [.DisplayCompositor] GL_OUT_OF_MEMORY: Context has been lost.
Did you end up getting anywhere with this one? I'm running into this one on Windows 7 Home Premium
See also https://github.com/electron/electron/issues/21500
I know how long this issue has been in limbo and was wondering, @callshots is this issue still happening for you in an up-to-date version of the app?