Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 07-20-2006, 02:26 PM   #1 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 58
Default ip config question

i am getting an error when i try to launch. just switched it over to public. this is the error i am getting.


Code:
 RunUO - [www.runuo.com] Version 2.0, Build 2357.32527
Core: Running on .NET Framework Version 2.0.50727
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + Misc/ServerList.cs:
    CS1002: Line 23: ; expected
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + Misc/ServerList.cs:
    CS1002: Line 23: ; expected
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
Scripts: Compiling C# scripts...failed (1 errors, 0 warnings)
Errors:
 + Misc/ServerList.cs:
    CS1002: Line 23: ; expected
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.


here is the ip address line i am using

Code:
public static readonly string Address = 24.209.57.109;

		public const string ServerName = "Denvers Retreat";

		public static void Initialize()
FrankandKathie05 is offline   Reply With Quote
Old 07-20-2006, 02:34 PM   #2 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Change
Code:
public static readonly string Address = 24.209.57.109;

		public const string ServerName = "Denvers Retreat";
To

Code:
public static readonly string Address = "24.209.57.109";

		public const string ServerName = "Denvers Retreat";
You are missing the quotes around the ip address.
stormwolff is offline   Reply With Quote
Old 07-20-2006, 02:52 PM   #3 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 58
Default

thnx that got me compiling. But the server doesnt show on uogateways list. Is that normal?
FrankandKathie05 is offline   Reply With Quote
Old 07-20-2006, 03:07 PM   #4 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 58
Default

nm, figured it out
FrankandKathie05 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5