Pothead

Member
  • Content count

    105
  • Joined

  • Last visited

Posts posted by Pothead


  1. i guess the users arent listing xD
    Yup, looks like nobody tried my suggestion :P

    /rebuild always sorted this error for me :)

    But if baba.runner's method of replicating this indeed works, then it does imply that there is a bug somewhere. :)


  2. From a quick look at the Exception info it looks very similar to a crash i tried to fix with dcdm for a long time (try & catch failed in inline code :w00t:). Maybe the bug was inherited from DC++ but it'll no longer have that problem since it ditched WTL.

    BrotherBear, most of the crashes you have experienced is due to this . . . .

    d:\development\apexdc\final\trunk220\trunk\windows\flattabctrl.h(608): FlatTabCtrlImpl<FlatTabCtrl=0x02DC8260,ATL::CWindow=0x0006E1BC,ATL::CWinTraits<1442840576=0x0046B5A5,0> >::TabInfo::update

    d:\development\apexdc\final\trunk220\trunk\windows\flattabctrl.h(163): FlatTabCtrlImpl<FlatTabCtrl=0x00000000,ATL::CWindow=0x0006E2D0,ATL::CWinTraits<1442840576=0x02DC8260,0> >::setDirty

    d:\development\apexdc\final\trunk220\trunk\windows\privateframe.h(156): PrivateFrame::addClientLine

    looks like a PrivateMessage is causing trouble with the Tabs.

    If you get this often, i would recommend closing hubs, and finding out which hub is sending this pm. Avoid that hub. And also report that hub here so the developers can get an idea of what is going wrong. :(


  3. No it's not currently possible with ApexDC.

    The reason this cannot be done isn't really "by design" more of "design flaw" in the NMDC protocol. The whole "guess-a-user" situation. Can be made to work perfectly in ADC hubs.

    .Nothing. by Carraya (still in alpha / beta) has made the best attempt at working around the NMDC issues that i've seen.

    Oh and that only works if the user connects through the right hub. Don't expect this of DC++ or mods of it based on a version less than 0.68

    heh, if you want more detail than "guess-a-user" being the problem . . . *sigh* wish DC++'s old forums still worked, then i could point you at numerous topics there.


  4. Might I add 0.706 is a "BETA" so, why would you want Apex updated with such a client.

    Not beta, "unstable release". Arbitrary classification. It's more stable than 0.705 :thumbsup:

    Well if no major bugs in discovered over a period of time its will be upgraded to stable thats how dc++ releases works
    Exactly. 2 weeks. :blink:

  5. Still, how he can "download normally with DC++ 0.674" and isn't the minimum allowed 0.401, not 0.402?

    he can download normally with 0.674 because that version will download of anyone. The check didn't come into about 0.694 (?).

    While 0.401 supports TTH, it doesn't support TTHL and TTHF which were introduced in 0.402. :thumbsup:


  6. "Remote client does not support TTH" - these are usually old, and always unstable clients. They do not hash, so it is possible to spread "broken" files on DC. For this reason TTH-supporting clients are not downloading from non-TTH supportin ones, for safety reasons. While non-TTH supporting clients and as it seems the original DC++ are able to download from all. But I am kicking for no TTH support in all hubs where I can. :thumbsup:
    It's actually "fully support TTH". So yes they do hash, they just don't support TTHL and TTHF. And no DC++ won't download from them either. That actually error message has been inherited from DC++ into Apex. :unsure:

    So just block any client less based on DC++ less than 0,402 from getting in the hub. :blink:


  7. ntdll!0x7C91B1FA: RtlpWaitForCriticalSection

    ntdll!0x7C901046: RtlEnterCriticalSection

    What could be the reason of the crash?

    Microsofts CriticalSection in ntdll isn't very safe. Typically Microsoft don't understand the meaning of Critical.

    ApexDC does something which windows doesn't like, so it spits it's dummy out.


  8. And I am OK too, since I hope that this will push more hub devs in the right direction.

    There is already a few different adc hub softwares out. It's the hub owners who need the push now. More people using these new hubsofts, more people complaining about lack of features / bugs, the hubsoft improves. ;)


  9. I have some users downloading files OK where other one get the All Download Slots Are Taken and there are 9 free slots.

    Do you think this is a ApexDC++ or Hub Problem

    Are the files which "all download slots are taken" set to lowest priority ?


  10. with patched STL (I am actually interested in having horizontal view option back)
    Isn't that horizontal view from the patched WTL ? I sure the only changes to WTL are for that option.