Kodi Community Forum

Full Version: Hang or crashed on exit - HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Isengard - I have applied a fix to get confluence to shut down immediately as kodi always hangs for 20 seconds or more then closes or just won't close on BG. Is there a fix to get it to shutdown like in this video.

https://www.youtube.com/watch?v=6q-FRBoKWBE
The file is the same, line 206:

https://github.com/Tgxcorporation/skin.b...u.xml#L206

Tgx
(2015-09-28, 23:46)Tgxcorporation Wrote: [ -> ]The file is the same, line 206:

https://github.com/Tgxcorporation/skin.b...u.xml#L206

Tgx

my BG skin is located in the user files. the confluence is in my c:program files/kodi. I have made the fix but it won't work. Thoughts?

fwiw, i moved both those bg skin files to c: programfiles/kodi also to see if they had to be in that directory and it made no difference.

Also, I use the vertical only menu and the family loves it. Any cool features coming?
Exit Kodi.
Open the file in the notepad - C:\Users\yourusername\AppData\Roaming\Kodi\Addons\skin.blackglassnova\1080i\DialogButtonMenu.xml
Change the content of line 206 reporting "<onclick>Quit()</onclick>" in the "DialogButtonMenu.xml" file

with

<onclick>System.Exec ("taskkill.exe /im Kodi.exe /f")</onclick>

Save the file and it should work as long as it was working in Confluence...

Tgx
(2015-09-29, 07:51)Tgxcorporation Wrote: [ -> ]Exit Kodi.
Open the file in the notepad - C:\Users\yourusername\AppData\Roaming\Kodi\Addons\skin.blackglassnova\1080i\DialogButtonMenu.xml
Change the content of line 206 reporting "<onclick>Quit()</onclick>" in the "DialogButtonMenu.xml" file

with

<onclick>System.Exec ("taskkill.exe /im Kodi.exe /f")</onclick>

Save the file and it should work as long as it was working in Confluence...

Tgx

Thank you Sir, a lifesaver you are. Please keep us updated on new vertical features.