Skip to content

Commit

Permalink
Link to 'separate-assemblies' flavor of Elm-Time build
Browse files Browse the repository at this point in the history
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 ---
  • Loading branch information
Viir committed Mar 10, 2024
1 parent 26053cc commit 2755eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement/alternate-ui/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/elm-time/elm-time/releases/download/v2024-01-01/elm-time-bin-v2024-01-01-win-x64.zip> and extract it.
Download the zip archive from <https://github.com/elm-time/elm-time/releases/download/v2024-02-17/elm-time-separate-assemblies-d4a29168fd0195b3f507c8ef023acc26942df0c0-win-x64.zip> and extract it.

The extracted files contain the `elm-time` tool used to run Elm programs.

Expand Down

0 comments on commit 2755eb5

Please sign in to comment.