[SOLVED with much help!] An Elite Dangerous Install Tutorial That Genuinely Works!

Then stick with it if it works.

I fired up “Linux Mint 19.2” in a VM and encountered the same issues you’ve been having. It could be one of two things. Either wine-staging candidate isn’t in the repos or the fact that they have recently pushed out wine 4.13 and it has borked the wine-4.12.1 (Staging) one.

I guess it just wasn’t meant to be in Mint 19. I was beginning to think it was some quirky distro-specific thing myself.

I do sincerely appreciate your time though.

I’d just give it a week or so then try again with the tutorial. Maybe then the updated wine-staging will be in the repos. It is the summer so many people take holidays, so that may explain the slowness of the updates.

I’m going to install protontricks in this VM in a second and see if I can get dotnet40 and vcrun to install into the Elite pfx. If I get a result on Mint 19.2 I’ll post it below.

OK man. Thanks.

Sorry man, I’ve tried every possible combination of prototricks and dotnet and vcrun and even threw my own fix in for good measure via Lutris. Been at it for hours on Mint 19.2 in a VM. It just won’t load up like on Ubuntu MATE 18.04.

If I do manage to get it going in future tests on Mint - I’ll be sure to report back here.

I tried :confused:

Hello,

Many thanks for your video tutorial, it worked for me.
I’m using Debian 10 with latest wine 4.12.1 staging.

1 Like

To install WINE development branch in Ubuntu base, you need to install libfaudio0 32 and 64 bit versions…I was getting same depends error until I figured that out…there are instructions on winehq Ubuntu site…at top of page
https://forum.winehq.org/viewtopic.php?f=8&t=32192

1 Like

Glad to hear it. :smiley:

I think for those who are having problems - it may be that they are not currently running wine 4.12.1 (staging) or a correctly configured wine environment, or are missing some dependencies.
I too run wine 4.12.1 (staging) and it works for me.
Sadly, I think wine 4.12.1 (staging) is inaccessible now from the Ubuntu repos.

apt policy wine-staging does report “Candidate: 4.13~bionic”, however it is missing an libfaudio0, libfaudio0:i386 and a few others.

Maybe there will be an update to the 4.13 repo soon.

Great stuff. Thanks for this Jeff.

1 Like

I have some good news for you. “Elite Dangerous” does work on “Linux Mint MATE 19.2”. I have detailed my experience here for you to follow. :slight_smile:

Linux Mint 19.2 Elite Dangerous Install Guide

I was determined not to let Linux Mint defeat me on this one.

1 Like

Damn dude! In the nick of time. I was within moments of wiping my system to load Ubuntu 18.04!

I’ll look into it after dinner.

1 Like

:smiley:
Things to check, in the terminal

uname -a

To check your kernel version. Mine after installing “Linux Mint MATE 19.2” is at “4.15.0-55-generic”. The NVIDIA 430 installed fine with this. Check your NVIDIA driver version too. In terminal,

nvidia-smi

It may be a combination of the new NVIDIA 430 drivers along with the correctly installed Wine-staging as per my Google Docs guide.
The more things you get exactly the same as in my guide the better luck you will have.
Good luck buddy. Hope this works, if not - I’m going to check myself into a mental hospital! :stuck_out_tongue_winking_eye:

Don’t have Nvidia card. Mine’s a 2gb ATI Radeon HD 7700. Have most recent drivers as far as I am aware.

So long as your drivers are up to date, you should be ok. I’d check this page to see about installing the latest for AMD along with enabling Vulkan.

Still no joy. Upgraded to Mint 19.2. Completely removed Wine and started from scratch.

Went through all this again. I did notice in the terminal that there were HUNDREDS of errors noted as it was installing the runtimes and dotnet stuff. The ED Launcher DOES come up but when I press the PLAY button nothing else happens. It just hangs right there. Nothing locks up and I still have full control over the computer, it’s just that nothing else ever happens.

But when I close the launcher window and go to shut down Steam it tells me ED is running. I don’ t get it. There’s nothing on the screen but my desktop.

Did you enable the Vulkan libs?

Also, it does say that “Since Ubuntu 18.04 ships with LLVM 6.0, which is not supported by DXVK, you must add the stable Padoka PPA and upgrade your system for DXVK to function properly.”

I did notice on the Linux Mint ppa: that they were referring to bionic during installs. Did you try add the Padoka PPA? Do a Timeshift backup before you do this, since I don’t run on AMD I can’t verify that this will work, but it’s worth a shot given what you’ve been through.

sudo add-apt-repository ppa:paulo-miguel-dias/pkppa
sudo apt update && sudo apt upgrade
sudo apt install libgl1-mesa-glx:i386 libgl1-mesa-dri:i386

After that - reboot.

Crap! That was the one step I forgot! let me get it done and see what happens.

You’re killing me dude lol!

Guess what. Vulkan is already installed.

In the games launch options try this,

PROTON_NO_ESYNC=1 %command%

I’ve noticed other AMD users having more issues than NVIDIA users with this title.
If you’re still having no luck. Keep an eye on https://github.com/ValveSoftware/Proton/issues/150