electron: Electron freezes after "win = new BrowserWindow"

  • Electron version: 1.6.2
  • Operating system: windows 10 Home

Expected behavior

To open a new widow when I run “electron .”

Actual behavior

When I run “electron .” Occasionally the window open correctly, but most of the time it get stuck at:

   win = new BrowserWindow({width: 800, height: 600})

I am following the example at: Quick-Start

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 24 (7 by maintainers)

Commits related to this issue

Most upvoted comments

@MarshallOfSound Since this is quite a show-stopper, can I politely ask for any suggestions to help identify the cause of the problem, or get around it? Thank you!