[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
#50
I have a fix for an old issue with NetfliXBMC and Chrome Launcher. When you launch Chrome or the NetfliXBMC_Utility.exe fails to close, XBMC would fail to launch due to xbmc.log being locked by a different process.

I posted about in the Chrome Launcher thread: http://forum.kodi.tv/showthread.php?tid=...pid1875232

My solution was to tweak the Popen calls in Chrome Launcher and NetfliXBMC so that it creates a new process instead of a subprocess, thus not preventing XBMC from fully closing.

Code:
subprocess.Popen(fullUrl, shell=False, creationflags=0x00000008, close_fds = True)

I I have I found this issue in Gotham 13.2 on Windows 8. I wrote this fix before I upgraded to Kodi Helix a couple days ago. My current testing indicates Helix resolved this issue and will not lock up as before. I decided to post this info regardless as it may help others.
Reply


Messages In This Thread
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by kamegami - 2014-12-31, 00:21
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217