Author Topic: Update checking already started!  (Read 23020 times)

0 Members and 2 Guests are viewing this topic.

Offline watcher

Re: Update checking already started!
« Reply #15 on: 07 01 2014, 11:17:49 »
calabar,  weird thing is - there is nothing unusual in your logs. Try to start Miranda lile this:

Code: [Select]
Miranda32.exe /debug
This may uncover some silent crash and then you may get a crashlog.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline Robyer

Odp: Update checking already started!
« Reply #16 on: 07 01 2014, 14:57:36 »
Well, this is important part from your netlog. Question is why it don't receive correctly whole data...

Code: [Select]
[10.24.08 PluginUpdater] Connection request to miranda-ng.org:80 (Flags 1)....
[10.24.08 PluginUpdater] (03909DA0) Connecting to server miranda-ng.org:80....
[10.24.08 PluginUpdater] (03909DA0) Connecting to ip 144.76.235.16:80 ....
[10.24.08 PluginUpdater] (1344) Connected to miranda-ng.org:80
[10.24.08 PluginUpdater] (03909DA0:1344) Data sent
GET /distr/stable/x32/hashes.zip HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Cache-Control: no-cache
Pragma: no-cache
Accept-Encoding: deflate, gzip
Host: miranda-ng.org
Connection: Keep-Alive
Proxy-Connection: Keep-Alive

[10.24.08 PluginUpdater] (03909DA0:1344) Data received
HTTP/1.1 200 OK
[10.24.08 PluginUpdater] (03909DA0:1344) Data received
Server: nginx/1.4.4
Date: Fri, 20 Dec 2013 09:24:17 GMT
Content-Type: application/zip
Content-Length: 7611
Last-Modified: Sat, 30 Nov 2013 08:09:36 GMT
Connection: keep-alive
Keep-Alive: timeout=20
ETag: "52999d40-1dbb"
Expires: Fri, 20 Dec 2013 10:09:17 GMT
Cache-Control: max-age=2700
Accept-Ranges: bytes

[10.24.08 PluginUpdater] (03909DA0:1344) Data received
PK
[10.24.08 PluginUpdater] (03909DA0:1344) Data received
÷߼>
[10.24.08 PluginUpdater] (03909DA0:1344) Connection closed internal
[10.24.08 PluginUpdater] (03909DA0:4294967295) Connection closed

Maybe ghazan will guess something from it?
« Last Edit: 07 01 2014, 14:59:48 by Robyer »
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline watcher

Re: Update checking already started!
« Reply #17 on: 07 01 2014, 17:00:09 »
Robyer, ghazan said to run it with /debug key.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline calabar

Re: Update checking already started!
« Reply #18 on: 08 01 2014, 11:35:11 »
Ok, I followed the instructions and I obtained a crashlog.

You can find the crashlog in the the usual page: click.
There are two "crashs" in the zip file: I obtained the first one as soon as I started miranda. At the second try I was successfull to start Miranda, but as soon as I clicked on "Check for plugins updates", Miranda crashes again.
 

Offline watcher

Re: Update checking already started!
« Reply #19 on: 08 01 2014, 14:11:00 »
calabar, ok - now we are starting to get somewhere! There is a log, now we need to repeat it with symbols, read here please, automatic method.

Quote
     Go to Options → Services → Plugin Updater → "Files source"
    Select Development version with debug symbols option and click OK.
    Choose Check for plugin updates from the Main menu, click Update and wait till Miranda asks for restart.

If pluginupdater is not working, we'll have to use manual method. It's a bit hard to manually update all plugins, so you can start only from the core and pluginupdater manual update (and unpacking archive with symbols to Miranda's main program folder).
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline calabar

Re: Update checking already started!
« Reply #20 on: 08 01 2014, 18:03:41 »
I'm updating Miranda manually, so I'm well-organised with page of links and one click download!  ;D

The only problem is that in the Miranda Download page I can see the core with debug symbols but I can't see where to get the plugins with debug symbols.
Or maybe I misunderstood?
 

Offline watcher

Re: Update checking already started!
« Reply #21 on: 08 01 2014, 18:40:42 »
calabar, the plugin and symbol should be from the same compilation - a pair, this is why it's important to update plugin and symbol, otherwise log will still be empty.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline watcher

Re: Update checking already started!
« Reply #22 on: 08 01 2014, 20:36:27 »
The only problem is that in the Miranda Download page I can see the core with debug symbols but I can't see where to get the plugins with debug symbols.
Or maybe I misunderstood?

It's one big archive with all the symbols of all plugins.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline calabar

Re: Update checking already started!
« Reply #23 on: 08 01 2014, 22:06:38 »
Ok, I misunderstood!  ;D
Symbols are separated files! I thought that there was a special version of the plugins including symbols.
If I understood correctly, I have to extract the symbols in the Miranda directory instead than in the plugins one.

Another one questions: my plugins should be already updated at the last stable version. Is it ok or should I update to the "Current version"? (if I'm not wrong, the current version should be ok).
 

Offline watcher

Re: Update checking already started!
« Reply #24 on: 08 01 2014, 22:12:17 »
Another one questions: my plugins should be already updated at the last stable version. Is it ok or should I update to the "Current version"

No - stable is good.  Just take the same symbols - stable.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline calabar

Odp: Update checking already started!
« Reply #25 on: 08 01 2014, 22:50:15 »
Ok, here is the new crashlog!
Hope it has been done correctly.
 

Offline watcher

Re: Update checking already started!
« Reply #26 on: 08 01 2014, 22:56:13 »
Ok, here is the new crashlog!
Hope it has been done correctly.

Yes! We have the correct log, tomorrow i will show it to ghazan.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline watcher

Re: Update checking already started!
« Reply #27 on: 09 01 2014, 11:25:52 »
calabar, can you please delete Plugin Updates folder?
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline watcher

Re: Update checking already started!
« Reply #28 on: 09 01 2014, 11:51:15 »
calabar, ghazan looked at it an made an update (attached below). Try it please.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline calabar

Re: Update checking already started!
« Reply #29 on: 09 01 2014, 12:18:02 »
I've tried it with with my Miranda (not the test version with debug symbols), and it immediately found updates for all the protocols, the Dbx_3x and the PluginUpdater (the last one is very strange... this one should be the last version, isn't it?).

That's strange because my Miranda 0.94.6 should be already updated.
Plugins updater is correctly setted for the stable version.

I'll wait some answer before updating!

Anyway, it works, at least!  ;D
Thanks all!