Login Error (5165 Source)

06/28/2010 23:08 C#Nooby#1
So, I picked up a random source. followed the guide. got it turned on.. Went to login & it loads then freeze's & then it directly opens up the source & go's to this line giving an error.

Quote:
byte[] RData = new byte[DataLen];
fixed (byte* p = RData, p2 = S.Data)
Native.memcpy(p, p2, DataLen);
if (DataHandler != null)
DataHandler.Invoke(S, RData);

What's Highlighted in red is what's giving me the problem :/ any idea why?

(im running the source with visual studio 2010)
06/28/2010 23:54 Fish*#2
restart pc.
else ur pc sux.
check how much cpu it use etc.
whats ur ram on?
06/29/2010 00:02 C#Nooby#3
Quote:
Originally Posted by grillmad View Post
restart pc.
else ur pc sux.
check how much cpu it use etc.
whats ur ram on?
6GB ram, the process is only taking 38k memory.

i've restarted quite a few time's, Here's a picture of the error..


[Only registered and activated users can see links. Click Here To Register...]