FD replied to my ticket and thought i would post it here in case someone else has similar issues.
This helped me to get the game going again. BUT, after getting it going, i found the launcher wasnt saying Welcome "Mynamehere" anymore but instead saying "Welcome Frontier User". No biggy, but still, there it is.
The other issue i found was, when loading the game up, the monitor res output i had normally set to 1920x1080p when in VR, but had to revert back to 1280x768. For some reason, 1920x1080 crashes the game on me when in VR but is fine in monitor/tv play. So, when i finish a gaming session, i have to revert the video res back to 1280x768, otherwise it wont load up for me next time. And im thinking i may have to put this in as a separate thread?? Maybe this could be pinned as well??
Anyway, heres the fix that worked for me. No thanks to microsofts muk up
Hi there CMDR
Thanks for getting in touch.
This is most definitely a .NET error, so let's try a slightly different approach
You should find a file named
EDLaunch.exe.config. here:
C:\Program Files (x86)\Steam\steamapps\common\Elite Dangerous
Firstly, make a backup of this file by copying it to another location, such as your desktop.
Open the EDLaunch.exe.config file with a text editor such as Notepad. You'll see something similar to:
<supportedRuntime version="v2.0.50727"/ >
<supportedRuntime version="v4.0"/ >
Switch the lines, so they look like this:
<supportedRuntime version="v4.0"/ >
<supportedRuntime version="v2.0.50727"/ >
Save the file and try to start the launcher. If it's still not working you can just replace the file with the backup you created.