Linux Re-install with Gotham crashes on playback
#1
I have just run a fresh install on a media PC that was previously running Frodo - updated to Gotham 13.1 using XBMCbuntu

Now, when i try to playback, XBMC crashes & returns to the homescreen

Looking at the log, it shows something about MSGQ not initialised??
Any assistance appreciated, Thanks in advance

This is from the XBMC log when trying to playback a file

Quote:18:29:43 T:139754934859520 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01
18:30:12 T:139754460927744 NOTICE: Thread LanguageInvoker start, auto delete: false
18:30:12 T:139754460927744 NOTICE: -->Python Interpreter Initialized<--
18:30:30 T:139755820541888 NOTICE: DVDPlayer: Opening: /home/jerry/media/Media/TV/Burn Notice/Series1/Burn Notice - S01E01 - Pilot.avi
18:30:30 T:139755820541888 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:30:30 T:139754460927744 NOTICE: Thread DVDPlayer start, auto delete: false
18:30:30 T:139754460927744 NOTICE: Creating InputStream
18:30:30 T:139754460927744 NOTICE: Creating Demuxer
18:30:30 T:139754460927744 NOTICE: Opening video stream: 0 source: 256
18:30:30 T:139754460927744 NOTICE: Creating video codec with codec id: 13
18:30:30 T:139754460927744 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-4 part 2
18:30:30 T:139754460927744 ERROR: VAAPI - unable to initialize display -1 - unknown libva error
18:30:30 T:139754460927744 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating VDPAU(512x384)
18:30:30 T:139754460927744 NOTICE: (VDPAU) Close
18:30:30 T:139754460927744 NOTICE: Creating video thread
18:30:30 T:139754679039744 NOTICE: Thread DVDPlayerVideo start, auto delete: false
18:30:30 T:139754460927744 NOTICE: Opening audio stream: 1 source: 256
18:30:30 T:139754460927744 NOTICE: Finding audio codec for: 86017
18:30:30 T:139754460927744 NOTICE: Creating audio thread
18:30:30 T:139754679039744 NOTICE: running thread: video_thread
18:30:30 T:139754897192704 NOTICE: Thread DVDPlayerAudio start, auto delete: false
18:30:30 T:139754897192704 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
18:30:30 T:139754897192704 NOTICE: Creating audio stream (codec id: 86017, channels: 2, sample rate: 48000, no pass-through)
18:30:30 T:139754679039744 NOTICE: fps: 23.976024, pwidth: 512, pheight: 384, dwidth: 512, dheight: 384
18:30:30 T:139754679039744 NOTICE: Display resolution DESKTOP : 1024x768@ 60.00 - Full Screen (16)
18:30:30 T:139755820541888 NOTICE: Using GL_TEXTURE_2D
18:30:30 T:139755820541888 NOTICE: GL: ARB shaders support detected
18:30:30 T:139755820541888 NOTICE: GL: Selecting Single Pass ARB YUV2RGB shader
18:30:30 T:139755820541888 NOTICE: GL: No vertex shader, fixed pipeline in use
18:30:30 T:139755820541888 ERROR: GL: GLSL shaders not supported
18:30:30 T:139755820541888 ERROR: GL: Error compiling and linking video filter shader
18:30:30 T:139755820541888 ERROR: GL: Falling back to bilinear due to failure to init scaler
18:30:30 T:139755820541888 NOTICE: GL: NPOT texture support detected
18:30:30 T:139755820541888 NOTICE: GL: Using GL_ARB_pixel_buffer_object
18:30:30 T:139754007951104 NOTICE: Thread JobWorker start, auto delete: true
Reply
#2
Thx for cutting the Debug Log.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Sorry Fritsch, not sure what you mean?
Are you saying thanks because i only pasted the relevant bit or thanks for missing out the relevant bit?

If there is another bit you need, please advise?
Reply
#4
(2014-06-26, 18:22)kryten2b Wrote: Sorry Fritsch, not sure what you mean?
Are you saying thanks because i only pasted the relevant bit or thanks for missing out the relevant bit?

If there is another bit you need, please advise?

He's being sarcastic, he wan't the debug part of the log.
Reply
#5
Thanks, I realised that after I posted the question.

I powered up & set debug, then tried to play - XBMC crashed & reloaded, so i have a crashlog, the old log (where i hit play while in debug) & the current log, where it restarted:

Debug log:
http://xbmclogs.com/show.php?id=235332

XBMC log after restart:
http://xbmclogs.com/show.php?id=235339

Crash Log:
http://xbmclogs.com/show.php?id=235340

Apologies for not pasting these first - I have been using XBMCbuntu for a while, but never needed to submit the logs before Confused
Reply
#6
Quote:18:04:41 T:139894720853952 NOTICE: GL_RENDERER = Mesa DRI Intel® 915G

^^ use the forum search. Additionally disable VDPAU and also VAAPI, you cannot use them anyways. What you can do is enabling multi core decoding in the same Video -> Acceleration submenu.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#7
sorry, can you expand - search for what exactly - I don't understand the problem? When I installed it as Frodo, it worked out of the box, so what do i need to change?
Reply
#8
So assuming you mean change it to s/w rendering in video acceleration & disable everything else? I tried in video acceleration, I have gone through all the permutations & same result.

This worked fine in Frodo?.
Reply
#9
Yeah - Frodo also supported windows xp ...
Edit: http://forum.xbmc.org/showthread.php?tid...pid1731804 additionally under Video Output choose "Software"
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#10
So I have added the 'export' line to my /usr/bin/xbmc-standalone script

Quote:# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
# http://www.gnu.org/copyleft/gpl.html

export MESA_GL_VERSION_OVERRIDE=3.0
prefix="/usr"
exec_prefix="${prefix}"
bindir="${exec_prefix}/bin"

Under Video Settings > Acceleration, I have also set Render method & Decoding method to Software, with allow Multi-threaded support.

I can't see any option for software under Video Output though??

Anyway, after a reboot, same problem try to play a video & XBMC crashes/restarts Sad
Reply
#11
Hi, any further ideas/suggestions? Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Re-install with Gotham crashes on playback0