Project

General

Profile

Actions

Bug #155

closed

Path problems on startup

Added by Hammel over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Target version:
Start date:
09 Feb 2013
Due date:
13 Feb 2013
% Done:

100%

Estimated time:
Severity:
01 - Critical

Description

XBMC fails to start initially because of this missing symlink:

/opt/xbmc-bcm/xbmc-bin/lib/xbmc/language -> /opt/xbmc-bcm/xbmc-bin/share/xbmc/language

Without this link you get this message:

Unable to find path to XBMC data files

Once that symlink is created xbmc will try to start, but still fails. This time its because it can't find its guishader files. The output log includes lines like this:

CYUVShaderGLSL::CYUVShaderGLSL - failed to open file guishader_frag_default.glsl

But this file exists:

  1. pwd
    /opt/xbmc-bcm/xbmc-bin
  2. find . -name guishader_frag_default.glsl
    ./share/xbmc/system/shaders/guishader_frag_default.glsl

So something is amiss with path resolution. This discussion suggests I may have to change the --prefix option to configure when building to match the path the package is installed in.

Actions

Also available in: Atom PDF