-
Notifications
You must be signed in to change notification settings - Fork 775
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
ZipExtractor crashes with "path not found" #154
Comments
@fritz-net Can you give me URL of your XML file? I tested it and it works fine for me in WPF application. |
@ravibpatel, no sorry, it's an internal Jenkins Build server where i get my xml from (which is fetched correctly since i get the information from it about newer versions) Here is the content of the XML file:
It worked already for quit some time (only problem was update did not work on first try - old version after reopen as mentioned in other issues) |
@fritz-net Can you try setting the DownloadPath?. |
@ravibpatel, i tried this with your example and also with a folder directly on C. The issue seams to come when I start my program from a networkdrive even if the downloaddir is on a local drive. |
@fritz-net While running from network drive I encountered this problem. Do you also get this exception? |
@ravibpatel, no i had no problem. I develop on the network drive and also started the built application from the network directly -> no issues for me the problem is solved since now I know a workaround (start locally) |
This happens to me as well.
|
@Traderain Are you trying to update the app on the network drive? |
Its installed to desktop and the update is on github releases.
…On 2018. Jul 29., Sun at 12:31, Ravi Patel ***@***.***> wrote:
@Traderain <https://github.com/Traderain> Are you trying to update the
app on the network drive?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGHV1E4sbc05GVYbf0xEMc19qaqk8Xgkks5uLY7_gaJpZM4UmLQi>
.
|
@Traderain Can you give me URL of your XML file? |
Update xml:
https://github.com/Traderain/Wolven-kit/blob/master/Update.xml
Update function:
https://github.com/Traderain/Wolven-kit/blob/master/WolvenKit/Forms/frmMain.cs#L1335
Thanks
…On 2018. Jul 29., Sun at 14:17, Ravi Patel ***@***.***> wrote:
@Traderain <https://github.com/Traderain> Can you give me URL of your XML
file?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGHV1G2FzWLkElhww2S3Y-99KfI3KMRYks5uLafcgaJpZM4UmLQi>
.
|
@fritz-net @Traderain I found out that NuGet package assemblies for .NET Framework 4.5.2 and .NET Framework 4.6.2 have problems. Please, can you check if it works with .NET Framework 4.0 assembly by downloading it from here? |
@ravibpatel yes, that seems to work. Could you fix the nuget package? |
@Traderain I will fix it asap. Thanks for reporting it. |
@Traderain Updated package with the fix. |
Thanks. It works flawlesly.
…On 2018. Aug 2., Thu at 12:14, Ravi Patel ***@***.***> wrote:
@Traderain <https://github.com/Traderain> Updated package with the fix.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGHV1KyKaY0s-Ii0wEpr1MTmNwBq83ipks5uMtEQgaJpZM4UmLQi>
.
|
This happens in an C# WPF project. With custom
CheckForUpdateEvent
and also the default windowThe text was updated successfully, but these errors were encountered: