Skip to content

Instantly share code, notes, and snippets.

@torgeir
Last active March 18, 2024 10:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torgeir/e03a0759268ac07ec1295c5c175d5522 to your computer and use it in GitHub Desktop.
Save torgeir/e03a0759268ac07ec1295c5c175d5522 to your computer and use it in GitHub Desktop.
Wine installing Helix Native 3.11 on Ubuntu Studio 21.01 with wine-staging 6.12
# Install a bunch of Windows DLLs needed to make Native work
# https://ubuntuhandbook.org/index.php/2021/05/wine-6-9-released-install-in-ubuntu-21-04-20-04/
sudo apt install --install-recommends winehq-staging
wine 'wineboot'
sudo apt install winetricks
# on manjaro with x11 this worked fine
winetricks vcrun2013 gdiplus urlmon
# on arch with wayland (amd) I needed
winetricks dxvk vcrun2013 gdiplus urlmon
# or else there was a gray overlay above the whole helix window
wine $PWD/Downloads/HelixNativev3.11Installer.exe
# install yabridge and follow its installation instructions
# linux reaper will find the vts3 version
@torgeir
Copy link
Author

torgeir commented May 9, 2022

I have, yes. I since moved to manjaro but I don’t thing that should make a difference. I do believe I used a similar approach to the one above 🤔

@torgeir
Copy link
Author

torgeir commented May 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment