$ teamviewer
Init...
CheckCPU: SSE2 support: yes
Checking setup...
Launching TeamViewer ...
Launching TeamViewer GUI ...
Abgebrochen
$ tail /var/log/teamviewer13/gabriel/gui.log
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)
My system has a NVIDIA GPU which driver may be affected with this issue regarding some google research on this. Some QT Developers claim to have found a solution on this issue for another program throwing the same exception. No Idea if this helps on teamviewer:
https://forum.qt.io/topic/74998/failed-to-create-opengl-context-for-format-qsurfaceformat-in-qt-5-6-0/4
I have resolved... Add xcbintegration folder with libraries of xcbintegration on target.... Thanks a lot !!!