Skip to content
Discussion options

You must be logged in to vote

I figured it out.

Download the install script without running

curl -sSL https://raw.githubusercontent.com/ryzendew/AffinityOnLinux/refs/heads/main/AffinityScripts/AffinityLinuxInstaller.py -o install.py 

then change #9902 to (change 24.04 to something higher)

use_official_wine = ubuntu_version_num >= 26.10 and not is_mint

This way the install script version check would install winehq-staging instead of wine9 in Ubuntu 24.04's official repos.

Now run the install script

python3 install.py

And it works! Finally installed affinity on Ubuntu 24.04 successfully. My theory is correct. wine 9 from Ubuntu 24.04's repo causes the affinity installer (.exe) to crash, winehq-staging (wine 11.15) w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by beew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant