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!

Svn on Vista

KonssnoK

Sorceror
No thery aren't.
i got same problem :p

Server Crash Report
===================

RunUO Version 2.0, Build 3008.34852
Operating System: Microsoft Windows NT 6.0.6000.0
.NET Framework: 2.0.50727.1433
Time: 27/03/2008 19.30.56
Mobiles: 1
Items: 27
Exception:
System.Reflection.TargetInvocationException: Eccezione generata dalla destinazione di una chiamata. ---> System.Net.Sockets.SocketException: Operazione richiesta non supportata per il tipo di oggetto indicato
in System.Net.IPAddress.get_Address()
in Server.Utility.IPMatch(String val, IPAddress ip, Boolean& valid)
in Server.Utility.IPMatch(String val, IPAddress ip)
in Server.Misc.ServerList.IsPrivateNetwork(IPAddress ip)
in Server.Misc.ServerList.HasPublicIPAddress()
in Server.Misc.ServerList.AutoDetection()
in Server.Misc.ServerList.Initialize()
--- Fine dell'analisi dello stack dell'eccezione interna ---
in System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
in System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
in System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
in Server.ScriptCompiler.Compile(Boolean debug, Boolean cache)
in Server.Core.Main(String[] args)

Clients:
- Count: 0

-----------------------
English translations are:
-Exception has been thrown by the target of an invocation
-The attempted operation is not supported for the type of object referenced
 

HellRazor

Knight
In your ServerList.cs change "null":

public static readonly string Address = null;

...to your IP or hostname.
 

HellRazor

Knight
mordero;747144 said:
Yep, what HellRazor said she be the only change you need to make :)

I stole it from your post tho. :) But we both probably stole it from that original thread he was talking about. I know I found it somewhere!
 

mordero

Knight
That original post was mine from back when you needed to make changes to the server :-p
Im going to go edit it now :)
 
Top