Skip to content

App is throwing the error while running electron 14.0.0 and better-sqlite3 #694

@akash07k

Description

@akash07k

Description:
I'm using electron 14.0.0 and latest version of better-sqlite3 package.
However, when I try to run my app I get the following error:
Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected
And my app exits.
Steps to reproduce:

  1. use npx create-electron-app --template="webpack to create/initialize a fresh new electron app with ElectronForge.
  2. Now execute npm install better-sqlite3.
  3. Require better-sqlite3 in your main.js file: (let db = require("better-sqlite3");)
  4. Now execute npm start and observe.
  5. The app will throw the error such as:
    Compiling Renderer Code[13984:0903/144946.475:ERROR:crashpad_client_win.cc(808)] not connected

(This error doesn't come if we use Electron 13.3.0)

@JoshuaWise

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions