Kodi Community Forum
Linux OpenELEC Testbuilds for x86 (Kodi 17) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux OpenELEC Testbuilds for x86 (Kodi 17) (/showthread.php?tid=238393)



RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - Klojum - 2015-12-21

No inital problems with a GTX950.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - kaiseruk - 2015-12-21

I'll try and get a log later tonight but does anyone else experience slow motion playback occasionally when skipping ahead.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - Hitcher - 2015-12-21

Yes.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - Brian B - 2015-12-22

Same here. A couple of skips and the video played in super slo mo. Stopping and then starting fixes the issue. I should mention this is with the Fritsch build and not this one...in case that helps.

B.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - Milhouse - 2015-12-22

(2015-12-22, 05:09)Brian B Wrote: I should mention this is with the Fritsch build and not this one...in case that helps.

It's an important distinction, yes.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - illiac4 - 2015-12-22

Tested on Nvidia gt 610 and it works.
But have seen one bug. If you try to install addon from zip it sasy 'couldnt connect to network server'.

Debug log:
http://pastebin.com/DK5KfquX


I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

I think this is the most important one:
Code:
06:34:21  20.942772 T:140357979334400   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.service.hyperion/addon.py", line 48, in <module>
                                                next_state = state.execute()
                                              File "/storage/.kodi/addons/script.service.hyperion/resources/lib/state.py", line 103, in execute
                                                self.__capture.waitForCaptureStateChangeEvent(200)
                                            AttributeError: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            -->End of Python script error report<--



RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - Milhouse - 2015-12-22

(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=250936&pid=2191068#pid2191068

You'll need to get an updated addon.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - fritsch - 2015-12-22

(2015-12-22, 07:20)illiac4 Wrote: Tested on Nvidia gt 610 and it works.
But have seen one bug. If you try to install addon from zip it sasy 'couldnt connect to network server'.

Debug log:
http://pastebin.com/DK5KfquX


I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

I think this is the most important one:
Code:
06:34:21  20.942772 T:140357979334400   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.service.hyperion/addon.py", line 48, in <module>
                                                next_state = state.execute()
                                              File "/storage/.kodi/addons/script.service.hyperion/resources/lib/state.py", line 103, in execute
                                                self.__capture.waitForCaptureStateChangeEvent(200)
                                            AttributeError: 'xbmc.RenderCapture' object has no attribute 'waitForCaptureStateChangeEvent'
                                            -->End of Python script error report<--

Ambilight needs an update, cause the API has changed. The original author was already pinged. You can see the discussion here: https://github.com/xbmc/xbmc/pull/8613#issuecomment-166005682


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - mcelliott - 2015-12-22

Hi guys,

@fritsch

While the fix you put in for the broken videos was a massive improvement, some of the videos play without sound.

Here is a link to one of them.

https://www.dropbox.com/s/1g71uytvdzqdqj1/Endangered%20Species%201x01%20Collecting%20Merl.mp4?dl=0

Tested on the OpenElec 18 Dec build from this thread, and also tested on a windows nightly build that presumably has the fix (since the other video now plays fine).

I'm guessing this is another Handbrake problem. I may need to downgrade Handbrake and re-encode the videos!

Best wishes,

Mark


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - fritsch - 2015-12-22

Test with latest build that will come up today ... and post a Debug Log. Will check your sample.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - illiac4 - 2015-12-22

(2015-12-22, 08:48)Milhouse Wrote:
(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=250936&pid=2191068#pid2191068

You'll need to get an updated addon.

http://pastebin.com/E4vUc5Ca


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - fritsch - 2015-12-22

(2015-12-22, 14:36)illiac4 Wrote:
(2015-12-22, 08:48)Milhouse Wrote:
(2015-12-22, 07:20)illiac4 Wrote: Debug log:
http://pastebin.com/DK5KfquX
Can you enable libCURL component debug logging, and upload a new debug log that shows you trying to connect to this server?

Can you also compare builds #1128 and #1201, to see if this issue is related to PR7030 (present in #1128 but not #1201).

(2015-12-22, 07:20)illiac4 Wrote: I have also noted that hyperion addon ambilight is not working after this update. Probably some changes . Here is debug log:
http://pastebin.com/Ken9pgKn

http://forum.kodi.tv/showthread.php?tid=250936&pid=2191068#pid2191068

You'll need to get an updated addon.

http://pastebin.com/E4vUc5Ca

Addon needs update ... ask the author of it and link the link above.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - illiac4 - 2015-12-22

Yes i know it was meant for the first libcurl debug and not the second one.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - mcelliott - 2015-12-22

(2015-12-22, 12:46)fritsch Wrote: Test with latest build that will come up today ... and post a Debug Log. Will check your sample.

Will do. I am also testing a Handbrake nightly build. See if this changes anything.


RE: OpenELEC Testbuilds for Generic/Nvidia_Legacy (Kodi 16/17) - fritsch - 2015-12-22

Just don't use mp3 in handbrake for now ... having a programm wise workaround in ffmpeg I have never seen before ... why not using aac?