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

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 09-15-2007, 11:23 PM   #1 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default Serialization Fix for Linux

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
Attached Files
File Type: zip kubuntuLinux-15SEP2007.zip (19.1 KB, 57 views)
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Old 09-16-2007, 01:56 AM   #2 (permalink)
Forum Administrator
 
Join Date: Jan 2003
Location: Northern Virginia
Posts: 1,528
Default

I went ahead and put a fix for Mono's issue with GetAccounts() in SVN.
Mark is offline   Reply With Quote
Old 09-16-2007, 01:07 PM   #3 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Quote:
Originally Posted by Mark View Post
I went ahead and put a fix for Mono's issue with GetAccounts() in SVN.
Thank you.
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Old 10-08-2007, 09:35 AM   #4 (permalink)
Lurker
 
Join Date: Sep 2007
Age: 20
Posts: 9
Default

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..
Antidoto is offline   Reply With Quote
Old 10-08-2007, 02:27 PM   #5 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Quote:
Originally Posted by Antidoto View Post
What's the metter?
I have Ubuntu 7.04..
thanks..
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
-Ravon
__________________

Will RunUO work on Linux? Yes
RavonTUS 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