Hang or crashed on exit - HELP
#1
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
Reply
#2
The file is the same, line 206:

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

Tgx
Reply
#3
(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?
Reply
#4
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
Reply
#5
(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.
Reply

Logout Mark Read Team Forum Stats Members Help
Hang or crashed on exit - HELP0