The newest version of the launcher.
Application Details:
Version: | Latest Version |
License: | Free to use |
URL: | https://epicgames.com/ |
Votes: | 6 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 8.3 |
Maintainers: About Maintainership
What works
Works just like it was in Windows; some parts load a bit slower but it installed with no issue.
3 Games (Sludge Life, FEZ, Prison Architect) were installed and they run with no issues at the moment.
Prison Architect was a bit jank as it installed the Paradox Launcher, but it otherwise runs alright.
What does not
Workarounds
What was not tested
All the games in my library, include AAA titles.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Mar 08 2023 | 8.3 | Yes | Yes | No | Platinum | E. Y. | |
Show | Arch Linux x86_64 | Jun 07 2022 | 7.10-staging | Yes | Yes | Yes | Silver | Ihor Yemaiev | |
Show | Debian GNU/Linux 9.x "Stretch" x86_64 | May 27 2022 | 7.9 | Yes | No | No | Garbage | Stephen Paul Weber | |
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | May 23 2022 | 7.9 | N/A | No | No | Garbage | Niklas Petersen | |
Show | Manjaro 21.2.5 | Apr 16 2022 | 7.5 | Yes | Yes | No | Platinum | Rui Francisco |
Bug # | Description | Status | Resolution | Other apps affected |
3548 | .lnk file is created on the desktop together with the program icon... | NEW | View | |
32342 | Multiple applications and games using 'Webkit', 'Blink' or 'CEF' (libcef) web browser engine crash on startup ('Arial' and 'Times New Roman' font face name validation) | STAGED | 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 | NEEDINFO | 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 | |
50055 | Epic games update crashes | RESOLVED | WORKSFORME | View |
51162 | Xfce systray icons have a background of a next icon | NEW | View | |
54915 | Some applications refuse to open if "emulate virtual desktop" and "NVIDIA PRIME render offload" is used | UNCONFIRMED | View |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Ken Sharp on Sunday August 25th 2024, 5:53
I'll keep an eye on it.
by Ken Sharp on Sunday August 25th 2024, 7:49
by mirh on Monday January 15th 2024, 19:14
by Ken Sharp on Sunday August 25th 2024, 5:40
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 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