RoLex

Member
  • Content count

    139
  • Joined

  • Last visited

Everything posted by RoLex

  1. 1.1.0 seems to make my pc unable to turn off

    Do you mean the shutdown sequence? (the /shutdown command)
  2. But skipped file is never ment to be added, so it always will be -1?. No reason to have that text in that message then. :P
  3. Hi. Just a small issue; I've added thumbs.db to Settings > Advanced > Share skiplist. Once share is being refreshed, no matter how, manually or automatically, a notification about skipped file appears in status bar. It also contains the size of the file, and in this case size appears to be -1 B, unknown as far as I understand. The real size of that file is 319 KB, file is hidden. Thank you.
  4. Hi. I have ran into a very annoying bug with latest version of ApexDC++. I have lately started to use PM alot, and create long dialogues with users. So today is second day the client simply freezes (not responding) after a while of chatting, can not say exactly how much time, it is completely random. But what I have noticed is that it happens only when I press Enter key on my keyboard. The exact moment when I release the key, and the message is about to disappear from text field, but it doesn't, the client is now frozen. I have also been trying to reproduce this, but without any luck at all, there is something with this pressing Enter, but what? This has been noticed since 2 days ago, I have actually never used PM so much before. Hopefully someone will try to run into same problem and maybe look at the PrivateFrame::onChar() and PrivateFrame::onEnter() functions. Thank you.
  5. adrian_007 have been looking for the issue for long time. Did anyone report this on RSX++ Adrian?
  6. [info] I just managed to reproduce it with latest version of StrongDC++. :/
  7. Come on guys, there must be something / anything else to try to resolve the issue? I would love to stay on ApexDC++ because of it's OP feture abilities, but I'm forced to use StrongDC++ now only because I "can't" use PMs.
  8. I'm taking back what I wrote. Just manage to reprodice the bug, nothing has changed. What else can be done? I can add that it seems much easier to reproduce by sending messages to real user, instead of a bot.
  9. I finally figured out how to correctly write the code you suggested. I'm currently compiling it and trying to reproduce. No, no detections were running.
  10. CriticalSection Identity::cs; Would be the correct code. :)
  11. I did as you said, with following results. User.cpp .\client\User.cpp(37) : error C2371: 'cs' : redefinition; different basic types c:\documents and settings\alexander zenkov\my documents\c++\apexdc++\client\User.h(147) : see declaration of 'cs'
  12. Allright, I have once again managed to reproduce the bug with my own build. But I don't really know where to look to find the problem. What I did here was.. Ran the client, made in hang and paused in Visual Studio. What is the next step, where do I have to look / what to do?
  13. search responds bug

    http://forums.apexdc.net/index.php?showtopic=2800
  14. Latest subversion (downloaded yesterday).
  15. Allright. I recompiled it once again, with latest WTL taken from official website, latest subversion of STL port, Microsofts original UPnP, FW, and other headers included in VS2008, and still can not reproduce the bug. Everything is fine now. Well, I guess we can hold this until next release of ApexDC++. Will see what happens. I can imagine the issue appears on my machine only. Thank you for all help.
  16. When I tried to compile first time yesterday, it required vld.h which couldn't be found anywhere. So I added those stuff by Alana. Just found where to get VLD includes and libs. But should I use latest beta or version 1.0? Thank you.
  17. I can sadly not reproduce the bug using my own build, not with debug build, not with release build. I can only do that using your official release executable. What can possibly cause this? I use MSVS2008, latest subversion of STL port, WTL downloaded from StrongDC++ FTP, VLD and other includes uploaded by Alana (post link). All files were downloaded 2-3 hours ago. I don't know what to do, atleast it doesn't bug me anymore, but would be sad if problem still occurres withing next release. I'm waiting for further instructions from you.. :)
  18. I beg you a pardon Crise, I used wrong subversion URL. I used 5.1 trunk: svn co https://stlport.svn.sourceforge.net/svnroot/stlport/branches/STLPORT_5_1/STLport STLport-5.1 Instead of the latest one: svn co https://stlport.svn.sourceforge.net/svnroot/stlport/trunk stlport Will compile it and try finding the problem in ApexDC++. Thank you.
  19. Just got fresh subversion of STL port from SF.net and I can not compile it with Microsoft Visual Studio 2008. STL port does not yet have any compiler that works together with VC9, and choosing msvc8 is not helping.
  20. High CPU use in 1.1.0

    Nice discovery. Looks like DC users are starting to completely forget single source functionality. Not many who uses that anymore. :)
  21. Then I should not see Russian letters in main chat aswell, NMDC doesn't support unicode. The point is that.. If I'm going to support you with infomation, I would like to support you with all infomation, I can not send you a cut-out piece of text, right?
  22. Hi again. There is one problem that is not so important actually, but still might be useful for debugging. I've noticed it very long time ago, but never had a reason to report. Somehow Russian characters are skipped by debug frame, they are not shown. I suppose this is not only Russian letters that are being skipped, but any other non Unicode characters. Even my nick isn't shown. Text that appeared in debug window: Hub: [Outgoing][192.168.1.5:411] <> english letters: test| Hub: [Incoming][192.168.1.5:411] <> english letters: test Hub: [Outgoing][192.168.1.5:411] <> russian letters: | Hub: [Incoming][192.168.1.5:411] <> russian letters: Text that appeared in hub chat: [14:43:53] <Степашка> english letters: test [14:44:09] <Степашка> russian letters: тест Can you please add the conversion to pad control? I think line 146 in CDMDebugFrame.cpp should look like this: Thank you.
  23. Allright, will do later today when my hangover has passed. To be continued.
  24. Yes, I can reproduce it, in any hub (the issue is at client-side, so no hub matters), by sending simple PM. Two or less minutes would be enough to do that. You want me to test anything? Maybe if you give me a modded version, with breakpoints, I can help somehow? I'm currently waiting for stable release of STL port that supports latest version of Visual Studio. Would like to do some coding and return the media toolbar. :(