To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
[keaal@rsanctus ServUO-pub57]$ mono ServUO.exe
ServUO - [https://www.servuo.com] Version 0.5, Build 8718.1658 - Build on 11/14/2023 12:55:16 AM UTC - Release
Core: Running with arguments: -noconsole
Core: Optimizing for 12 64-bit processors
Core: Unix environment detected
Core: Compiled for MONO and running on 6.12.0 (makepkg/d9a6e8710b3 Thu Aug 31 10:53:20 UTC 2023)
RandomImpl: SimpleRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Error:
System.Exception: Compiler failed to produce the assembly. Output: ''
at Microsoft.CSharp.CSharpCodeGenerator.FromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x0031f] in <8ac7fa3d638e4d5aacdfc3fa658308cf>:0
at Microsoft.CSharp.CSharpCodeGenerator.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x0003a] in <8ac7fa3d638e4d5aacdfc3fa658308cf>:0
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00006] in <8ac7fa3d638e4d5aacdfc3fa658308cf>:0
at Server.ScriptCompiler.CompileCSScripts (System.Boolean debug, System.Boolean cache, System.Reflection.Assembly& assembly) [0x001d9] in <06f09aa64cdb4456b6e42d07665b38e3>:0
at Server.ScriptCompiler.Compile (System.Boolean debug, System.Boolean cache) [0x00034] in <06f09aa64cdb4456b6e42d07665b38e3>:0
at Server.Core.Main (System.String[] args) [0x00624] in <06f09aa64cdb4456b6e42d07665b38e3>:0
This exception is fatal, press return to exit

previously I had an error exactly or similar to this and was recommended to me I try the following and it worked however I'm not so lucky now.

scriptcompiler.cs
AppendCompilerOption(ref sb, "/langversion:7.3");
to
AppendCompilerOption(ref sb, "/langversion:experimental");
 
Back