aMule Forum

English => en_Bugs => Topic started by: Guest on October 18, 2003, 05:26:14 PM

Title: search only returns small files
Post by: Guest on October 18, 2003, 05:26:14 PM
Hello,

I've installed aMule latest version (1.0.9) on my Gentoo, and find it better than xMule. HOWEVER, I've found a serious problem: when I use the search function to find files to download, it only returns small files, like nfos, sfvs, etc. I've not specified any special file type to search for, min size and max size aren't set, and everything works fine under xMule. Does someon have the same problem or am I the only one to suffer from this? It's quite annoying, 'cause I have to search for files on the web and then cut/paste the ed2k link into amule...
Title: Re: search only returns small files
Post by: deltaHF on October 19, 2003, 02:56:22 AM
try to change the search option to videos (if your looking for movies) etc ..
Title: Re: search only returns small files
Post by: OldFrog on October 19, 2003, 09:22:48 AM
Using either CVS or 1.0.9 I don't have such  trouble  :?:
Title: Re: search only returns small files
Post by: Guest on October 19, 2003, 02:35:20 PM
Quote
Original von deltaHF

try to change the search option to videos (if your looking for movies) etc ..


I've already tried that, unfortunately that doesn't solve the problem. That's really weird!
Title: Re: search only returns small files
Post by: deltaHF on October 19, 2003, 03:33:58 PM
hm, plz join #amule on EFNET .. and we can try to find out whats wrong

greets
delta
Title: Re: search only returns small files
Post by: Guest on October 29, 2003, 10:52:57 PM
Yes, I can confirm this "feature" with amule 1.1.0-2 under Debian Sid.
Title: Re: search only returns small files
Post by: superstoned on October 29, 2003, 11:22:49 PM
hmmm, I have debian/sid/amule 1.1.0(-2) and I found lots of files as big as I want them to be ;-)

just searching on "t" gave lots of files size up to 1.19 gig...

so I can't confirm this  :shock:
Title: Re: search only returns small files
Post by: Guest on October 30, 2003, 01:55:05 AM
I'm not sure about what's up, but searches with little results now (it is, with last amule) only return small files, or much more less number of large files if any.

Just to say an example, "electric dragon"
Title: Re: search only returns small files
Post by: BigBob on October 30, 2003, 02:05:02 AM
Hi,

Looking on filedonkey, i found only 4 files :

http://www.filedonkey.com/search.html?pattern=electric+dragon&min_size=&max_size=&scope=&submit=

I found same + some others on aMule :

http://ed2k://|file|Electric.Dragon.80000.Volt.avi|714455040|702e7ad95b815addb17433264ec2d9ea|/
http://ed2k://|file|[Sub.Ita]Electric.Dragon.80.000.Volts_JIP.Haran.(v.1.0).rar|4884|964bc9016875f67c0649a81c0f2c2924|/

Etc ...

A++
Title: Re: search only returns small files
Post by: Kry on October 30, 2003, 08:08:33 AM
Locale stufff... locale stuff...
Title: Re: search only returns small files
Post by: Guest on October 30, 2003, 11:02:31 AM
Hi!
I see now, my speed has been increased alot since amule 1.0.9... but I have the same files? so did you guys change anything, or is it just coincidence?
Title: Re: search only returns small files
Post by: Guest on October 30, 2003, 03:20:03 PM
Quote
Original von Kry

Locale stufff... locale stuff...


Yes, that was the issue.
Title: Re: search only returns small files
Post by: Kry on October 31, 2003, 09:40:42 AM
Quote
Hi!
I see now, my speed has been increased alot since amule 1.0.9... but I have the same files? so did you guys change anything, or is it just coincidence?


See changelog. BIG improvements on 1.1.0 network core.
Title: Re: search only returns small files
Post by: Guest on October 31, 2003, 01:39:03 PM
Quote
Original von Kry

Locale stufff... locale stuff...


But...How to solve the problem?
Title: Re: search only returns small files
Post by: deltaHF on October 31, 2003, 10:53:27 PM
Quote
Original von Anonymous"][quote:78d626b3a6="Kry

Locale stufff... locale stuff...


But...How to solve the problem?[/quote]

export LANG=C && export LC_ALL=en_EN && export LANG=en_EN && export LC_MESSAGES=C && amule

i think i have opened a thread called "readme-1st" ;)

greets
delta
Title: Re: search only returns small files
Post by: Eru on October 31, 2003, 11:34:28 PM
I always read this annoying:

Quote
export LANG=C && export LC_ALL=en_EN && export LANG=en_EN && export LC_MESSAGES=C && amule


Isn't it possible to do some setenv calls in main() ??? As far as my little C knowledge remembers some
[code:1]
main(......){
   setenv(>LANG>, >C>);
   setenv(....);
   .....
}
[/code:1]
should do.....

Eru