Announcement

Collapse
No announcement yet.

"XCB" Error Ubuntu 17.04 64bit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    "XCB" Error Ubuntu 17.04 64bit

    Hello,

    When I run DVDFab 10 in Ubuntu 17.04 64bit after installing it successfully I get a can't find "XCB" error. I have tried uninstalling and reinstall the both programs with no luck. Any ideas? I love using the program in Windows but would love to use it more in Linux. Please help thanks.

    #2
    This is a follow up to DVDfab still not working for me. I get a segmentation fault 17 now when I run the program. I am trying to debug the program but don't really know what to do in order to find out why this is happening. I ran bash -xv /home/chris/DVDFab/dvdfab and this is what I got in response:

    #!/bin/sh

    FAB_LIB=/home/chris/DVDFab
    + FAB_LIB=/home/chris/DVDFab
    EXEC=$FAB_LIB/fab
    + EXEC=/home/chris/DVDFab/fab

    export QT_PLUGIN_PATH=$FAB_LIB/qtplugins
    + export QT_PLUGIN_PATH=/home/chris/DVDFab/qtplugins
    + QT_PLUGIN_PATH=/home/chris/DVDFab/qtplugins

    if [ -n "$LD_LIBRARY_PATH" ]; then
    export LD_LIBRARY_PATH="$FAB_LIB:$LD_LIBRARY_PATH"
    else
    export LD_LIBRARY_PATH="$FAB_LIB"
    fi
    + '[' -n '' ']'
    + export LD_LIBRARY_PATH=/home/chris/DVDFab
    + LD_LIBRARY_PATH=/home/chris/DVDFab

    #check to see if we have all of the shared libraries.
    CHECK=`ldd $EXEC | grep "not found" | wc -l`
    ++ ldd /home/chris/DVDFab/fab
    ++ wc -l
    ++ grep 'not found'
    + CHECK=

    if [ "$CHECK" -ne "0" ]; then
    echo Some Shared Libraries were not found
    ldd $EXEC
    exit 1
    fi
    + '[' '' -ne 0 ']'
    /home/chris/DVDFab/dvdfab: line 17: [: : integer expression expected

    $EXEC
    + /home/chris/DVDFab/fab
    /home/chris/DVDFab/dvdfab: line 23: 14817 Segmentation fault $EXEC
    #/bin/bash -c "exec -a $EXEC"

    I also see it includes another segmentation fault that I didn't know about.

    The crazy thing is the program installs no problem and this only happens when I try to run it after it installs.

    Does anyone know what I can do to debug, fix, and run the program. I don't want to pay for it before I can run it.

    Thanks.

    Comment

    Working...
    X