Follow these steps to restart TeamViewer:
- Close all instances of TeamViewer.
- Open a terminal window, type the following command and press Enter:
teamviewer
If restarting the software does not work, restart your computer first. It will free up some RAM so that new applications can easily get the required memory.
To restart your computer, click the power icon in the upper-right corner and select “Restart” from the dropdown options.
After restarting your computer, launch TeamViewer to check if the problem has been sorted out.
Solution 2: Update the Software
As we just mentioned earlier, older software can cause many issues, including the app crashing issue you are facing. You should update TeamViewer to check if the latest software version contains a fix for the crashing issue. Even when there are no issues, it’s recommended to keep the app up to date for better compatibility and stability. The latest version may also bring new features.
Steps to update TeamViewer on Linux Ubuntu:
- Open a terminal window by pressing Ctrl+Alt+T simultaneously. Or, search for “Terminal” in the applications menu.
- In the terminal window, type in the following command and press Enter:
Sudo apt-get update && sudo apt-get upgrade
This command will update all packages on your computer including TeamViewer. After typing the aforementioned update command, you may need to enter your administrator password (if prompted).
After all packages are updated, launch TeamViewer to check if the crashing issue is fixed. If yes, great! However, if the problem persists, you may need to go through other solutions as well.
Solution 3: Check for Missing or Incompatible Dependencies
TeamViewer requires certain libraries and packages to function properly. If any of the dependencies are missing or incompatible on your computer, it can lead to application crash. Thus, you have to ensure that the device has all the necessary libraries and packages.
Here are the steps you need to follow:
1. Open a terminal window by pressing Ctrl+Alt+T simultaneously. Or, search for “Terminal” in the applications menu.
2. In the terminal window, type the following command and press Enter:
sudo apt-get install libxtst6 libqt5dbus5 libqt5widgets5 libqt5qml5 libqt5quick5 libqt5gui5 libqt5core5a
3. Enter the administrator password (if prompted).
Once you are done with the process, launch TeamViewer again to check if the crashing issue is fixed.
Solution 4: Uninstall and Reinstall TeamViewer
If TeamViewer is still crashing on your Linux Ubuntu, there could be something wrong with the installation files. Perhaps, some required files are missing or may have been corrupted. Try uninstalling and reinstalling TeamViewer to repair the files and fix other issues leading to the app crash.
Here’s how to reinstall TeamViewer on your computer:
1. Open a terminal window by pressing Ctrl+Alt+T simultaneously.
2. In the terminal window, type the following command and press Enter:
sudo apt-get remove teamviewer
3. The above command will remove TeamViewer.
4. Go to TeamViewer’s official website to grab the latest version of the app for your Linux Ubuntu.
Once you have reinstalled TeamViewer, you should be able to use it without any issues.
Solution 5: Disable 3D Acceleration
Disabling 3D acceleration might help you fix the crashing issue with TeamViewer. This solution can work if you are running TeamViewer within a virtual machine on Ubuntu.
Here are the steps you need to follow:
- Turn off the virtual machine.
- Open the virtual machine settings.
- Go to the “Display” or “Video” section.
- Disable 3D acceleration by unchecking the box.
- Start the virtual machine.
If TeamViewer is still crashing on your Linux Ubuntu, contact TeamViewer support as the last resort. Mention all the solutions you have used in an attempt to fix the crashing issue. They’d deeply look into the matter and provide you with an effective solution.
We hope one of the solutions from this article helped you in fixing the TeamViewer crashing issue on Linux Ubuntu. If you have any questions, write them in the comment section below.