@bawrak: I tried launching teamviewer using my system's wine, but to no avail.
Using the built-in, I get the exact same CLI messages as you, but mine keeps going past that point, don't why it does not for you. I suggest you ask for help here: http://teamviewerforums.com/index.php?board=2.0, unfortunately I don't really know what could go wrong.
Search Criteria
Package Details: teamviewer 15.76.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/teamviewer.git (read-only, click to copy) |
|---|---|
| Package Base: | teamviewer |
| Description: | All-In-One Software for Remote Support and Online Meetings |
| Upstream URL: | https://www.teamviewer.com/en/download/portal/linux/ |
| Licenses: | custom |
| Conflicts: | teamviewer-beta |
| Provides: | teamviewer |
| Submitter: | Hilinus |
| Maintainer: | swiftgeek (nickoe, astronautlevel) |
| Last Packager: | swiftgeek |
| Votes: | 1484 |
| Popularity: | 1.47 |
| First Submitted: | 2010-04-15 10:29 (UTC) |
| Last Updated: | 2026-05-11 17:35 (UTC) |
Dependencies (4)
Required by (3)
Sources (4)
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_amd64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_arm64.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_armhf.deb
- https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.76.5_i386.deb
Latest Comments
« First ‹ Previous 1 .. 104 105 106 107 108 109 110 111 112 113 114 .. 129 Next › Last »
alucryd commented on 2013-01-23 10:14 (UTC)
bawrak commented on 2013-01-23 09:10 (UTC)
Unfortunately no change after rm -r ~/.config/teamviewer8
I do get a small popup for maybe 1/2 a second saying wine is generating a new configuration, but nothing happens afterwards. CLI has same text as my first post below.
alucryd commented on 2013-01-23 09:04 (UTC)
Well I'm getting a lot of errors too (http://pastebin.com/p5TTiJBx) but the GUI starts and I could succesfully connect to the demo server.
Could you delete ~/.config/teamviewer8 and try again? This is where teamviewer stores its wine config. Doing this got rid of the failed auto-start service errors it throws at the beginning for me.
bawrak commented on 2013-01-23 08:55 (UTC)
@Alucryd: Thanks.
Updated now to teamviewer8-8.0.16675-6. Did systemctl --system deamon-reload and started the teamviewerd again. Running teamviewer8 still gives me the same error as below.
Is it possible I am missing something else?
alucryd commented on 2013-01-23 08:41 (UTC)
@bawrak: Alright, can you try it now? It runs again on my machine.
alucryd commented on 2013-01-23 08:37 (UTC)
Well that's definitely a wine issue, but not the one in your system. teamviewer8 uses its own version. It happens to me too now, I'll see what I can do.
bawrak commented on 2013-01-23 04:46 (UTC)
Thanks for your work on this.
It does not work for me though. teamviewerd is running. Running teamviewer8 gives me:
---------------
Init...
Checking setup...
Launching TeamViewer...
fixme: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)
err:winspool:add_printer_driver failed with 1722 for L"wineps.drv" (L"Windows NT x86")
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33df44,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33dbfc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x33df44,0x00000000), stub!
-------------
And then nothing. It just hangs there with no GUI. I have mono installed and the latest version of wine if that is important.
Any suggestions?
Thanks
Hilinus commented on 2013-01-17 17:38 (UTC)
Is this reproducible on other distros, such as Ubuntu or Fedora? I'm searching...
alucryd commented on 2013-01-16 08:40 (UTC)
@bandroix: No problem. There is indeed a daemon that must be launched for teamviewer to work (teamviewer fails to start if it is not running). As for what it's used for, I couldn't find any useful info on the internet, and of course the file is a binary so no peeking in it. You could try to connect to a computer running only the daemon to find out whether it enables this (only have one working computer at the moment so I can't test).
Pinned Comments
swiftgeek commented on 2023-08-01 19:17 (UTC) (edited on 2023-08-01 19:21 (UTC) by swiftgeek)
As mentioned in @seyn6gk's comment
Without changing anything, since teamviewer 13 a desktop environment/login with display manager like lightdm/sddm/gdm is required.
startxusers can follow workaround mentioned in @r7v s commentr7v commented on 2022-06-07 14:49 (UTC)
Workaround for startx
Create drop-in
/etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.confwithSource: https://community.teamviewer.com/English/discussion/95696/teamviewer-15-stopped-working-on-debian-buster#M4399