KaitlinUO
Initiate
I am using Ubunto 12.10 x64 Desktop and MONO 3.0.6. First, let me state that I am a complete newb when it comes to Linux. That being said, I get some warnings when I compile, but just about obsolete uses and unused private fields. I am able to get ServUO.exe to start by using "mono ServUO.exe" but here are the errors I'm getting:
Does anyone have any idea what might be causing this? Again I know next to nothing about Linux, so that could be my problem.
More details:
I have root access and I compiled with
Thanks for any help you can provide!!!
Does anyone have any idea what might be causing this? Again I know next to nothing about Linux, so that could be my problem.
More details:
I have root access and I compiled with
Code:
mcs -sdk:4.5 -out:ServUO.exe -d:MONO -d:Framework_4_0 -d:ServUO -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,OpenUO.Core.dll,OpenUO.Ultima.dll,OpenUO.Ultima.Windows.Forms.dll,SevenZipSharp.dll -nowarn:219 -recurse:Server/*.cs
Thanks for any help you can provide!!!
Last edited: