-
Notifications
You must be signed in to change notification settings - Fork 246
help.InstallLinux
The following instructions are for earlier releases of TiXL. If using 4.0, see these instructions
PlayOnLinux, Bottles, Q4Wine, Lutris, any Wine application should do. This guide follows a Bottles installation using Flatpak - on distributions that do not come with flatpak preinstalled (looking at you, Ubuntu) then you can follow the steps for your distro at Flatpak Setup
I used the 'Gaming' preset in Bottles.

That environment installs Windows 10, DXVK, VKD3D, DX9 DLLs, Microsoft Line Services, Arial Font and Times New Roman Font. Dotnet 6 will need to be installed as well.
Run dotnetcoredesktop6 from the Dependencies list, or download manually from Download .NET 6 SDK and run the executable with the same prefix.

Download TiXL Download the .zip file and extract it into a VERY specific directory... it needs to go inside the wine prefix. So, open Bottles and using the 3 dots at the top next to the shutdown icon and select 'Browse Files' which will open up a file browser at the prefix (C Drive) location. I saved the extracted tool3.8.1 directory in C/users/Documents just to make it easy to find later.

Select ‘Run Executable...’ and navigate to your wine prefix
(~/.var/app/com.usebottles.bottles/data/bottles/bottles) and navigate through to find the
startT3.exe file. You may need to show hidden files to find .var in your home directory.

OR
This will take you straight to the C Drive and from there you can find the startT3.exe executable and run it with a double click.
After successfully running T3, you can add it to your desktop by selecting the 3 dots next to the launch button and click ‘Add Desktop Entry’.

- Install Bottles - either via Flatpak or your distro's package manager.
- Start a new Wine prefix using the 'Gaming' preset - at time of writing, the default runner is
soda-9.0-1. - Go to Options > Dependencies and install
powershell_core - Download the TiXL installer; that's the .exe under "Assets".
- Place the installer in an accessible location under your Wine prefix:
- In Bottles, click the three dots next to the power icon in the toolbar, then "Browse Files..." - you'll probably want to pin/bookmark this directory in your file explorer for ease of access. That's your prefix's C: drive.
- I saved mine in
$WINE_PREFIX/drive_c/users/Public/Desktop, for example.
- In Bottles, click "Run Executable..." and run the TiXL installer; this should also install the .NET 9 SDK.
- Once it's done installing, you can either allow it to launch TiXL automatically or run the executable via Bottles. Unless you changed the default install location, it'll be in
$WINE_PREFIX/drive_c/TiXL. - If all is well, add the program executable as a shortcut, then click the three dots next to its program entry and select "Add Desktop Entry". TiXL should now show up amongst your usual apps 🚀
Tested with wine 10.14.
The following assumes operating in a dedicated wine prefix. This could be skipped though if you're not afraid of messing your default (~/.wine) prefix. If there are issues with the default wine prefix, you could delete it & it will be recreated from scratch.
Install
export WINEPREFIX=~/.wine-tixl
# powershell_core might not be needed, but had some issues some time without it
winetricks d3dcompiler_47 powershell_core
# adjust the version accordingly
wine ~/Downloads/Tixl-v4.0.6.1.exe
Run (adjust the version accordingly)
WINEPREFIX=~/.wine-tixl wine "$WINEPREFIX/drive_c/Program Files/TiXL/TiXL 4.0.6.1/TiXL.exe"
Install d3dcompiler_46.dll from the Dependencies list:
