You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all thanks for this wonderful library/repo Michael.
alternate-ui From live game client process mode does not work for me with the latest sanderling(09dacec) paired with the latest elm-time release 2023-7-13 (b512ad944c286b14b6f23b6221ef8fe6ff25ffa1), although reading from file is working properly. getting an error as follows:
Failed to get IDs of the EVE Online client processes: BadStatus: 500 ({"SetupNotCompleteResponse":["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.Script`1.GetExecutor(CancellationToken cancellationToken)\r\n at Microsoft.CodeAnalysis.Scripting.Script`1.RunAsync(Object globals, Func`2 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 ---\r\n at Pine.VolatileProcessCSharp..ctor(Func`2 getFileFromHashSHA256, String csharpScriptCode, Object scriptGlobals) in D:\\a\\elm-time\\elm-time\\implement\\elm-time\\Pine\\VolatileProcessCSharp.cs:line 40\r\n at ElmTime.Platform.WebService.PublicAppState.PerformProcessTaskCreateVolatileProcess(CreateVolatileProcessStruct createVolatileProcess) in D:\\a\\elm-time\\elm-time\\implement\\elm-time\\Platform\\WebService\\PublicAppState.cs:line 466"]})
upon testing different versions/commits, rolling back the sanderling to april 25 commit (bfcc3eb) paired with elm-time release of 5-21 or earlier works no problem. latest sanderling paired with any elm-time release does not work for me.
TLDR: I think something on june 21 commit of sanderling or past the 5-21 release of elm-time broke the alternate-ui live reading? cant confirm if its a only me problem also.
The text was updated successfully, but these errors were encountered:
Hello, first of all thanks for this wonderful library/repo Michael.
alternate-ui
From live game client process
mode does not work for me with the latest sanderling(09dacec) paired with the latest elm-time release 2023-7-13 (b512ad944c286b14b6f23b6221ef8fe6ff25ffa1), although readingfrom file
is working properly. getting an error as follows:upon testing different versions/commits, rolling back the sanderling to april 25 commit (bfcc3eb) paired with elm-time release of 5-21 or earlier works no problem. latest sanderling paired with any elm-time release does not work for me.
TLDR: I think something on june 21 commit of sanderling or past the 5-21 release of elm-time broke the alternate-ui live reading? cant confirm if its a only me problem also.
The text was updated successfully, but these errors were encountered: