I've spent a couple of days on this one before posting - trying all the things suggested on this board except a total rebuild of windows
After about 5 - 7 minutes of retrieving headers my network connection gets corrupted / non responsive (no other network app can connect, even local router)
I don't have this problem for any other app. I'm Looking for anything else to try to isolate the problem... Here's what I've tried:
1) I tried changing versions of UE to 113, 110, and 103 of UE with the same result
2) have tried changing firmware on router, disconnecting router altering UE settings (keep conn alive, socket buffers at 50K)
3) I tried changing my ip for the server (usenetserver) from an IP address to the DNS name (news.usenetserver.com)
3) finally I captured a windbg session
I can recover from the tcpip problem by disableing the connection re-enabeling and then repairing the connection.CommandLine: D:\UE\UE.exe test1
Starting directory: d:\ue\
Symbol search path is: C:\WINDOWS\Symbols
Executable search path is:
ModLoad: 00400000 00689000 image00400000
ModLoad: 7c900000 7c9b0000 ntdll.dll
ModLoad: 7c800000 7c8f4000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 77d40000 77dd0000 C:\WINDOWS\system32\USER32.dll
ModLoad: 77f10000 77f57000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 763b0000 763f9000 C:\WINDOWS\system32\comdlg32.dll
ModLoad: 77f60000 77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 77dd0000 77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
ModLoad: 77e70000 77f01000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77c10000 77c68000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 5d090000 5d127000 C:\WINDOWS\system32\COMCTL32.dll
ModLoad: 7c9c0000 7d1d5000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 73000000 73026000 C:\WINDOWS\system32\WINSPOOL.DRV
ModLoad: 74d30000 74d50000 C:\WINDOWS\system32\oledlg.dll
ModLoad: 774e0000 7761d000 C:\WINDOWS\system32\ole32.dll
ModLoad: 77120000 771ac000 C:\WINDOWS\system32\OLEAUT32.dll
ModLoad: 71ab0000 71ac7000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 76b40000 76b6d000 C:\WINDOWS\system32\WINMM.dll
ModLoad: 77c00000 77c08000 C:\WINDOWS\system32\VERSION.dll
(dc0.19c): Break instruction exception - code 80000003 (first chance)
eax=00241eb4 ebx=7ffde000 ecx=00000004 edx=00000010 esi=00241f48 edi=00241eb4
eip=7c901230 esp=0012fb20 ebp=0012fc94 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
ntdll!DbgBreakPoint:
7c901230 cc int 3
0:000> g
ModLoad: 773d0000 774d2000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
ModLoad: 5ad70000 5ada8000 C:\WINDOWS\system32\uxtheme.dll
ModLoad: 76380000 76385000 C:\WINDOWS\system32\msimg32.dll
ModLoad: 769c0000 76a73000 C:\WINDOWS\system32\USERENV.dll
ModLoad: 76fd0000 7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
ModLoad: 77050000 77115000 C:\WINDOWS\system32\COMRes.dll
ModLoad: 74980000 74ab0000 C:\WINDOWS\system32\msxml3.dll
ModLoad: 4d4f0000 4d548000 C:\WINDOWS\system32\WINHTTP.dll
ModLoad: 77260000 772ff000 C:\WINDOWS\system32\urlmon.dll
ModLoad: 75cf0000 75d81000 C:\WINDOWS\system32\mlang.dll
(dc0.19c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00000001 ebx=0000110a ecx=baadf00d edx=0000baad esi=baadf00d edi=00000200
eip=5d0a21b3 esp=0012f524 ebp=0012f54c iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246
COMCTL32!ValidateTreeItem+0x34:
5d0a21b3 8b01 mov eax,[ecx] dsbaadf00d=????????
0:000> g
ModLoad: 72d20000 72d29000 C:\WINDOWS\system32\wdmaud.drv
ModLoad: 77920000 77a13000 C:\WINDOWS\system32\setupapi.dll
ModLoad: 76c30000 76c5e000 C:\WINDOWS\system32\WINTRUST.dll
ModLoad: 77a80000 77b14000 C:\WINDOWS\system32\CRYPT32.dll
ModLoad: 77b20000 77b32000 C:\WINDOWS\system32\MSASN1.dll
ModLoad: 76c90000 76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
ModLoad: 72d10000 72d18000 C:\WINDOWS\system32\msacm32.drv
ModLoad: 77be0000 77bf5000 C:\WINDOWS\system32\MSACM32.dll
ModLoad: 77bd0000 77bd7000 C:\WINDOWS\system32\midimap.dll
ModLoad: 71a50000 71a8f000 C:\WINDOWS\system32\mswsock.dll
ModLoad: 662b0000 66308000 C:\WINDOWS\system32\hnetcfg.dll
ModLoad: 71a90000 71a98000 C:\WINDOWS\System32\wshtcpip.dll
ModLoad: 76f20000 76f47000 C:\WINDOWS\system32\DNSAPI.dll
ModLoad: 76fb0000 76fb8000 C:\WINDOWS\System32\winrnr.dll
ModLoad: 76f60000 76f8c000 C:\WINDOWS\system32\WLDAP32.dll
ModLoad: 76fc0000 76fc6000 C:\WINDOWS\system32\rasadhlp.dll
================================ Break at first delay in downloading headers tcpip for machine unresponsive =====================
(dc0.c04): Break instruction exception - code 80000003 (first chance)
eax=7ffde000 ebx=00000001 ecx=00000002 edx=00000003 esi=00000004 edi=00000005
eip=7c901230 esp=05b1ffcc ebp=05b1fff4 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
ntdll!DbgBreakPoint:
7c901230 cc int 3
================================ Second Break at delay in downloading headers tcpip for machine unresponsive =====================
0:005> g
(dc0.da8): Break instruction exception - code 80000003 (first chance)
eax=7ffde000 ebx=00000001 ecx=00000002 edx=00000003 esi=00000004 edi=00000005
eip=7c901230 esp=05b1ffcc ebp=05b1fff4 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
ntdll!DbgBreakPoint:
7c901230 cc int 3
================================ UE trying to connect =====================
0:005> g
(dc0.afc): C++ EH exception - code e06d7363 (first chance)
(dc0.6f8): C++ EH exception - code e06d7363 (first chance)
(dc0.ed0): C++ EH exception - code e06d7363 (first chance)
(dc0.dd4): C++ EH exception - code e06d7363 (first chance)
(dc0.db4): C++ EH exception - code e06d7363 (first chance)
(dc0.db4): C++ EH exception - code e06d7363 (first chance)
(dc0.6ec): C++ EH exception - code e06d7363 (first chance)
(dc0.6ec): C++ EH exception - code e06d7363 (first chance)
(dc0.92c): C++ EH exception - code e06d7363 (first chance)
(dc0.92c): C++ EH exception - code e06d7363 (first chance)
(dc0.674): C++ EH exception - code e06d7363 (first chance)
(dc0.674): C++ EH exception - code e06d7363 (first chance)
If I do this with UE open UE still does not connect. If I close UE and then open it again it can connect and will work for 5-7 min.
My next test will be to install a clean copy of windows and try that but I'd
like to find the problem and fix it with my current install.
Thanks,
-Dave