aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 3 [4]

Author Topic: Newly added files does not find any sources!  (Read 21302 times)

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Newly added files does not find any sources!
« Reply #45 on: October 06, 2005, 05:53:40 PM »

... which might be the case...
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Newly added files does not find any sources!
« Reply #46 on: October 07, 2005, 05:46:21 PM »

Well, lets ask the obvious question then. Are there anyone who experiences this problem while being connected to RazorBack2?
Logged

dfme

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: Newly added files does not find any sources!
« Reply #47 on: October 07, 2005, 06:14:31 PM »

kry is probably right... i've been experiencing the same problem for a couple of weeks now...

so i removed all servers manually and added the following:
ed2k://|server|195.245.244.243|4661|
ed2k://|server|62.241.53.2|4242|
ed2k://|server|62.241.53.16|4242|
ed2k://|server|62.241.53.17|4242|
ed2k://|server|193.138.221.213|4242|
ed2k://|server|193.138.221.214|4242|
ed2k://|server|213.186.60.106|4661|

and i also disabled both of the update serverlist options under preferences > server

presto newly added downloads find sources in minutes....

when thinking about what was different before was that sometimes my client would connect to servers that were called
razorback2.0
razorback2.1
razorback2.2
razorback2.4
and so on...

my wild  guess is that these servers are fake...

i have been a long emule user and i've never experienced this problem b4. i guess the kad network helped out finding the needed sources....
so i guess as soon as the kad feature is implemented in the stable release of amule this problem will go away... :]
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Newly added files does not find any sources!
« Reply #48 on: October 07, 2005, 07:04:58 PM »

Razorback 2.0 and Razorback 2.1 are genuine servers (In fact, you added the first, since it si ed2k://|server|195.245.244.243|4661|, the 2.1 is ed2k://|server|195.245.244.244|4661|)

Regards.
Logged

amuler

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: Newly added files does not find any sources!
« Reply #49 on: October 09, 2005, 11:08:35 AM »

Connecting to another service did not help. But after restarting amuled it immediately fund more sources.

And still I can find much more sources with emule (without KAD)!
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Newly added files does not find any sources!
« Reply #50 on: October 09, 2005, 11:30:06 AM »

Did you removed the fake servers from your list as the guy said? And disabled the options he said?
Logged

dfme

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: Newly added files does not find any sources!
« Reply #51 on: October 09, 2005, 01:14:23 PM »

Quote
Originally posted by skolnick
Razorback 2.0 and Razorback 2.1 are genuine servers (In fact, you added the first, since it si ed2k://|server|195.245.244.243|4661|, the 2.1 is ed2k://|server|195.245.244.244|4661|)

Regards.

didn't notice that :rolleyes:
cheers
Logged

Lobo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Re: Newly added files does not find any sources!
« Reply #52 on: October 09, 2005, 10:55:54 PM »

I've been using only the servers suggested and looks like the problem is solved by this. This fake server thing is ridiculous! Anyone has a URL to update the server list that exclude fake servers?

tnx,
     Lobo
Logged

lionel77

  • Provider of Mac builds, Forum Mod
  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 1107
  • Mac OS X 10.4 (Power Mac G5)
Re: Newly added files does not find any sources!
« Reply #53 on: October 10, 2005, 01:47:40 AM »

In amule cvs we now use http://www.gruk.org/server.met.gz, that's a pretty decent one imho.
The only downside is that 2.0.3 does not yet handle compressed server.met files, so you need to quit amule and put the extracted server.met yourself in the ~/.aMule folder.
Logged
Current aMule CVS builds for OS X can be found here.

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Newly added files does not find any sources!
« Reply #54 on: October 25, 2005, 03:05:04 PM »

A bugfix has been a applied that should fix this problem.  You can either wait for tomorrows snapshot (2005-10-26) or apply this patch:

Code: [Select]
Index: src/Observable.h
===================================================================
--- src/Observable.h (revision 5168)
+++ src/Observable.h (revision 5568)
@@ -273,9 +273,7 @@
  wxMutexLocker lock(m_mutex);
 
  if ( o ) {
- if ( m_list.count( o ) ) {
- o->ReceiveNotification( this, e );
- }
+ o->ReceiveNotification( this, e );
  } else {
  myIteratorType it = m_list.begin();
  for ( ; it != m_list.end(); ) {


Please let me know the results. ;)
Logged
Pages: 1 2 3 [4]