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

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
kaiyoma
Posts: 2
Joined: Wed Jan 04, 2023 8:59 pm

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

Post 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.
User avatar
Ritsuka
HandBrake Team
Posts: 1655
Joined: Fri Jan 12, 2007 11:29 am

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

Post by Ritsuka »

You are missing the .net 6 desktop runtime.
kaiyoma
Posts: 2
Joined: Wed Jan 04, 2023 8:59 pm

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

Post by kaiyoma »

Ah yes, that was it. Thanks!
Post Reply