teamviewer 13.2.13582 crashes on connect (kubuntu 16.04.4 to WIN10)

Options
winthrom
winthrom Posts: 4
edited May 2023 in General questions

teamviewer 13.2.13582 crashes on connect (kubuntu 16.04.4 to WIN10)

I tried posting this already and seems not to be on system ???

I believe that the problem I have requested help on is found as follows:

I did a search for the required libraries in Teamviewer 13.2.

First I ran
        /home/user$ sudo ldd /opt/te > tv.txtamviewer/tv_bin/TeamViewer | awk '{ print $1 }' > tv.txt

this gave me the list teamviewer expects

then I made a file tvSEARCH.sh
    #!/bin/bash
    while read -r FILE
    do
    FOUND="$(find . -name "$FILE" -print -quit)"
    if [ "x$FOUND" != "x" ]
    then
        echo "FOUND: $FILE"
    else
        echo "NOT FOUND: $FILE"
    fi
    done <tv.txt

I then made it executable with
    chmod 777 tvSEARCH.sh

I then ran it with

    $ ./tvSEARCH.sh

this provided the following:

NOT FOUND: linux-vdso.so.1
NOT FOUND: libdbus-1.so.3
FOUND: librt.so.1
FOUND: libdl.so.2
NOT FOUND: libQt5WebKitWidgets.so.5
NOT FOUND: libQt5X11Extras.so.5
FOUND: libQt5DBus.so.5
NOT FOUND: libQt5WebKit.so.5
NOT FOUND: libQt5Quick.so.5
NOT FOUND: libQt5Qml.so.5
FOUND: libQt5Widgets.so.5
NOT FOUND: libQt5Network.so.5
FOUND: libQt5Gui.so.5
FOUND: libQt5Core.so.5
FOUND: libm.so.6
FOUND: libpthread.so.0
FOUND: libc.so.6
NOT FOUND: /lib64/ld-linux-x86-64.so.2
NOT FOUND: libsystemd.so.0
FOUND: libQt5PrintSupport.so.5
NOT FOUND: libQt5OpenGL.so.5
FOUND: libstdc++.so.6
FOUND: libz.so.1
NOT FOUND: libXrender.so.1
NOT FOUND: libXcomposite.so.1
FOUND: libjpeg.so.8
NOT FOUND: libpng12.so.0
FOUND: libX11.so.6
NOT FOUND: libxslt.so.1
NOT FOUND: libxml2.so.2
FOUND: libglib-2.0.so.0
FOUND: libgobject-2.0.so.0
NOT FOUND: libgstreamer-1.0.so.0
NOT FOUND: libgstapp-1.0.so.0
NOT FOUND: libgstbase-1.0.so.0
NOT FOUND: libgstpbutils-1.0.so.0
NOT FOUND: libgstvideo-1.0.so.0
NOT FOUND: libgstaudio-1.0.so.0
NOT FOUND: libsqlite3.so.0
NOT FOUND: libicui18n.so.55
NOT FOUND: libicuuc.so.55
NOT FOUND: libQt5Sql.so.5
FOUND: libGL.so.1
NOT FOUND: libdouble-conversion.so.1
NOT FOUND: libproxy.so.1
NOT FOUND: libharfbuzz.so.0
FOUND: libgcc_s.so.1
NOT FOUND: libpcre16.so.3
NOT FOUND: libselinux.so.1
NOT FOUND: liblzma.so.5
NOT FOUND: libgcrypt.so.20
FOUND: libxcb.so.1
FOUND: libpcre.so.3
FOUND: libffi.so.6
NOT FOUND: libgmodule-2.0.so.0
NOT FOUND: libgsttag-1.0.so.0
NOT FOUND: liborc-0.4.so.0
NOT FOUND: libicudata.so.55
NOT FOUND: libexpat.so.1
FOUND: libxcb-dri3.so.0
FOUND: libxcb-present.so.0
FOUND: libxcb-sync.so.1
FOUND: libxshmfence.so.1
FOUND: libglapi.so.0
FOUND: libXext.so.6
FOUND: libXdamage.so.1
FOUND: libXfixes.so.3
FOUND: libX11-xcb.so.1
FOUND: libxcb-glx.so.0
FOUND: libxcb-dri2.so.0
FOUND: libXxf86vm.so.1
FOUND: libdrm.so.2
NOT FOUND: libfreetype.so.6
NOT FOUND: libgraphite2.so.3
FOUND: libgpg-error.so.0
FOUND: libXau.so.6
FOUND: libXdmcp.so.6

The large number of NOT FOUND libraries is astounding.

What do you suggest?


Comments

  • winthrom
    Options
    Do I need to compile from source to do this? If so, is source available?
  • winthrom
    Options

    Ran against an updated win 10 machine (this morning for win 10 updates) in my home and it works fine. Will run against a PC win 10, 450 miles from here tonight. See if that works also.