question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Electron window does not appear in Windows 10 Dark Mode(May be due to the bug in electron)

See original GitHub issue

Prerequisites

  • Using yarn
  • Using node 10.x
  • Using an up-to-date master branch
  • Using latest version of devtools. See wiki for howto update
  • Link to stacktrace in a Gist (for bugs)
  • For issue in production release, devtools output of DEBUG_PROD=true yarn build && yarn start
  • Tried solutions mentioned in #400

Expected Behavior

This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

Current Behavior

Electron window does not appear after “yarn dev” or “yarn start”, without any error log The electron process has started and can be seen in the task manager.

image

Possible Solution

Steps to Reproduce (for bugs)

All operations follow README.md

Useless Video

Context

Your Environment

  • Node version : v11.11.0
  • Version or Branch used : master c273ba4 Create CODE_OF_CONDUCT.md
  • Operating System and version : Windows 10 1909

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

25reactions
Sensiblemndcommented, Feb 29, 2020

Better fix

Set package Json electron packages to

Current: “electron”: “7.1.13”, “electron-builder”: “^22.2.0”,

Fix" “electron”: “8.0.2”, “electron-builder”: “^22.3.2”,

6reactions
alexandermckaycommented, Jan 22, 2020

That is classic. I spent ages wondering what I had messed up. Who knew it could be as simple as changing back to Light Mode.

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Electron app.on('ready'... never being called and ...
This error was caused by attempting to install extra devtools using electron-devtools-installer. I found that the error was caused by data ...
Read more >
Browserfenster | Electron
Window customization​. The BrowserWindow class exposes various ways to modify the look and behavior of your app's windows. For more details, see the...
Read more >
adapt to system not working on Linux (Fedora/GNOME) - Bug ...
Obsidian should adapt its color scheme to the system theme and ... As a workaround, you could try the System Dark Mode community...
Read more >
Desktop application changelog - Mattermost Documentation
Electron is the underlying technology used to build the Desktop app. Bug Fixes. Linux. Fixed an issue where the app window and taskbar...
Read more >
Changelog - Cypress Documentation
Fixed a bug where the cypress/svelte cy.mount() command was not logging ... Upgraded electron dependency from 15.3.5 to 15.5.1 to consume fixes related...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found