CrossLink

Troubleshooting

Common issues and how to fix them

My Linux Distro is: Ubuntu
terminal

Note: To fix your problems, you need to open your Terminal application. Then type or copy-paste the commands shown here and press Enter. These commands might take a little while to finish, so please be patient. If you don’t know where the Terminal is, it’s usually found in your system’s applications menu under “Terminal” or “Console.”

description Download as Document

Update Package Lists

Before installing new software, it's always a good idea to update your package lists to ensure you're getting the latest versions:

sudo apt update

Wine is not found or not properly installed

Make sure Wine is installed on your system. You can usually install it with:

sudo apt install wine64 wine32

Then run winecfg once to complete the setup.

Winetricks is not installed

CrossLink requires winetricks to install Windows dependencies. Install it using your package manager:

sudo apt install winetricks

No output or empty logs when running .exe

Check that the executable is valid and compatible with Wine. Some applications require additional components (e.g. .NET, DirectX).

Try installing common dependencies using the Install Dependencies section in CrossLink.

Issues with creating or selecting bottles

Bottles are stored in ~/.local/share/crosslink_bottles. If bottle creation fails:

Other errors or crashes

Watch the activity log for specific error messages. These often indicate missing packages, Wine misconfiguration, or broken .exe files.