Not sure if this is in the right place but i get this error when starting up on a linux server

Scripts: Compiling C# scripts...ScriptCompiler: CS8026: Invalid sdk version name
Finished with: 0 errors, 0 warnings
Scripts: One or more scripts failed to compile or no script files were found.

all help would be awesome!
 
What version of mono you got WarFace?
Did you recompile the server for mono ?
Have you tried deleting Scripts.CS.dll? Backup first...

what are you using in terminal to start the server?
 
Hey !

To compile, you should use this command :
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

It has been updated with Pubish 54 (Framework_4_0 conditional compiling)

Also, be sure you have MONO 3.0++

GL
 
Back