docker / for-win

Bug reports for Docker Desktop for Windows
https://www.docker.com/products/docker#/windows
1.85k stars 284 forks source link

Docker Desktop 4.29.0 Installation failed #14031

Open royalqwerdf opened 4 months ago

royalqwerdf commented 4 months ago

Description

Error reading JObject from JsonReader. Path '', line 0, position 0. 위치: Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings) 위치: Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings) 위치: Docker.Installer.InstallWorkflow.SetupBackendModeAndFeatures(List`1 backendModeFeaturesSteps) 위치: Docker.Installer.InstallWorkflow.d30.MoveNext() --- 예외가 throw된 이전 위치의 스택 추적 끝 --- 위치: System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 위치: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 위치: Docker.Installer.InstallWorkflow.d23.MoveNext()

----------Log------------------ -------------------------------------------------------------------------------->8 Version: 4.29.0 (145265) Sha1: Started on: 2024-04-23 03:58:13.389 Resources: C:\Users\royal\Downloads\resources OS: Windows 10 Home Edition: Core Id: 2009 Build: 19045 BuildLabName: 19041.1.amd64fre.vb_release.191206-1406 File: C:\Users\royal\AppData\Local\Docker\install-log.txt CommandLine: "C:\Users\royal\Downloads\Docker Desktop Installer.exe" You can send feedback, including this log file, at https://github.com/docker/for-win/issues [2024-04-23T03:58:13.551563300Z][ManifestAndExistingInstallationLoader][I] No install path specified, looking for default installation registry key [2024-04-23T03:58:13.557563900Z][Installer][I] No installation found [2024-04-23T03:58:13.565563100Z][ManifestAndExistingInstallationLoader][I] Not run as admin, relaunching with UAC prompt

Reproduce

Docker Desktop Installer.exe run

Expected behavior

No response

docker version

Docker Desktop 4.29.0

docker info

Docker Desktop 4.29.0

Diagnostics ID

i don't know

Additional Info

No response

voonyee commented 4 months ago

Hi, based on the message/log you have shared, it would be good to check if your machine meets the below system requirements: https://docs.docker.com/desktop/install/windows-install/#system-requirements

royalqwerdf commented 4 months ago

windows version : 10 Home 19045 64bit VT : on WSL version : 2 Linux : ubuntu 22 LTS

These are my specifications... I don't know why this error occurs

voonyee commented 4 months ago

If your admin account is different from your user account, see this: https://docs.docker.com/desktop/install/windows-install/#install-docker-desktop-on-windows

You can also check if your machine meet the following features for Docker Desktop. https://docs.docker.com/desktop/troubleshoot/topics/#virtualization

royalqwerdf commented 4 months ago

I solved the installation error. I am leaving a solution for people who encounter similar errors as me.

  1. https://programmersought.com/article/29075200559/
  2. msconfig -> UAC setting minimally
  3. restart computer

good luck!

dsi012 commented 4 months ago

Try reinstalling after deleting all the files below:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users\\AppData\Local\Docker C:\Users\\AppData\Roaming\Docker C:\Users\\AppData\Roaming\Docker Desktop C:\Users\.docker

Diaver commented 3 months ago

Try reinstalling after deleting all the files below:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users\AppData\Local\Docker C:\Users\AppData\Roaming\Docker C:\Users\AppData\Roaming\Docker Desktop C:\Users.docker

Thank you a lot! Issue fixed for me.

matheusgallo commented 3 months ago

Try reinstalling after deleting all the files below:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users\AppData\Local\Docker C:\Users\AppData\Roaming\Docker C:\Users\AppData\Roaming\Docker Desktop C:\Users.docker

thanks this fixed for me too

afraxas commented 2 months ago

Try reinstalling after deleting all the files below:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users\AppData\Local\Docker C:\Users\AppData\Roaming\Docker C:\Users\AppData\Roaming\Docker Desktop C:\Users.docker

thanks this fixed for me too!!

nkumawat34 commented 2 months ago

Thanks it solved my problem

Maekfei commented 4 weeks ago

删除以下所有文件后尝试重新安装:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users<您的用户名>\AppData\Local\Docker C:\Users<您的用户名>\AppData\Roaming\Docker C:\Users<您的用户名>\AppData\Roaming\Docker Desktop C:\Users<您的用户名>.docker

Thanks!!!it works!

alexandregallego commented 1 week ago

Try reinstalling after deleting all the files below:

C:\ProgramData\Docker C:\ProgramData\DockerDesktop C:\Program Files\Docker C:\Users\AppData\Local\Docker C:\Users\AppData\Roaming\Docker C:\Users\AppData\Roaming\Docker Desktop C:\Users.docker

This worked for me too, thanks!