ok, downloaded Land of Archon, loved it had so much already preinstalled and thought what the heck, so its been a while since I actually started a server from step 1. Getting the error " Scripts: One or more scripts failed to compile or no script files were found."

Changed Datapath in both config and script.

I know there something small and stupid, but I have not found it.

What am I missing?
 
I guess it wuld help if I used the right exe file.
Running Land of Archon, Debian 9 Linux, Command line only.
Anyway, when I run the ServUO.MONO.exe file, I get this.......

ServUO - [https://www.servuo.com] Version 0.5, Build 6933.2193
Core: Running with arguments: -noconsole
Core: Optimizing for 2 64-bit processors
Core: Unix environment detected
RandomImpl: SimpleRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Error:
System.ArgumentException: Path is empty
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00027] in <3833a6edf2074b959d3dab898627f0ac>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <3833a6edf2074b959d3dab898627f0ac>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <3833a6edf2074b959d3dab898627f0ac>:0
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00023] in <9b672a45b19f4d52b5f28f32c0c91d97>:0
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00006] in <9b672a45b19f4d52b5f28f32c0c91d97>:0
at Server.ScriptCompiler.CompileCSScripts (System.Boolean debug, System.Boolean cache, System.Reflection.Assembly& assembly) [0x001c8] in <431ed156986e442c96289f020d36908a>:0
at Server.ScriptCompiler.Compile (System.Boolean debug, System.Boolean cache) [0x00034] in <431ed156986e442c96289f020d36908a>:0
at Server.Core.Main (System.String[] args) [0x00501] in <431ed156986e442c96289f020d36908a>:0
This exception is fatal, press return to exit
 
looks like your Scripts folder is empty, did you extract the scripts into that folder?
 
did you also recompile your server after doing that change? Since the pack you have is an old one, the scriptcompiler.cs you have is outdated. Thats kinda what the change changes to make it compile with the newer mono versions
 
Back