Page 2 of 2

Posted: Mon 30 Nov 2015, 04:28
by cimarron
Found this in another thread, posted by CatDude:
To get around the clash of the different wine versions (with regard to TV10), i use a launcher script:

Code: Select all

#!/bin/sh
export LD_LIBRARY_PATH="/opt/teamviewer/tv_bin/wine/lib"
cd /opt/teamviewer
./teamviewer
So I've updated my Teamviewer 11 SFS to use this launcher script (/usr/bin/teamviewer):

Code: Select all

#!/bin/sh

export LD_LIBRARY_PATH="/opt/teamviewer/tv_bin/wine/lib"
cd /opt/teamviewer
./teamviewer

sleep 5
pkill -9 teamviewer

exit 0
It incorporates CatDudes code to prevent conflicts with installed wine components (in case they are a different version) and also kills any remaining Teamviewer processes when Teamviewer is closed. I noticed sometimes a process remains (in TV11, TVGuiSlave) that prevents unloading the SFS.

Seems to work. I'd appreciate anyone with wine installed (other than version 1.6) to test if this does indeed solve the conflict problem.

Posted: Mon 30 Nov 2015, 22:00
by step
I didn't test your sfs, I'm using Fatdog64, but I did have a conflict, and following your method solved it. Thanks.
I have wine 1.8_rc1 installed and TV11. I download the TV archive, unpack it in a folder and run it directly from there. This is the script I use to start TV:

Code: Select all

#!/bin/sh 

here="$(readlink -f "${0%/*}")" 
exec env LD_LIBRARY_PATH="${here}/tv_bin/wine/lib" "${here}/teamviewer"


Posted: Tue 01 Dec 2015, 23:21
by tlchost
The updated teamviewer11 sfs does not load correctly in Tahr 6.02....it appears to load, but does not show up in /opt/

I am running a bootable usb with 16 gigs of memory.

Posted: Wed 02 Dec 2015, 02:26
by cimarron
Can anyone else confirm the problem loading the Teamviewer 11 SFS? It loads fine in Precise.

EDIT: I just downloaded Tahr 6.0.2 and tried it and the SFS loaded and ran properly. Are you maybe using a savefile in which you previously deleted the Teamviewer directory from /opt? You could try booting without using a savefile then loading the SFS to test if the savefile is the problem.

Posted: Wed 02 Dec 2015, 11:38
by tlchost
cimarron wrote:Can anyone else confirm the problem loading the Teamviewer 11 SFS? It loads fine in Precise.

EDIT: I just downloaded Tahr 6.0.2 and tried it and the SFS loaded and ran properly. Are you maybe using a savefile in which you previously deleted the Teamviewer directory from /opt? You could try booting without using a savefile then loading the SFS to test if the savefile is the problem.
What version of Wine did you install for your test?

Posted: Wed 02 Dec 2015, 13:27
by cimarron
I didn't install wine on Tahr. I was just testing if the SFS loaded properly. The startup script in the SFS should make it use the wine 1.6 included in Teamviewer (instead of using any wine libraries already installed in your system).


EDIT: I installed Wine 1.4.1 as a test, and Teamviewer would not start without the new startup script above (apparently due to the Wine conflict). But when I used the startup script, Teamviewer started successfully. So it seems the new SFS does avoid Wine version conflicts.

Posted: Thu 03 Dec 2015, 21:59
by cimarron
Teamviewer 11 is out of beta now. Updated SFS and .pet in first post.

Posted: Thu 17 Dec 2015, 14:13
by cimarron
Teamviewer 11 SFS updated to version 11.0.53191 in first post.

Posted: Thu 27 Oct 2016, 16:13
by Mike Walsh
Hi, Cimarron.

Thank you very much for the Teamviewer 11 SFS. It's enabled me to update from Teamviewer 9, which I've been using for almost 2 years now.

I've tried updating with other people's packages, but they always fail to actually work; possibly because I always run WINE in all my PUPS. This one, however, loads and runs first time, without hassle.

Running in Tahr 6.05. Precise 5.7.1, Slacko 5.7.0, Lucid 5.2.8.7, ETP's Chromebook Pup (v.1).....and rg66's X-Slacko 2.3.2.

Cheers!


Mike. :wink: