robvdpol / RaceControl

Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
GNU General Public License v3.0
1.19k stars 95 forks source link

[BUG] missing .NET frameworks #416

Closed MTrintignant closed 2 years ago

MTrintignant commented 2 years ago

Describe the bug Having installed the latest version (2.6.3) i receive an error message "To run this application, you must install missing frameworks for .NET. Would you like to download it now?"

I have clicked yes and downloaded and installed the .NET version from the link (Microsoft .NET runtime 6.0.3 x64). This installed correctly, and is shown under Apps.

However, Race Control still shows the error message of missing .NET framework with the link to the same version. Unfortunately, i cannot see if there is something more specific missing for the app to run.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Play stream '...'
  3. Press button '...'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image image

Desktop (please complete the following information):

Windows 10 x64

F1TV account

F1TV Pro. working from the web-interface from Germany without VPN

Additional context Add any other context about the problem here.

imnotnoa commented 2 years ago

You need the desktop framework: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.3-windows-x64-installer

MTrintignant commented 2 years ago

Great, that works. Seems quite obvious in hindsight... At least that was an easy fix, thanks a ton! (now just down to the "forbidden" issue)