Author Topic: Plugin Updater keeps faililng  (Read 14742 times)

0 Members and 1 Guest are viewing this topic.

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #30 on: 20 05 2025, 08:14:22 »
0.95.9.1 updated without errors
good, try to update next time, we'll see if this problem persists
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #31 on: 20 05 2025, 08:15:53 »
0.95.13 updated with error 32
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #32 on: 20 05 2025, 08:18:58 »
0.95.11 has no error
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #33 on: 20 05 2025, 08:23:44 »
good, try to update next time, we'll see if this problem persists

1. The problem first occurred starting 0.95.12.1, more than 4 years ago and has not magically disappeared since
2. Last known version without error 32 is 0.95.11

Can you help check on git please?
 

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #34 on: 20 05 2025, 08:27:23 »
Can you help check on git please?
you mean what happened to Plugin Updater 5 years ago?.. it's kinda tricky, but I'll try
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #35 on: 20 05 2025, 08:33:15 »
you mean what happened to Plugin Updater 5 years ago?.. it's kinda tricky, but I'll try

Well, that's what bisect does, correct? I narrowed down the cause for you already, the issue is somewhere after 0.95.11 until 0.95.13

And unsuprisingly, 0.95.12.1 cannot be found on git, only 0.95.12 which says "Due to the massive conflicts in the source code, we couldn't update the stable version since May, 5th......"

Note: I do not know if 0.95.12 has the problem, but 0.95.13 definitely does https://github.com/miranda-ng/miranda-ng/releases/tag/v0.95.13
 

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #36 on: 20 05 2025, 09:15:47 »
well, the only suspected change in 0.95.13 is this
https://github.com/miranda-ng/miranda-ng/commit/6d990112ad5ba4a670b71d40de7dfd9cedfd32cc

before it all error codes were simply ignored

this commit had to fix the bug #2555, which occasionally also refers to error 32 during update, in that case it was caused by the fact that two Mirandas were run simultaneously with two different profiles, and one Miranda could not update itself because the second Miranda was holding a write lock over all binary files
« Last Edit: 20 05 2025, 09:20:14 by ghazan »
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #37 on: 20 05 2025, 09:57:02 »
Well, can we do something to test for a fix?
 

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #38 on: 20 05 2025, 14:53:47 »
Well, can we do something to test for a fix?
I could disable error checking, but I don't wanna do that.
are you sure that you have only one instance of Miranda running ?
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #39 on: 20 05 2025, 15:10:01 »
If I have 2 miranda running, there would have been 2 update prompts and I would have known.

So, yes there is only ONE instance running.
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #40 on: 20 05 2025, 15:11:56 »
All I can say is that it is beginning to look like the check is inaccurate. If a file is really locked, miranda should not be able to update, yet it succeeds with 0.95.11
 

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #41 on: 21 05 2025, 08:07:30 »
yet it succeeds with 0.95.11
no, it doesn't. Miranda fails to create a backup file, thus limiting the ability to roll the update back
 

Offline ghazan

Re: Plugin Updater keeps faililng
« Reply #42 on: 21 05 2025, 09:11:40 »
mirandam,
okay, if you update to the recent development version, there's more info in a network log, what failed concretely + all paths & file names
 

Offline mirandam

Re: Plugin Updater keeps faililng
« Reply #43 on: 27 05 2025, 06:53:54 »
Can please provide a link to that recent development version?
 

Offline dartraiden

Re: Plugin Updater keeps faililng
« Reply #44 on: 27 05 2025, 09:03:13 »