|
||
|
|||||||
| Server Support on Windows Get (and give) support on general questions related to the RunUO server itself. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Jun 2006
Posts: 58
|
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() |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
|
Change
Code:
public static readonly string Address = 24.209.57.109; public const string ServerName = "Denvers Retreat"; Code:
public static readonly string Address = "24.209.57.109"; public const string ServerName = "Denvers Retreat"; |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|