Page 1 of 1

HandBrake Portable doesn't run on Windows 11 - .NET error

Posted: Wed Jan 04, 2023 9:06 pm
by kaiyoma
Description of problem or question:
I'm trying to run HandBrake portable 1.6.0 on Windows 11 and getting this error:

Image

I've already read the forum post on this, but I definitely have the right version of .NET framework installed:

Code: Select all

dotnet --info

Host:
  Version:      7.0.0
  Architecture: x64
  Commit:       d099f075e4

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.NETCore.App 6.0.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download
Steps to reproduce the problem (If Applicable):

Install .NET 6 and run HandBrake portable 1.6.0 on Windows 11.

HandBrake version (e.g., 1.0.0):

1.6.0 portable

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):

Windows 11

HandBrake Activity Log ***required*** (see How-to get an activity log)

N/A because I can't run the program.

Re: HandBrake Portable doesn't run on Windows 11 - .NET error

Posted: Wed Jan 04, 2023 9:09 pm
by Ritsuka
You are missing the .net 6 desktop runtime.

Re: HandBrake Portable doesn't run on Windows 11 - .NET error

Posted: Thu Jan 05, 2023 9:23 pm
by kaiyoma
Ah yes, that was it. Thanks!