From 2755eb5a8adfbdad2292d69ee6ba20ee9caad885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Sun, 10 Mar 2024 22:03:14 +0000 Subject: [PATCH] Link to 'separate-assemblies' flavor of Elm-Time build To avoid errors like the following, when running the alternate UI for EVE Online app: ---- ["Failed to create volatile process: System.Exception: Failed to setup the volatile process: System.Exception\r\n ---> System.NotSupportedException: Can't create a metadata reference to an assembly without location.\r\n at Microsoft.CodeAnalysis.MetadataReference.CreateFromAssemblyInternal(Assembly assembly, MetadataReferenceProperties properties, DocumentationProvider documentation)\r\n at Microsoft.CodeAnalysis.Scripting.Script.GetReferencesForCompilation(CommonMessageProvider messageProvider, DiagnosticBag diagnostics, MetadataReference languageRuntimeReferenceOpt)\r\n at Microsoft.CodeAnalysis.CSharp.Scripting.CSharpScriptCompiler.CreateSubmission(Script script)\r\n at Microsoft.CodeAnalysis.Scripting.Script.GetCompilation()\r\n at Microsoft.CodeAnalysis.Scripting.Script1.GetExecutor(CancellationToken cancellationToken)\r\n at Microsoft.CodeAnalysis.Scripting.Script1.RunAsync(Object globals, Func2 catchException, CancellationToken cancellationToken)\r\n at Pine.VolatileProcessCSharp.RunScript(String script) in D:\\a\\elm-time\\elm-time\\implement\\elm-time\\Pine\\VolatileProcessCSharp.cs:line 47\r\n --- End of inner exception stack trace --- --- implement/alternate-ui/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implement/alternate-ui/readme.md b/implement/alternate-ui/readme.md index 3a99a2d..e82f922 100644 --- a/implement/alternate-ui/readme.md +++ b/implement/alternate-ui/readme.md @@ -37,7 +37,7 @@ Developers use the parsing library to make ratting, mining, and mission running These instructions to run the alternate UI start with the program source code. Here we use a tool called `elm-time` to compile the program from source code and run it as a web server. -Download the zip archive from and extract it. +Download the zip archive from and extract it. The extracted files contain the `elm-time` tool used to run Elm programs.