Here is what you need to change in order to solve Kodi freeze when exiting the software, Navagate to :
C:\Program Files (x86)\Kodi\addons\skin.confluence\720p
Then Localte and open the file : DialogButtonMenu.xml
with notepad or any other TXT editor and Change the line:
From <onclick>Quit()</onclick> To <onclick>System.Exec (“taskkill.exe /im Kodi.exe /f”)</onclick>
Save and exit the file
Another localtion to change the file is :
C:\Users\Your Name\AppData\Roaming\Kodi\addons\skin.confluence\720p
Then Localte and open the file : DialogButtonMenu.xml
with notepad or any other TXT editor and Change the line :
From <onclick>Quit()</onclick> To <onclick>System.Exec (“taskkill.exe /im Kodi.exe /f”)</onclick>
Save and exit the file
Ok I’m on 17.6 estuary and I can only find the file in my program files I cannot find any file in the Kodi folder.
C:\Users\”your profile name”\AppData\Roaming\Kodi\addons\skin.confluence\720p
My Kodi 17.6 does not have the folder you mention under your name/ appdata/ kodi/720/confluence
I am on Kodi v18.7 “Leia”.
For me I had to edit the file here:
C:\Program Files (x86)\Kodi\addons\skin.estuary\xml\DialogButtonMenu.xml
I had to open notepad as an administrator in order to allow me to save the file once edited. I had to remove the quotes for the taskkill command to execute.
Replacing Quit() with:
System.Exec (taskkill.exe /im Kodi.exe /f)