electron / electron/minimal-repro
npm start and empty window
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.4k
- Forks
- 4.9k
- Avg merge
- 3h 39m
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by cloning the minimal-repro repository and running npm start with the Electron quick start example. Investigate the reported empty window alongside the D3D9, D3 Compiler DLL, and Context has been lost errors; done means reproducing the problem, identifying its cause, and documenting or verifying a fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100