zinoboy56
(zinoboy56)
March 28, 2024, 8:20pm
1
i have a bug where it only shows this? like, i deleted 2 discord bots for a current one and it didnt do anything
rimelek
(Ákos Takács)
March 29, 2024, 2:05am
2
Searching for newtonsoft and Docker Desktop, this might help
opened 10:30PM - 26 Feb 17 UTC
closed 10:08AM - 05 Mar 17 UTC
status/needs-information
area/installer
lifecycle/locked
### Expected behavior
Docker for windows starts up
### Actual behavior
Dock… er crashes on startup, with error loading' Newtonsoft.Json, Version=8.0.0.0'
### Information
It seems that there is a conflict within docker about which version of Newtonsoft.JSON is required.
The default version of the JSON assembly is 9.0.1.19813. On startup i get an error indicating that docker can't find version 8.0.
I manually replaced the dll with veriosn 8.0.3.19514. The docker startup proceedes a bit further this time, but then i get an error indication that docker can't find Newtonsoft.JSON 9.0!
### Steps to reproduce the behavior
1. Startup docker on windows
2. Get error loading ' Newtonsoft.Json, Version=8.0.0.0'
3. Replace JSON dll with verion 9
4. Startup docker
5. Get error loading ' Newtonsoft.Json, Version=9.0.0.0'
log files are attached indicating both errors.
[log_version8_Error.txt](https://github.com/docker/for-win/files/802339/log_version8_Error.txt)
[log_version9_Error.txt](https://github.com/docker/for-win/files/802340/log_version9_Error.txt)
zinoboy56
(zinoboy56)
March 29, 2024, 8:14pm
3
I… dont exactly understand whats on that page. I think i need just a simpler description of how to fix it
I cant seem to understand the info, sorry
rimelek
(Ákos Takács)
May 8, 2024, 7:43pm
5
I hoped you would understand it as I rarely use Windows and I never heard of Newtonsoft. Since the user talks about different Docker Desktop versions, I guess it could be Docker Desktop incorrectly uninstalled and some files were left on the filesystem. If this happened, you can check the documentation to learn about what files you need to remove when you uninstall Docker Desktop