Kodi Community Forum
Solved Trying Kodi nightlies ... issue since 20/06/2024 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Solved Trying Kodi nightlies ... issue since 20/06/2024 (/showthread.php?tid=378113)



Trying Kodi nightlies ... issue since 20/06/2024 - bfgane - 2024-07-06

I have been having an issue with my Windows 10 computers running Kodi nightlies since the 20/06/2024 version.  20/06 runs, but every nightly since then crashes.  And the crash occurs well before a Kodi log is created.  So I went to my event log for the system, and this is what it is showing:

-System
-Provider
[ Name]Application Error
-EventID1000
[ Qualifiers]0
Version0
Level2
Task100
Opcode0
Keywords0x80000000000000
-TimeCreated
[ SystemTime]2024-07-06T02:03:24.6098167Z
EventRecordID198721
Correlation
-Execution
[ ProcessID]0
[ ThreadID]0
ChannelApplication
ComputerGANE-DESKTOP
Security
-EventData
kodi.exe
21.0.1.0
66836652
MSVCP140.dll
14.29.30133.0
60ff28cc
c0000005
0000000000013020
51d0
01dacf48af076e7b
C:\Program Files\Kodi\kodi.exe
C:\WINDOWS\SYSTEM32\MSVCP140.dll
288dd0bb-0b4c-4685-8709-bda0c24861f6

Any ideas as to the problem?  Note that I have two Windows 11 machines and all of the nightlies run fine on those.  This appears to affect only my Windows 10 machine.


RE: Trying Kodi nightlies ... issue since 20/06/2024 - bfgane - 2024-07-06

Hmmm.  I fixed the problem.  It was a corruption in my Visual C++ Runtime files.

I fixed it by going to Control Panel -> Programs -> Programs and Features.  I picked the most recent version of Microsoft Visual C++ (2015-2022 Redistributable).  Right click.  Choose "Change".  Choose "Repair".  Restart.

Now it works.

Don't you love Microsoft!  Smile


Trying Kodi nightlies ... issue since 20/06/2024 - Hitcher - 2024-07-06

Thread marked solved.


RE: Trying Kodi nightlies ... issue since 20/06/2024 - emveepee - 2024-07-07

(2024-07-06, 04:41)bfgane Wrote: Don't you love Microsoft!  Smile
This wasn't Microsoft, it is the Kodi build system for addons not maintaining binary compatibility with the stable release on Windows.


RE: Trying Kodi nightlies ... issue since 20/06/2024 - bfgane - 2024-07-08

While I would certainly encourage the Kodi team to maintain currency with Visual C++ runtime requirements, I don't know that I can blame them this time.

The only change that I made on my system was to refresh the Microsoft package for Visual C++ Redistributable, and that was enough for current Kodi nightlies to start working again.