game dont work
need ur help

trying to compile and run iside docker

/UO/ServUO # make
/UO/ServUO/ServUO.sh
----------
ServUO - [https://www.servuo.com] Version 0.5, Build 6612.37219 - Release
Core: Running with arguments: -noconsole
Core: Optimizing for 2 64-bit processors
Core: Compiled for .NET MONO/CSC/Unknown
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 <fb0d2884a2b44d8db375bbed7cc70740>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <fb0d2884a2b44d8db375bbed7cc70740>: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 <fb0d2884a2b44d8db375bbed7cc70740>:0
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00023] in <80ac2c109e004b07b5da4d5c71df6862>:0
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00006] in <80ac2c109e004b07b5da4d5c71df6862>:0
at Server.ScriptCompiler.CompileCSScripts (System.Boolean debug, System.Boolean cache, System.Reflection.Assembly& assembly) [0x001c8] in <2ad4deb9e1be4909b74d1c75491d3b51>:0
at Server.ScriptCompiler.Compile (System.Boolean debug, System.Boolean cache) [0x00034] in <2ad4deb9e1be4909b74d1c75491d3b51>:0
at Server.Core.Main (System.String[] args) [0x005d9] in <2ad4deb9e1be4909b74d1c75491d3b51>:0
This exception is fatal, press return to exit
 
Back