I am attempting to get TV8 and/or TV9 (I've tried both) to run on OpenSUSE 13.1. Both version of TV fail to show the GUI when the Teamcenter executable is invoked. I've also tried this with the standalone install of TV9 (the tar.gz package) and I get the same results. Basically, no error message is given, but, the GUI never appears. Furthermore, I've noticed that if I leave the process running long enough (even though the GUI never appears), eventually, the CPU will get slammed to 100% until I manually kill the process.
As I said, this same behavior happens with both the installed version and the standalone version.
A typical command line invocation of the standalone TV9 gives the following:
mike@mike:~/Downloads/teamviewer9> ./teamviewer
Init...
Checking setup...
Launching TeamViewer ...
Starting network process (no daemon)
Network process started (25826)
Launching TeamViewer GUI ...
The startup.log file contains the following:
TeamViewer: 9.0.24147 - TAR
Profile: /home/mike (mike)
Desktop: default
XServer TTY: 7
Distributor ID: openSUSE project
Description: openSUSE 13.1 (Bottle) (x86_64)
Release: 13.1
Codename: Bottle
ok
-
ok
The winlog file contains the following:
ixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 2
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution
.
err:winspool:add_printer_driver failed with 1722 for L"wineps.drv" (L"Windows NT x86")
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (3): stub
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33f718,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33f3d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33f718,0x00000000), stub!
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
The Teamviewer9_Logfile.log contains the following:
2013/12/14 22:07:34.796 25826 4148156224 N0 SystemdSessionInfoProvider: systemd-logind service available
2013/12/14 22:07:34.796 25826 4148156224 N0 systemd: updating session info by inotify
2013/12/14 22:07:34.798 25826 4148156224 N0 SystemdSeat: New seat seat0 [path=/org/freedesktop/login1/seat/seat0, activeSession='1', canGraphical=1, canTTY=1, canMultiSession=1]
2013/12/14 22:07:34.799 25826 4148156224 N0!!!DBus: expected property KillProcesses not found!
2013/12/14 22:07:34.799 25826 4148156224 N0! DBus: expected optional property DefaultControlGroup not found
2013/12/14 22:07:34.800 25826 4148156224 N0!! systemd: failed to fetch seat/session info, session handling disabled (DBus: Error in casting variant)
2013/12/14 22:07:34.801 25826 4148156224 N0 XSocketSessionObserver: watching /tmp/.X11-unix
2013/12/14 22:07:34.809 25826 4148156224 N0!! XSession: No valid authorisation record found for :0 in possible files
2013/12/14 22:07:34.809 25826 4148156224 N0! XSession: Unable to open XAuthority file ""
2013/12/14 22:07:34.810 25826 4148156224 N0 Starting as network
2013/12/14 22:07:34.812 25826 4148156224 N0 UpdateOnlineState newOnlineValue 0
The only log that shows anything of oddness to me is the Teamviewer9 logfile; the reference to not being able to open the XAuthority file grabs my attention the most but I can't really make sense of what it means, how to resolve it, or if it is actually the item causing the problem.
I've Googled for the odd messages in the log file but I haven't found anything of substance.
Does anyone have any ideas on how to trouble shoot this?