|
||
|
|||||||
| Server Support on Mono Forum dedicated to RunUO 2.0 on Mono. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Expert
|
Greetings,
Here is my latest working (atleast for me) version of Serialization.cs and other associated files. I tested with SVN 257. I can now load my .net SAVE folder with it. If you want to see the changes just look for the IF !MONO statements. Note: Scripts/Accounting/Accounts.cs - fixes the [ADMIN gump issue. -Ravon
__________________
|
|
|
|
|
|
#4 (permalink) |
|
Lurker
Join Date: Sep 2007
Age: 20
Posts: 9
|
antidoto@antidoto-desktop:~$ cd Desktop
antidoto@antidoto-desktop:~/Desktop$ cd RunUO2 antidoto@antidoto-desktop:~/Desktop/RunUO2$ gmcs -d:MONO -unsafe+ -optimize- -t:exe -out:RunUO.exe -recurse:Server/*.cs Server/Main.cs(451,16): warning CS0219: The variable `ms' is assigned but its value is never used Server/Map.cs(1797,12): warning CS0219: The variable `start' is assigned but its value is never used Server/Mobile.cs(8728,11): warning CS0219: The variable `oldRegion' is assigned but its value is never used Server/MultiData.cs(108,12): warning CS0219: The variable `extra' is assigned but its value is never used Server/Utility.cs(328,10): error CS0117: `System.Net.Sockets.Socket' does not contain a definition for `OSSupportsIPv6' Server/Utility.cs(506,4): error CS0117: `System.TimeSpan' does not contain a definition for `TryParse' Server/Utility.cs(508,11): error CS0165: Use of unassigned local variable `t' Server/Utility.cs(554,9): error CS0117: `System.DateTime' does not contain a definition for `TryParse' Server/Utility.cs(555,13): error CS0165: Use of unassigned local variable `d' Compilation failed: 5 error(s), 4 warnings antidoto@antidoto-desktop:~/Desktop/RunUO2$ What's the metter? I have Ubuntu 7.04.. thanks.. |
|
|
|
|
|
#5 (permalink) |
|
Forum Expert
|
Try...
Code:
gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Management, System.Security,System.ServiceProcess,System.Web, System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:*.cs
__________________
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|