-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash after autoupdate downloads nuget package #1101
Comments
@TimvdEijnden Just to be sure — please specify version of your app. |
1.3.0-stablenl ( we use the channel for multi language and environments) |
@TimvdEijnden Please attach your-app.nupkg packages (want to inspect .nuspec files). |
File is too big to attach. This link has the path to the file in it.: https://desktop-updates.gynzy.com/update/stablenl/win32/RELEASES @develar really appreciate your efforts 🙌 |
This is the contents of the .nuspec file: <?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gynzy_desktop_nl</id>
<version>1.3.2-demonl</version>
<title>Gynzy Desktop NL</title>
<authors>Gynzy</authors>
<owners>Gynzy</owners>
<iconUrl>https://cdn-dev01.gynzy.net/icon/desktop/icon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Gynzy Desktop Deno, for more info visit https://www.gynzy.com</description>
<copyright>Copyright © 2017 Gynzy</copyright>
<projectUrl>https://www.gynzy.com</projectUrl>
</metadata>
</package> I've compared it with the older versions ( Squirrel.Windows 1.4.x) and the structure seems the same, same version number format. |
Yeah.... are you sure that you cannot migrate to reliable, maintainable and robust NSIS solution? |
If you say that it works correctly on 8 and 10, but doesn't work on Windows 7, it is Squirrel.Windows issue. Right? |
@TimvdEijnden Is it possible to provide crash log? Squirrel.Windows create log file — please attach it. |
I've attached windows crashlog to this issue: Squirrel/Squirrel.Windows#923 Here's the contents of SquirrelSetup:
|
For NSIS we use
because of So, |
That would be great, we'll be happy to test this on monday, thanks for looking into it! 👍 |
@TimvdEijnden Please try 11.3.1 |
We'll try that version tomorrow if it's out! Good job @develar 😎 |
Target: Squirrel.Windows.
Affected OS: Windows 7 (8 & 10 work correctly)
We're having the issue that when our app fetches the auto update package it's extracted and executed and then it crashes. Now there is an issue in Squirrel.Windows Squirrel/Squirrel.Windows#892 where @develar is tagged by @kjellski
I was searching through the code of electron-builder to find something like the code mentioned on this comment: Squirrel/Squirrel.Windows#905 (comment)
But couldn't find it, is there a way we could fix this ourselves?
The text was updated successfully, but these errors were encountered: