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] Race Control 2.6.x not starting #408

Closed chrcoluk closed 2 years ago

chrcoluk commented 2 years ago

Describe the bug It says missing .net framework AFTER installing .net 6.0.3. Cannot start.

To Reproduce Steps to reproduce the behavior:

  1. Install race control 2.6.2.0
  2. Start race control
  3. Install .net 6 as instructed.
  4. Start race control again.

Expected behavior Starts

Desktop (please complete the following information): Windows 10 64 bit

F1TV account not relevant

Additional context Initially it tells you to install .net 6 specifically, after it installs it just says a framework component is missing.

There is another issue raised with same one, however his solution didnt resolve for me, I have installed the 64bit version of .net 6.

chrcoluk commented 2 years ago

net6installed

chrcoluk commented 2 years ago

Ok the issue in this case is that there is two .net 6 packages, one for console and one for desktop.

So not a program bug, but maybe a documentation bug.

I suggest change "Requires .NET 6 Runtime" to "Requires .NET 6 Desktop Runtime"

I see on the release page it does say this, so just the app message box. :)