aMule Forum
English => en_Bugs => Topic started by: skolnick on September 28, 2008, 06:56:42 PM
-
Hi!
This one is an easy one, but it's annoying nonetheless. It just happens my aMule will no longer remember the colum I used to sort the transfers window last time (shared files table is OK, however). How did this happen? it happened this way: I used SVN version of aMule. When aMule 2.2.2 went out, I installed it, but since 2.2.2 has no part number column like SVN does, something happened there with the config file (I guess). Now, I am using SVN from Sept 22 2008, and i think it didn't like something in the config because it will always sort ascending by filename on startup. I know I should delete some entries in the amule.conf file to fix it, but I don't know which ones.
Thanks!
-
Config entry syntax has changed between the 2.2.x and 2.3.x (SVN) versions. SVN version will (should) correctly transfer all information into its own format, but that doesn't work the other way - 2.2.2 will consider column information (size, sorting) incorrect and revert to default. However, it should save the information in the old format and read back correctly - if this does not happen, then it's really a bug.
-
Then I guess there is a bug somewhere in this code, because when I went from SVN to 2.2.2 (Don't remember the SVN date...but it had the partfile column) everything worked fine, but now, going from 2.2.2 to SVN sept 22 2008, it will not remember the sorting column. Most probably 2.2.2 messed the file somehow and SVN is unable to understand it. If you want, I can attach my amule.conf so you can study it.
Regards.
-
Please paste the output of 'grep Table ~/.aMule/amule.conf' here. (With the right path to the config file, of course.)
For example, Shared Filew window, sorted by Share ratio, descending:
SVN: TableOrderingShared=R:1:0
2.2.2: TableOrderingShared=8 4096,
-
Hi GonoszTopi
Here's the output of the command:
[gpulido@hades ~]$ grep Table .aMule/amule.conf
TableSortAscendingServer=1
TableSortItemServer=5
TableWidthsServer=N:150,A:140,P:25,D:150,p:25,U:40,F:45,r:60,f:40,S:40,V:80
TableSortAscendingDownload=1
TableSortItemDownload=5
TableWidthsDownload=a:30,N:294,Z:82,T:0,C:84,S:65,P:279,u:62,p:94,s:98,r:156,c:0,R:0
TableSortAscendingUploads=0
TableSortItemUploads=0
TableWidthsUploads=U:150,F:307,C:100,S:60,T:65,W:60,u:60,s:110,P:100,R:134,r:100
TableSortAscendingShared=0
TableSortItemShared=0
TableWidthsShared=N:250,Z:100,Y:50,p:70,I:220,Q:100,A:100,T:120,R:100,P:120,C:120,D:220
TableSortAscendingSearch=1
TableSortItemSearch=1
TableWidthsSearch=N:500,Z:100,u:87,Y:65,I:280
TableSortingUploads=4100
TableSortingQueue=0
TableWidthsQueue=150,275,151,110,60,60,60,110,110,60,100
TableSortingClients=0
TableWidthsClients=150,150,150,150,150,150,150,150,100
TableSortingNode=0
TableWidthsNode=216,44,792
TableSortingServer=4101
TableSortingDownload=4101
TableSortingShared=0
TableSortingSearch=4097
TableOrderingServer=N:0:0
TableOrderingDownload=P:1:0,N:0:0
TableOrderingUploads=U:0:0
TableOrderingShared=R:1:0
TableOrderingSearch=Z:1:0,N:0:0
TableOrderingQueue=1 0,
TableOrderingClients=0 0,
[gpulido@hades ~]$
-
bump! :D
-
Bad timing. ;)
Everything has been shut down, noone's working, even electricity is out. I'm writing this post by the candle-light ;)
-
Thanks suredman. I understand there's no SVN, and changes can't be commited. But is there something wrong in the settings I posted? how can I fix my amule?
Thanks!
-
Your config shows that the transfers window (downloads) should be sorted by progress, descending, and then by name, ascending.
I'll check the code.
-
Thanks GonoszTopi.