Hi, i'm using Ubuntu 10.04.4 lts, and i dont know the command for start the servuo.exe or servuo.mono .

I have MONO installed, i think i only need to know the command for start the server...

Any can help me?
 
Last edited:
if i write:
mono ServUO.exe or mono ServUO.MONO.exe this its the result:


Code:
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322

** (ServUO.exe:12380): WARNING **: The class System.Collections.Generic.List`1 could not be loaded, used in mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

Unhandled Exception: System.TypeLoadException: Could not load type 'Server.Core' from assembly 'ServUO, Version=0.5.5417.273, Culture=neutral, PublicKeyToken=null'
 
Last edited:
If i use this lines:

  1. 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
i get this message:

error CS2007: Unrecognized command-line option: `-sdk:4.5

Any can help me?
 
Hi again, a friend has gotten a MONO more newest work in my Ubuntu 10.04.4 lts, but when i compile SerUO.exe, i get this error:

System.DllNotFoundException: kernel32

Any know why its the reason or how fix it?
 
Back