RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Listener/Bind problem

willem

Wanderer
Listener/Bind problem

Bonjour, I'm french... So apologize :cool: I will try to make me understood.
Maybe I'd rather directly speak in c# ?

I try to run RunUO2.0 on a little 366mhz CPU...
First I got a problem with ProcessorCount in the core main.cs. So I replace the test by ProcessorCount=1... And this problem is passed.

Now, with this new core, console send me :

Listener bind exception:
System.Net.Sockets.SocketException: Unknown error (0x273a)
at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent)
at System.Net.Sockets.Socket.set_ExclusiveAddressUse(Boolean value)
at Server.Network.Listener.Bind(IAddress ip, Int32 port)

My Framework 2.0 seems to installed well, so the problem must be in the core NetWork/listener.cs.
But I understand nothing with that...
Note that it is only to do a shard test (366mhz^^) so even if the soluce is to cutdown the other connection to assure mine or such a thing, it will be perfect...

I ask for help in french forums, but here, near the foundators, maybe someone could help ?

Thx et merci beaucoup.
 
Top