aMule Forum
English => en_Bugs => Topic started by: Schuttwegraeumer on January 09, 2009, 08:28:48 PM
-
Some progress bars are OK, some are a little bit confusing. ;D
-
The % is OK, the error is in the grafic of the progress bar.
-
Huh? ??? Can you reproduce it? (Does it stay bad after a restart of aMule?) How does it behave over time? What's the size of the downloads with the bad bars?
-
Does this patch cure it ?
-
Huh? ??? Can you reproduce it? (Does it stay bad after a restart of aMule?) How does it behave over time? What's the size of the downloads with the bad bars?
The Numbers are right, the grafic of the bar is wrong.
And after restarting the aMule this files are ok but other files have this error.
I user amuled and alueGUI on Ubuntu32.
-
Does this patch cure it ?
I am compiling it.
But my PC is very slow here. ;)
-
Here the unpatched build:
http://rapidshare.com/files/181640062/amule-svn_r9364-1_i386.deb.html
Errors seen with amuled and amuleGUI.
-
Does this patch cure it ?
NO
Same Problem with the patched build.
I cannot find this eror with the "normal" aMule, but with the amuled/amuleGUI combination.
-
Please try amule / amuleGUI combination and tell me how it behaves.
-
Please try amule / amuleGUI combination and tell me how it behaves.
Look!
Its the aMule and the aMuleGUI.
-
One more question:
And after restarting the aMule this files are ok but other files have this error.
Restart of the GUI or restart of amule/amuled?
-
One more question:
And after restarting the aMule this files are ok but other files have this error.
Restart of the GUI or restart of amule/amuled?
both.
the Pic with amule/amuleGUI is the first test with this combination.
I use amuled and amuleGUI normally or aMule only.
It seems to be the protocoll between amuleGUI and the core (amuled or amule).
After restart the files with broken bars are ok and other are broken.
-
I mean, if you restart only the gui, do the broken files change also or stay the same ?
-
I mean, if you restart only the gui, do the broken files change also or stay the same ?
After restarting only the amuleGUI other files are showing a broken bar.
Testet twice.
-
Thanks for the infos. I'm looking into it.
-
Hmm - can't find anything wrong (and can't reproduce it either).
Please make sure
- you are using 9364 for both amule/amuled AND amulegui
- you made a clean build (extracted the tarball to an empty dir before building)
If yes, please disable autoconnect, change your TCP port, and restart aMule. Everything is red, no traffic. Still bad progress bars?
-
Please try also amule < 9348 with amulegui 9364, and amule 9364 with amulegui < 9348 (protocol wasn't changed), and tell me which combination works/fails. (And both < 9348 for good measure...)
I made some changes to gaplist handling in 9348 in case you wonder.
-
Please try also amule < 9348 with amulegui 9364, and amule 9364 with amulegui < 9348 (protocol wasn't changed), and tell me which combination works/fails. (And both < 9348 for good measure...)
I made some changes to gaplist handling in 9348 in case you wonder.
Ähm, how should i do this?
I install ONE version with deb.
And i have only one PC not a network of PCs.
My amuled is on the same PC as the GUI or the amule.
I screenshot the aMuleGUI without all sources as you sayed.
(if you test it, dont forget the .seed Files in the /temp/ dir.
-
Same Problem with r9362
-
No Errors in r9328
-
All versions build with this settings:
./configure --disable-debug --enable-optimize --disable-ccache --disable-upnp --disable-xas --enable-alc --enable-alcc --disable-xas --enable-amulecmd --enable-webserver --enable-amule-daemon --enable-amule-gui
-
Here are a few of my .deb but only for Debian/32Bit.
http://rapidshare.com/files/181834312/amule.tar.bz2.html
-
Ok, played a bit with it too.
- problem appears to be caused by remotegui only (with old gui it works)
- problem depends on certain files
I added a bunch of files and suddenly could reproduce it. Two files were totally broken in the remotegui and triggered even debug assertions (MD4 == 0). Many others looked full or almost full as in your shot.
After removing these two (which were obvious fakes) the others were fine again too.
I keep digging... :-\
-
I thought its only a display error.
The %tage was ok every time, only the bar was wrong.
-
Duh. :-[
Index: src/PartFile.cpp
===================================================================
--- src/PartFile.cpp (revision 9365)
+++ src/PartFile.cpp (working copy)
@@ -3562,6 +3562,7 @@
SetFileName(CPath(tag->FileName()));
m_abyFileHash = tag->ID();
SetFileSize(tag->SizeFull());
+ m_gaplist.Init(GetFileSize(), true); // Init empty
m_partmetfilename = CPath(tag->PartMetName());
transferred = tag->SizeXfer();
percentcompleted = (100.0*completedsize) / GetFileSize();
That should do the trick.
-
patching file src/PartFile.cpp
patch unexpectedly ends in middle of line
Hunk #1 succeeded at 3562 with fuzz 1.
-
Just apply it by hand. :)
-
Ok, the patch is fixing the error.
Let's compile the newer sources.
In r9369 your fix is included?
-
No broken bars seen in r9369
-
In r9369 your fix is included?
Yes.
Vielen Dank fürs testen! :D
Edit: Translation: Thanks a lot for testing!
-
In r9369 your fix is included?
Yes.
Vielen Dank fürs testen! :D
Och, nichts zu danken.
Es ist in meinem Interesse immer leistungsfähigere ed2k Clients zu haben.
Edit: Translation:
Oh, you're welcome.
It's in my own interest to have a more powerful ed2k clients.
-
Please guys, let me remind you that this is an English board.
It's OK to speak your native language - in PM or in the German board. Otherwise at least provide the exact English translations for the sake of those not speaking German.