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.

Facing error while building electron for windows 10

See original GitHub issue
  • 22.7.0:
  • Electron Version:7.2.3
  • Electron Type (current, beta, nightly): current
  • Target: windows 10
Done Adding Additional Store\r 
 Error information: "Error: SignerSign() failed." (-1073700864/0xc000a000)\r 
  
 SignTool Error: An unexpected internal error has occurred.\r 
  
     at C:\\projects\\sttm-desktop\node_modules\\builder-util\\src\\util.ts:129:16 
     at ChildProcess.exithandler (child_process.js:301:5) 
     at ChildProcess.emit (events.js:198:13) 
     at maybeClose (internal/child_process.js:982:16) 
     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) 
 From previous event: 
     at runCallback (timers.js:705:18) 
     at tryOnImmediate (timers.js:676:5) 
     at processImmediate (timers.js:658:5) 
 From previous event: 
     at WinPackager.signApp (C:\\projects\\sttm-desktop\node_modules\\app-builder-lib\\src\\winPackager.ts:374:27) 
',

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
alex-dowcommented, Jul 24, 2020

I switched the timestamp url to http://timestamp.sectigo.com/?td=sha256 and my builds are working now.

{
  win: {
    ...
    rfc3161TimeStampServer: "http://timestamp.sectigo.com/?td=sha256"
  }
}
1reaction
DonMcNamaracommented, Jul 23, 2020

I think I was able to get around this by setting rfc3161TimeStampServer (docs) in the windows build configuration in package.json, but I’m not sure if I was hitting the same issue as you.

It looks like the debug flag is being used when signtool.exe is called, but I wonder if adding the verbose flag would give us better information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Error while Building Electron Application
Now, I am facing an issue creating builder using electron-packager. Below is the error: rcedit.exe failed with exit code 1.
Read more >
Electron start error - Theia Community
It's error message when i start “yarn run start” on electron-app. my@my:~/git_repo/theia_yo_extension/electron-app$ yarn run start yarn run v1.
Read more >
electron builder not allowed to load local resource - You.com
My electron app works on Windows, I can go into development mode. However when I try to do it on macOS it gives...
Read more >
Electron | Tencent Cloud
We recommend you use the build tool `electron-builder. ... should I do if an error occurs when I install or build the TRTC...
Read more >
Start a new Electron app with React and Typescript.
Note: If you are using Windows, chances are you'll face an error, this is because NODE_ENV is not recognized as a command. You...
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