GetProcAddress("send") failed

nana

New member
Messages
67
Points
0
Location
Mexico
I search about this error but i cant find the solution

Here:

http://herc.ws/board/topic/6714-help-error-in-client/

They try solved with "Use client dated 2014-02-05 or below" -- done but still with error

1) Client is having some issue locating ws2_32.dll in your system (corrupted client maybe?) -- C:WindowsSystem32/ws2_32.dll  

2) Client is referring a different dll to get the send and recv functions. (maybe the client was used with PEEK?) -- is a new client of themon i just diff it x_x

Thanks in advance

 
I search about this error but i cant find the solution

Here:

http://herc.ws/board/topic/6714-help-error-in-client/

They try solved with "Use client dated 2014-02-05 or below" -- done but still with error

1) Client is having some issue locating ws2_32.dll in your system (corrupted client maybe?) -- C:WindowsSystem32/ws2_32.dll  

2) Client is referring a different dll to get the send and recv functions. (maybe the client was used with PEEK?) -- is a new client of themon i just diff it x_x

Thanks in advance
maybe put ws2_32.dll in your RO directory,the error simply means, client cannot locate send packet function from that dll.

 
Back
Top