Kodi Community Forum
Hang or crashed on exit - HELP - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Black Glass Nova (https://forum.kodi.tv/forumdisplay.php?fid=208)
+----- Thread: Hang or crashed on exit - HELP (/showthread.php?tid=240403)



Hang or crashed on exit - HELP - lowkee00 - 2015-09-28

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


RE: Hang or crashed on exit - HELP - Tgxcorporation - 2015-09-28

The file is the same, line 206:

https://github.com/Tgxcorporation/skin.blackglassnova/blob/isengard/1080i/DialogButtonMenu.xml#L206

Tgx


RE: Hang or crashed on exit - HELP - lowkee00 - 2015-09-29

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

https://github.com/Tgxcorporation/skin.blackglassnova/blob/isengard/1080i/DialogButtonMenu.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?


RE: Hang or crashed on exit - HELP - Tgxcorporation - 2015-09-29

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


RE: Hang or crashed on exit - HELP - lowkee00 - 2015-09-29

(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.