The newest version of the launcher.
Application Details:
Version: | Latest Version |
License: | Free to use |
URL: | https://epicgames.com/ |
Votes: | 6 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 5.21-staging |
Maintainers: About Maintainership
What works
- Install Program
- Launch Program and log in
- Install Game
- Launch in-Game
What does not
Some Prerequirements must be installed before install Epic Games Launcher
Workarounds
Install the PreRequirements (with winetricks)
Issues Installing vcrun2019 and dotnet4x
Install EpicLauncher
Execute EpicLauncher
What was not tested
Online gameplay
Hardware tested
Graphics:
Additional Comments
FAQ
Black Screen in Logging
Black/White Screen while launching
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 20.10 "Groovy" (+ variants like Kubuntu) | Nov 20 2020 | 5.21-staging | Yes | Yes | Yes | Gold | Toni Jiménez | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Sep 27 2020 | 5.18 | Yes | Yes | No | Platinum | Jaka Kranjc | |
Show | Debian GNU/Linux 10.x "Buster" x86_64 | Jun 19 2020 | 5.10-staging | Yes | Yes | Yes | Gold | pioruns | |
Show | Fedora 32 x86_64 | Jun 14 2020 | 5.9 | No, but has workaround | Yes | Yes | Silver | Ilgaz Öcal | |
Show | openSUSE Tumbleweed (rolling release) | May 26 2020 | 5.8 | Yes | Yes | Yes | Gold | Maik Wagner |
Bug # | Description | Status | Resolution | Other apps affected |
3548 | .lnk file is created on the desktop together with the program icon... | NEW | View | |
40376 | Black window in Epic Games Launcher caused by d3d11 | NEW | View | |
43680 | Epic Games Launcher crashes if tool-tip is shown in D3D11 mode | UNCONFIRMED | View | |
48068 | Mostly black window in Epic Games Launcher | NEW | View | |
48404 | Can't close free game notifications from Epic Games Store | UNCONFIRMED | View | |
48406 | Epic Games Store fails to install prerequisites with Wine Mono | UNCONFIRMED | View | |
49990 | Multiple applications display empty windows (Minecraft Dungeons Launcher; Riot Client; StarCitizen; QQ Games) | NEW | View |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Andrey K on Wednesday January 27th 2021, 15:42
IShellLinkW interface is not yet supported by InternetShortcut
So I found a way to create desktop entries manually:
1. Open C:\ProgramData\Epic\EpicGamesLauncher\Data\Manifests directory
2. Search/grep through *.item files and find one for wanted game, then copy its AppName field. For example, to find Rocket League:
$ jq 'select(.DisplayName | contains("Rocket League")) | .AppName' *.item
"Sugar"
3. Create/edit .desktop file for EpicGamesLauncher.exe and add "-com.epicgames.apps/${AppName}?action=launch&silent=true" to command line, for example:
wine "C:/Epic Games/Launcher/Engine/Binaries/Win64/EpicGamesLauncher.exe" -SkipBuildPatchPrereq -opengl "-com.epicgames.apps/Sugar?action=launch&silent=true"
by Andrey K on Wednesday January 27th 2021, 15:49
com.epicgames.launcher :// apps/
(without spaces. too lazy to fight the markup, sorry).
by Bacon on Friday October 23rd 2020, 13:48
by Dominik Adrian Grzywak on Sunday October 11th 2020, 6:32
All the Visual C++ Redistributables and dotnet35 are installed.
Wine-staging 5.18.
Manjaro Linux.
Intel HD Graphics 520.
by Darren Wilkinson on Sunday November 17th 2019, 16:26
Unfortunately the .NET installation procedure fails under wine and installing DirectX messes with wine's own implementation. It is better to click cancel on these installers, and install .NET and DirectX/D3D libraries as needed via winetricks.
This is only needed the first time you click to launch a game.
by John Porterfield on Tuesday October 2nd 2018, 3:01
by Dmitry on Thursday January 18th 2018, 14:16
P.S. wine-staging 2.21
by Yann Le Parc on Thursday December 7th 2017, 3:33
I tried to create a virtual driver and launching the installer through it but did'nt work... :/
by Guido on Thursday November 30th 2017, 8:48
hkey_current_user>Software>Wine
new key Direct3D
inside direc3D new DWORD MaxVersionGL hexa 300002
Installation seems ok, but the launcher fails so far.
by Tod Jackson on Thursday October 19th 2017, 11:38
by krabbit on Wednesday October 18th 2017, 16:49
Wine 2.18-staging
Debian stable x64
64 bit prefix
Nvidia+Proprietary
Corefonts and dotnet40 installed via winetricks
by Berstanio on Thursday October 19th 2017, 7:28
by krabbit on Thursday October 19th 2017, 17:30
Had no effect as far as I could tell on getting the launcher working however.
by Gbour Fox on Saturday October 14th 2017, 10:11
However can't get the launcher working in a 64 bit prefix (needs dotnet40 which I cant install on 64 bit)
Any solutions?
by Gbour Fox on Saturday October 14th 2017, 7:57
by Gbour Fox on Saturday October 14th 2017, 9:43
by Tefer on Tuesday October 10th 2017, 21:37
Wine 18.2 Staging
by Nebbie Zebbie on Wednesday September 27th 2017, 1:06
The login screen for the launcher is not apparently taking any text input, it complains about invalid email address and no password.
by Amosar on Wednesday September 27th 2017, 10:27
winetricks corefonts
by Nebbie Zebbie on Wednesday September 27th 2017, 13:51
by Amosar on Wednesday September 27th 2017, 14:54