• 1
  • 66
  • 67
  • 68(current)
  • 69
  • 70
  • 128
Linux VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.04
Thx for the Debug Log sveni_lee :-) and the crashlog.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
needs 30min... :-)

Sorry
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
so here we go...

xbmc-crashlog
Debug_log
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Quote:10:24:49 T:140281793988352 DEBUG: CPythonInvoker(13, /home/xbmc/.xbmc/addons/script.metadata.actors/resources/lib/service.py): th

Fix that addon or remove it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Okay, I will check when I back from work... thanks.
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Ha, so I figured out what I was doing wrong after fiddling with that automated installation of ubuntu + XBMC stable. Going to give this another go!
Would be nice if you could tell us what you did wrong - so I can write a hint into the howto.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-09-14, 07:06)illiac4 Wrote: Today i have updated to the newest xbmc and it instantly crashec. Have reverted back to 25.8 build enabled the debug log upgraded back and it seems that autoexec.py is crashing xbmc.
In this python there is only vnc startup.

Code:
import os, sys
os.system('DISPLAY=:0.0 /usr/bin/x11vnc -display :0 -bg -nopw -noxdamage -forever > /dev/null 2>&1');
sys.exit()

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

Renaming autoexec.py to autoexec.py.old stops the crashing.
Even if there is just a blank autoexec.py file the xbmc crashes.

Also one note:
Is it possible to include into your repo the addons from this git https://github.com/adamsutton/xbmc-pvr-addons since this is the future addon for tvh.

Having the same problem. Did you find a solution?
Jo - known, I just found that offending commit, that causes this segfault with autoexec.py while I was debugging xbmcnetflix

It's this one: https://github.com/xbmc/xbmc/commit/8772...555e5b1d9b - I hope the dev in charge will come back. If not, I will revert this commit from xbmc master.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-09-23, 15:28)TimoJ Wrote: And the problem is picture freezes and jumping with fast forward speed over 4x. Nighty has no problems.

Latest version still has these problems, has anyone looked at the logs?
Nope - cause you cut the relevant parts.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-09-28, 09:57)fritsch Wrote: Nope - cause you cut the relevant parts.

I see... Here is a full log of latest fernetmenta build, I start file playback and then raise FF speeds from 2 to 32 in about 5 second intervals:
http://pastebin.com/ES412k6e

I this enough or do you need also a log from the official nightly build?
(2014-09-28, 09:05)fritsch Wrote: Would be nice if you could tell us what you did wrong - so I can write a hint into the howto.

With respect to the setup I was trying to achieve all along (boot in openbox -> load xbmc on autostart), I just had to edit a line in xbmc.conf for proper upstart:

Code:
exec su -c "xinit /usr/bin/openbox-session -- /usr/bin/X -bs -nolisten tcp :0" $USER

I had it set to just "openbox" instead of "openbox-session" and it was resulting in issues with XBMC not starting up. Got everything setup to my taste for now, just some issue getting my 360 wired controller working in Steam BPM. This build runs lovely on my CI520!
(2014-09-28, 10:13)TimoJ Wrote:
(2014-09-28, 09:57)fritsch Wrote: Nope - cause you cut the relevant parts.

I see... Here is a full log of latest fernetmenta build, I start file playback and then raise FF speeds from 2 to 32 in about 5 second intervals:
http://pastebin.com/ES412k6e

I this enough or do you need also a log from the official nightly build?

Thx. Please use mainline in the meantime.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
This patch should fix the python issue of sveni_lee and orduek: https://github.com/xbmc/xbmc/pull/5425 - when jenkins is happy I will push it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 66
  • 67
  • 68(current)
  • 69
  • 70
  • 128

Logout Mark Read Team Forum Stats Members Help
VAAPI: Nuc, Chromebox, HSW, IVB, Baytrail with Ubuntu 14.0416