Official eMule-Board: Queue - Official eMule-Board

Jump to content


Page 1 of 1

Queue Possible bug in queue list view ?

#1 User is offline   Development_Support_WHERE? 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 04-December 03

Posted 23 March 2012 - 08:20 AM

Possible bug in queue list view ?

Ok so im not new to emule or compiling it, i've been at it about 7/8 years or so.
I'm a self taught c/c++ coder and every year or two i get the urge to play with the source.
The last time i compiled and tested was 48a on vs2005 i think and now im on 50a and vs2010.

Anyway I've tried official / MorphXT and my own mod project to add the flag icons (from Morph)
And they work fine no problem, BUT in order for me to test it out i need to see all possible views..
And this is where my topic comes in, I for the life of me can not get 1 single client to show up
on my queue list view in any version of 0.50a versions and i'm wondering since its been a while,
am i doing something wrong or what ? All i get is a list view with "On Queue (0)" no matter what.
And YES i checked the display options tab and NO i did not disable the que option.

So like i said this happens on the official client.
And lastly can anyone give me any advice as what to do to try and test that view out ?
I'm scratchin my head here lol

not sure if this is the best category for my topic either
0

#2 User is offline   xilolee 

  • eMule 0.50b BETA1 user
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 7983
  • Joined: 20-August 08

Posted 23 March 2012 - 03:03 PM

Just for this test, you can set upload limit to 5 and can download some popular files (high availability and low complete sources)
INCONCEIVABLE! - You keep using that word. I do not think it means what you think it means.
come ottenere aiuto italian guides - guide della sezione italiana
italian support - sezione italiana scaricare la lista server
ottenere id alto impostare le porte nel router
recuperare file corrotti i filtri ip
Sembra talco ma non č serve a darti l'allegrIa! Se lo lanci e poi lo respiri ti dā subito l'allegrIa! Immagine Postata
0

#3 User is offline   Development_Support_WHERE? 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 04-December 03

Posted 23 March 2012 - 06:51 PM

View Postxilolee, on 23 March 2012 - 04:03 PM, said:

Just for this test, you can set upload limit to 5 and can download some popular files (high availability and low complete sources)


thanks but thats exactly what ive been trying.. and nothing.
its worth noting that i see "On Queue" on clients on the other views
but they never show in the Queue list view which i think is pretty weird
0

#4 User is offline   Stulle 

  • [Enter Mod] Dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5804
  • Joined: 07-April 04

Posted 23 March 2012 - 07:30 PM

Try adding some breakpoints where new clients are added to the waitinglist in UploadQueue or UploadClient. Also add some breakpoints where the clients are being added to CUploadQueueListCtrl.
I am an emule-web.de member and fan!

[Imagine there was a sarcasm meter right here!]

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
0

#5 User is offline   Development_Support_WHERE? 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 04-December 03

Posted 23 March 2012 - 11:21 PM

Ya sounds good Stulle
I was hoping it was a bug so I didn't have to do any work LOL ;)
I'm guessing by the replies this is not a common problem ?

First thing i did was just add a couple console log lines
so i can see if the timer was set correctly and that is starting fine
so it has to be on the clients code that comes after i'm guessing.

Just to be safe i used the official emule (current) and reset the main .ini file
and that didn't do anything, neither did toggling the Queue related .ini entries.

I should add that although I have already said im having this problem with 3 different
versions of 0.50a i didn't mention that i used the same base/config folder for all 3
So for all i know its related to something in the config directory maybe ?
I did it that way so i can resume my test download and not have to reset my shared folders etc

Thanks for the help guys :)
0

#6 User is offline   Development_Support_WHERE? 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 04-December 03

Posted 24 March 2012 - 05:48 AM

Well it was my fault i wasn't using emule correctly.
There is no Queue bug.

I just had to adjust settings enough so i could get people to show up in that view.
Thanks again for the help
0

#7 User is offline   xilolee 

  • eMule 0.50b BETA1 user
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 7983
  • Joined: 20-August 08

Posted 24 March 2012 - 05:48 AM

View PostDevelopment_Support_WHERE?, on 23 March 2012 - 09:20 AM, said:

not sure if this is the best category for my topic either

If you are using your mod, probably in emule development, or in Development Support. WHERE? ---> Development Support :D
INCONCEIVABLE! - You keep using that word. I do not think it means what you think it means.
come ottenere aiuto italian guides - guide della sezione italiana
italian support - sezione italiana scaricare la lista server
ottenere id alto impostare le porte nel router
recuperare file corrotti i filtri ip
Sembra talco ma non č serve a darti l'allegrIa! Se lo lanci e poi lo respiri ti dā subito l'allegrIa! Immagine Postata
0

#8 User is offline   Development_Support_WHERE? 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 04-December 03

Posted 24 March 2012 - 01:52 PM

View Postxilolee, on 24 March 2012 - 06:48 AM, said:

View PostDevelopment_Support_WHERE?, on 23 March 2012 - 09:20 AM, said:

not sure if this is the best category for my topic either

If you are using your mod, probably in emule development, or in Development Support. WHERE? ---> Development Support :D


ya i was thinking that too lol
but if it was a bug then..

And i picked the name waaay back because the forum section was hidden unless you registered i think ?
I've wanted to change my user name since i registered lol it sucks :(

Lastly it had been a few years since i did anything major with emule so i couldn't remember
exactly how the queue view worked, i mean is it for the current downloads on queue or uploads or both or what ??
Obviously its only for the uploads though..

Problem was my upload speed was always too high and no one ever had to wait to download from me lol
Hence the queue list would stay empty

This post has been edited by Development_Support_WHERE?: 24 March 2012 - 01:52 PM

0

#9 User is offline   Stulle 

  • [Enter Mod] Dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5804
  • Joined: 07-April 04

Posted 24 March 2012 - 02:10 PM

Share some more popular files and too much bandwidth will no longer pose a problem for your Queue. ;-)
I am an emule-web.de member and fan!

[Imagine there was a sarcasm meter right here!]

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users