Rhino Compute HRESULT E_FAIL COMError

Hey

I am trying to setup a Rhino Compute Server on a VM like in the tutorial (Rhino - Deployment to Production Servers). When i first installed it, the example gh-script worked perfectly. Now there is always the HRESULT E_FAIL - Error and i cant figure out what it might be. I already checked the API-Key aswell as the Rhino Token for billing and also checked if my credit card has enough coverage for rhino billing. I still assume it has to do something with licence. The only thing i really change since the day it worked is, that i updated windows on my host pc. Everything else is still the same.

This is the error in rhino.compute.logs on the server:

{"Timestamp":"2024-10-21T21:55:14.1565069+02:00","Level":"Information","MessageTemplate":"Child process started at 21.10.2024 21:55:14","RenderedMessage":"Child process started at 21.10.2024 21:55:14"}
{"Timestamp":"2024-10-21T21:55:14.2720137+02:00","Level":"Information","MessageTemplate":"Parsed port = 6004","RenderedMessage":"Parsed port = 6004"}
{"Timestamp":"2024-10-21T21:55:14.4318940+02:00","Level":"Information","MessageTemplate":"Compute {ComputeVersion}, Rhino {RhinoVersion}","RenderedMessage":"Compute \"8.0.0.0\", Rhino \"8.12.24282.7001\"","Properties":{"ComputeVersion":"8.0.0.0","RhinoVersion":"8.12.24282.7001"}}
{"Timestamp":"2024-10-21T21:55:16.5463561+02:00","Level":"Fatal","MessageTemplate":"Application startup exception","RenderedMessage":"Application startup exception","Exception":"System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.\r\n   at Rhino.Runtime.InProcess.RhinoCore.InternalStartup(Int32 argc, String[] argv, StartupInfo& info, IntPtr hostWnd)\r\n   at Rhino.Runtime.InProcess.RhinoCore..ctor(String[] args, WindowStyle windowStyle, IntPtr hostWnd)\r\n   at Rhino.Runtime.InProcess.RhinoCore..ctor(String[] args, WindowStyle windowStyle)\r\n   at compute.geometry.Startup.RhinoCoreStartup() in /home/runner/work/compute.rhino3d/compute.rhino3d/src/compute.geometry/Startup.cs:line 45\r\n   at compute.geometry.Startup.Configure(IApplicationBuilder app) in /home/runner/work/compute.rhino3d/compute.rhino3d/src/compute.geometry/Startup.cs:line 30\r\n   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\r\n   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)\r\n   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\r\n   at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder)\r\n   at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)","Properties":{"EventId":{"Id":6},"SourceContext":"Microsoft.AspNetCore.Hosting.Diagnostics"}}
{"Timestamp":"2024-10-21T21:55:16.6094534+02:00","Level":"Information","MessageTemplate":"Now listening on: {address}","RenderedMessage":"Now listening on: \"http://localhost:6004\"","Properties":{"address":"http://localhost:6004","EventId":{"Id":14,"Name":"ListeningOnAddress"},"SourceContext":"Microsoft.Hosting.Lifetime"}}
{"Timestamp":"2024-10-21T21:55:16.6107692+02:00","Level":"Information","MessageTemplate":"Application started. Press Ctrl+C to shut down.","RenderedMessage":"Application started. Press Ctrl+C to shut down.","Properties":{"SourceContext":"Microsoft.Hosting.Lifetime"}}
{"Timestamp":"2024-10-21T21:55:16.6118771+02:00","Level":"Information","MessageTemplate":"Hosting environment: {EnvName}","RenderedMessage":"Hosting environment: \"Production\"","Properties":{"EnvName":"Production","SourceContext":"Microsoft.Hosting.Lifetime"}}
{"Timestamp":"2024-10-21T21:55:16.6121956+02:00","Level":"Information","MessageTemplate":"Content root path: {ContentRoot}","RenderedMessage":"Content root path: \"C:\\inetpub\\wwwroot\\aspnet_client\\system_web\\4_0_30319\\rhino.compute\"","Properties":{"ContentRoot":"C:\\inetpub\\wwwroot\\aspnet_client\\system_web\\4_0_30319\\rhino.compute","SourceContext":"Microsoft.Hosting.Lifetime"}}

And the error in Rhino / Grasshopper on the Hops component is:

Unexpected character encountered while parsing value: <. Path ", line 0, position 0

Can someone help?