Problem Dedicated server, webserver.start error, License invalid

Discussion in 'Community Support' started by Skelm, May 25, 2019.

  1. Skelm

    Skelm New Member

    Joined:
    Apr 2, 2016
    Ratings:
    +0 / 0 / -0
    Hi , I am looking for some help,

    I rent a dedicated server. I have updated the RRRE_Dedicated.exe file today. When I run the server now I get the error "webserver.start". I have had a look at the error log and it is saying my license is invalid. I have no idea how to proceed from here, I want to host some races tomorrow so need some help getting it up and running.

    Below is the log from the error output file:
    [INFO] 08:18:52 1 Extracting game files
    [INFO] 08:18:58 1 Launching Milkyway workers
    [INFO] 08:18:58 1 Starting frontend on http://localhost:8088/
    [ERROR] 08:18:58 1 WebServer.Start
    ServiceStack.LicenseException: This license is invalid. Please see servicestack.net or contact team@servicestack.net for more details. The id for this license is '7012' ---> System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
    at ServiceStack.Text.Jsv.JsvReader`1.Parse(String value)
    at ServiceStack.Text.TypeSerializer.DeserializeFromString[T](String value)
    at ServiceStack.LicenseUtils.ToLicenseKeyFallback(String licenseKeyText)
    at ServiceStack.LicenseUtils.RegisterLicense(String licenseKeyText)
    --- End of inner exception stack trace ---
    at ServiceStack.LicenseUtils.RegisterLicense(String licenseKeyText)
    at CommunityMultiplayer.Hosts.WebServer.SetLicense()
    at CommunityMultiplayer.Hosts.WebServer.Start()

    Any help would be greatly appreciated.
     
  2. Alfonso Cachón Sánchez

    Alfonso Cachón Sánchez New Member

    Joined:
    Aug 2, 2019
    Ratings:
    +2 / 0 / -0
    You install the ASP.NET 4.6 feature in Server Roles and Features:

    upload_2020-1-21_17-30-51.png
     
  3. Alfonso Cachón Sánchez

    Alfonso Cachón Sánchez New Member

    Joined:
    Aug 2, 2019
    Ratings:
    +2 / 0 / -0
    In Windows10 you can add the feature from adding or removing programs from the control panel.
    Make sure you have the .NET Framework and ASP.NET installed.
    You tell me ..,
    Regards