PPA

Member
  • Content count

    7
  • Joined

  • Last visited

Everything posted by PPA

  1. ApexDC++ problem

    Uninstall NOD32
  2. 1. static const char* typeCDImage[] = { ".iso", ".nrg", ".mdf", ".mds", ".vcd", ".mds",".bwt",".ccd",".cdi",".pdi",".cue" }; 2. static const string type2Compressed[] = { ".7z", ".gz" };
  3. Code: c0000094 (Integer division by zero) Version: 0.4.0 (2006-12-24) Major: 5 Minor: 1 Build: 2600 SP: 2 Type: 1 Time: 2006-12-27 21:00:07 TTH: YBP45KNMY2PE64J2ZH7A77UJFMDBI4A4FN657VI F:\RTM\vctools\crt_bld\SELF_X86\crt\src\intel\lldiv.asm(120): _alldiv d:\cvs\apexdc++\apexdc\windows\transferview.h(61): TransferView::ProcessWindowMessage d:\program files\microsoft visual studio 8\vc\atlmfc\include\atlwin.h(3078): ATL::CWindowImplBaseT<WTL::CTreeViewCtrlT<ATL::CWindow>=0x0012FA0C,ATL::CWinTraits<1442840576=0x00000000,0> >::WindowProc USER32!0x77D48734: GetDC USER32!0x77D48816: GetDC USER32!0x77D4B89B: GetParent USER32!0x77D4B903: SendMessageW COMCTL32!0x773EAFF1: Ordinal414 COMCTL32!0x773EB07F: Ordinal341 COMCTL32!0x7743CBA7: Ordinal384 COMCTL32!0x77417F04: Ordinal384 COMCTL32!0x7741DD04: Ordinal384 COMCTL32!0x7741ECAA: Ordinal384 COMCTL32!0x774215BE: Ordinal384 USER32!0x77D48734: GetDC USER32!0x77D48816: GetDC USER32!0x77D4C63F: IsWindowUnicode USER32!0x77D4C665: CallWindowProcW d:\program files\microsoft visual studio 8\vc\atlmfc\include\atlwin.h(3081): ATL::CWindowImplBaseT<WTL::CTreeViewCtrlT<ATL::CWindow>=0x0012FA68,ATL::CWinTraits<1442840576=0x00000000,0> >::WindowProc USER32!0x77D48734: GetDC USER32!0x77D48816: GetDC USER32!0x77D4B4C0: DefWindowProcW USER32!0x77D4B50C: DefWindowProcW ntdll!0x7C90EAE3: KiUserCallbackDispatcher USER32!0x77D48A10: DispatchMessageW d:\cvs\apexdc++\includes\wtl\atlapp.h(584): WTL::CMessageLoop::Run d:\cvs\apexdc++\apexdc\windows\main.cpp(429): Run ApexDC!0x006D075E: _CallCatchBlock2 ApexDC!0x0044A10F: MainFrame::FileListQueue::`scalar deleting destructor' ApexDC!0x004661CA: [thunk]:MainFrame::`vector deleting destructor' 0x8351F8E4: ?
  4. [Bug] Integer division by zero

    Fix © BugMaster ........ + // !BUGMASTER! + if(ii->size == 0) + ii->size = 1; if(BOOLSETTING(PROGRESSBAR_ODC_STYLE) || useStealthyStyle) { ........
  5. [patch] headerBuf

    --- HubFrame.cpp (revision 129) +++ HubFrame.cpp (working copy) @@ -1132,7 +1132,7 @@ if(finddlg->DoModal() == IDOK) { param = finddlg->line; } - delete[] finddlg; + delete finddlg; return param; }
  6. [patch] headerBuf

    Index: windows/TransferView.h =================================================================== --- windows/TransferView.h (revision 371) +++ windows/TransferView.h (working copy) @@ -46,7 +46,6 @@ DECLARE_WND_CLASS(_T("TransferView")) TransferView() : PreviewAppsSize(0) { - headerBuf = new TCHAR[128]; } virtual ~TransferView(void); @@ -143,7 +142,6 @@ } private: - TCHAR * headerBuf; class ItemInfo; int PreviewAppsSize; Index: windows/TransferView.cpp =================================================================== --- windows/TransferView.cpp (revision 371) +++ windows/TransferView.cpp (working copy) @@ -37,7 +37,6 @@ ResourceManager::IP_BARE, ResourceManager::RATIO}; TransferView::~TransferView() { - delete[] headerBuf; arrows.Destroy(); speedImages.Destroy(); DestroyIcon(user);
  7. Index: C:/VC8/projects/trunk/ApexDC/windows/HubFrame.h =================================================================== --- C:/VC8/projects/trunk/ApexDC/windows/HubFrame.h (revision 186) +++ C:/VC8/projects/trunk/ApexDC/windows/HubFrame.h (working copy) @@ -379,6 +379,7 @@ dcassert(frames[server] == this); frames.erase(server); + clearUserList(); //[+]PPA clearTaskList(); } Log Visual Leak Detector (VLD): ---------- Block 5664 at 0x0288BBB0: 48392 bytes ---------- Call Stack: c:\program files\microsoft visual studio 8\stlport\stlport\stl\_new.h (151): stlp_std::__stl_new c:\program files\microsoft visual studio 8\stlport\src\allocators.cpp (68): __stlp_chunk_malloc c:\program files\microsoft visual studio 8\stlport\src\allocators.cpp (545): stlp_std::__node_alloc_impl::_S_chunk_alloc c:\program files\microsoft visual studio 8\stlport\src\allocators.cpp (466): stlp_std::__node_alloc_impl::_S_refill c:\program files\microsoft visual studio 8\stlport\src\allocators.cpp (445): stlp_std::__node_alloc_impl::_M_allocate c:\program files\microsoft visual studio 8\stlport\src\allocators.cpp (699): stlp_std::__node_alloc::_M_allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_alloc.h (201): stlp_std::__node_alloc::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_alloc.h (376): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_alloc.h (611): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_tree.h (312): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_tree.h (323): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_tree.c (637): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_tree.c (334): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\program files\microsoft visual studio 8\stlport\stlport\stl\_map.h (153): stlp_std::allocator<stlp_std::priv::_Rb_tree_node<stlp_std::pair<short const ,stlp_std::basic_string<char,stlp_std::char_traits<char>,stlp_std::allocator<char> > > > >::allocate c:\vc8\projects\trunk\apexdc\client\user.h (109): Identity::operator= c:\vc8\projects\trunk\apexdc\windows\userinfo.h (91): UserInfo::setIdentity c:\vc8\projects\trunk\apexdc\windows\userinfo.cpp (93): UserInfo::update c:\vc8\projects\trunk\apexdc\windows\userinfo.h (82): UserInfo::UserInfo c:\vc8\projects\trunk\apexdc\windows\hubframe.cpp (651): HubFrame::updateUser c:\vc8\projects\trunk\apexdc\windows\hubframe.cpp (724): HubFrame::onSpeaker c:\vc8\projects\trunk\apexdc\windows\hubframe.h (76): HubFrame::ProcessWindowMessage c:\program files\microsoft visual studio 8\vc\atlmfc\include\atlwin.h (3073): ATL::CWindowImplBaseT<WTL::CMDIWindow,ATL::CWinTraits<1456406528,64> >::WindowProc 0x77D48734 (File and line number not available): GetDC 0x77D48816 (File and line number not available): GetDC 0x77D489CD (File and line number not available): GetWindowLongW 0x77D48A10 (File and line number not available): DispatchMessageW c:\vc8\projects\trunk\wtl\atlapp.h (719): WTL::CMessageLoop::Run c:\vc8\projects\trunk\apexdc\windows\main.cpp (428): Run c:\vc8\projects\trunk\apexdc\windows\main.cpp (520): wWinMain f:\rtm\vctools\crt_bld\self_x86\crt\src\crt0.c (315): __tmainCRTStartup f:\rtm\vctools\crt_bld\self_x86\crt\src\crt0.c (187): wWinMainCRTStartup 0x7C816FD7 (File and line number not available): RegisterWaitForInputIdle