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.

Windows software update broken due to publisherName with no cert

See original GitHub issue
  • Version: 20.38.5

4.0.6

  • Target: Windows / NSIS

A previous version of our app MyMonero (1.1.7) has a publisherName set in package.json. We didn’t realize auto-update wasn’t working in this version (a 404 was occurring - which is now fixed) … and now in the new version 1.1.8, once the update downloads, the app throws an error (which then causes the app to quit - very undesirable, I must say… since it breaks the app for everyone on Windows) … which says "New version 1.1.8 is not signed by the application owner: publisherNames: MyMonero Pty Ltd., rawInfo: { "SignerCertificate": null, "TimeStamperCertificate", null, "Status": 2, … .

I’ve tried removing publisherName from the 1.1.8 package.json but it seems like it’s grabbing publisherName from the existing version 1.1.7’s config. I’ve also tried using verifyUpdateCodeSignature: false in 1.1.8 package.json but again it seems to be using the 1.1.7 config (which would make sense).

This issue seems similar in principle to https://github.com/electron-userland/electron-builder/issues/1856 , however, we do not actually do any code signing on Windows yet.

Is there any way we can fix this issue for people on 1.1.7 so that the app doesn’t quit?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
xuzhaobincommented, Feb 21, 2019

我今天也出现了这个问题,并且没有找到解决方案。这个问题对于用户当前的应用程序是致命的,现在看来,用户只能手动下载你的1.1.8,虽然这有点糟糕。

0reactions
stale[bot]commented, Jul 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Experiencing [invalid package publisher name] error
Hello! I am trying to submit a game (built in Unity) to the store (as a UWP app) but am experiencing issues with...
Read more >
How to Fix the "This Publisher Has Been Blocked From ...
How to Fix the "This Publisher Has Been Blocked From Running Software" Error in Windows 10 & 11 · 1. Unblock the Application...
Read more >
How do get the publisher name to display in the ClickOnce ...
You need an Authenticode code signing certificate to sign your setup: ... by using MakeCert.exe, which is included with the Windows Software ...
Read more >
Privilege Management for Windows 22.9 Administration Guide
Behavior when Policy Certificate Verification Fails. 42. Manual Deployment of Privilege Management for Windows. 43. Prerequisites.
Read more >
What should I do when I see a security prompt from Java?
Starting with Java 7 Update 51, applications without a certificate (i.e. ... or Java Application Blocked (Java 8); Publisher name: No publisher listed ......
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