

- How to install older version of kodi on windows 10 update#
- How to install older version of kodi on windows 10 upgrade#
- How to install older version of kodi on windows 10 software#
- How to install older version of kodi on windows 10 windows 7#

In doing the new downloads it erases the old version of what I had for Kodi. Can you explain why I get this this comment when downloading any new nightly after 10/11/19. So I deduce that is not the issue. I am not having this issue with other apps except Kodi. But most of the articles having the dll issues are Windows 10. I have read similar explanations especially about upgrading to Windows 10.
How to install older version of kodi on windows 10 windows 7#
instead of taking a direct dependency on api-ms-win-core-file-l1-2-0.dll you should take a dependency on kernel.dll which supports Windows 7 as well. You should only depend on documented APIs, not implementation details like the name of those DLL. Those APIs may or may not use the DLLs you listed, but their dependencies are not yours to worry. If you are a developer, just use the APIs documented in the Windows SDK (unless absolute necessary like writing antivirus) and do not take any dependency on those dlls, as they may only exist in one Windows version. Distributing those files is against Windows end user agreement, and those files you get from a higher version of Windows won't work if your Windows version is too low.
How to install older version of kodi on windows 10 upgrade#
The only supported way to get those DLLs is to do a major Windows upgrade (e.g. reporting a delay-loaded dependency as hard one).ĭon't try to obtain those dlls.
How to install older version of kodi on windows 10 software#
Any software that report those dlls are missing are failing to accommodate the redirection (e.g. But nobody should link to the implementations directly, as that would be defeating the purpose of having such a redirection. Old software still work because the dlls developer linked to are now just placeholders redirecting calls to the actual implementation. For example, APIs in Windows 8's api-ms-win-core-file-l1-2-0.dll got moved to api-ms-win-core-file-l1-2-1.dll in Windows 8.1. Basically Microsoft started moving around APIs starting from Windows 8. Those DLLs are Windows's implementation detail and are subject to change at anytime. Team Kodi will consider your problem report however, we will not make any promises the problem will be just read around a little, i found maybe something for interest?
How to install older version of kodi on windows 10 update#
Note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Here is some additional context or explanation that might help: Your Environment Here are some links or screenshots to help explain the problem: Additional context or screenshots (if appropriate) The debuglog can be found here: Screenshots Actual BehaviorĬannot load nightlies after the 10/11/19. Since the earlier version of Kodi (the 10/11/19 nightly) will load properly, it seems that something was changed in Kodi after the 10/11/19 nightly. Here is a clear and concise description of what was expected to happen: But I then go back and load the 10/11/19 nightly and it will load and play fine. Each day when I try to install a new nightly, I get a pop-up stating that the program cannot be opened because the api-win-core-com-l1-1-0.dll is missing from my computer. Since the 10/11/19 nightly, I am unable to load the nightlies.

I have Visual C++ 2017 Redistributable (圆4), Visual C++ 2013 Redistributable(x86) and Visual C++ 2008 Redistributable(圆4). Also some have reason to think it is caused from Visual C++.

On the internet I have noticed others having similar issues, but mostly with Windows 10. I am running Windows 7 with all the most recent updates. Here is a clear and concise description of what the problem is:
