View Single Post
Old 09-06-2007, 10:15 AM   #9 (permalink)
RavonTUS
Forum Novice
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 588
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Greetings,

I have my Linux PC us and running now - kubutu 7.04 with Mono 1.2.5. When I compile I get the following error, which I had not gotten before. Any one know if it is a bug, or something I am doing wrong...

NetState.cs
Code:
CS1502: Line 535: The best overloaded method match for `Server.Utility.Intern(string)' has some invalid arguments

m_Address = Utility.Intern(((IPEndPoint)m_Socket.RemoteEndPoint).Address);
If I remove Utility.Intern it continues to compile However, this statement is used all over the place and I really do not like the idea of taking it out.

-Ravon

NEVERMIND, Something bad in one of my scripts.
__________________

Will RunUO work on Linux? Yes

Last edited by RavonTUS; 09-06-2007 at 01:13 PM. Reason: FIGURED IT OUT
RavonTUS is offline   Reply With Quote