TCP/IP stack Winsock MSAFD.DLL problem
I'm recieveing an invalid page fault in module MSAFD.DLL at address 0167:7b411257
This hapens after conecting to a server I made from telnet. The server at this stage is suposed to acept() the conection and sit there. But upon conect from telnet instant crash.
I looked this error up, and one solution sugested a broken chain in my TCP/IP stack on winsock. I downloaded a fix LSPFix.exe for Win 98SE and apeared to reinstall winsock.
The problem persists. I did investigate, apears MSAFD.DLL is a Service Provider Dll for TCP/IP
My internet (Cable ) did not come with any software to install, other then the drivers for the network card. I know this problem is common because google found lots of posts about this, but non of the solutions solved my problem.
The server I attached, compiled with Borland C/C++ 5.5 for Win32, And I would like to get to the bottom line of this problem. Perhaps its a library borland is inporting that perhaps is interfering. I checked with Dependancy Walker, the contents of MSAFD.DLL and indicates all dependancys are present and no problems reported.
Anyone have this problem and solve it.
Dont know what version of winsock I have. Any sugestions? Any advice would be apreciated.
The server atached with source code, opens port 9081, and acepts any conections. No recv is present so its suposed to sit there, but not suposed to crash
Let me know if it crashes for you.