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 | |
41258 | UE4 applications crash with "Assertion failed: Count >= 0" (Epic Games Launcher, Paragon) | CLOSED | FIXED | View |
43680 | Epic Games Launcher crashes if tool-tip is shown in D3D11 mode | NEEDINFO | View | |
44502 | Epic Games Launcher (Fortnight 7.x) reports 'Error: Initialization failed while advising the language notification sink to the TSF source. (0x80004001)' (unsupported ITfActiveLanguageProfileNotifySink) | CLOSED | FIXED | View |
44793 | Epic Games Launcher 7.x crashes on startup (relies on native Windows behaviour: 'shcore.dll' loaded by 'shlwapi.dll') | CLOSED | FIXED | View |
44865 | Multiple applications using CEF (Autodesk Fusion 360, Between, League of Legends) crash when Windows version is set to 8 or higher due to missing DirectManipulation COM object (directmanipulation.dll, CLSID {54e211b6-3650-4f75-8334-fa359598e1c5}) | CLOSED | FIXED | View |
44958 | Epic Games crash reporter needs 'dbgeng.DebugCreate' to support IDebugClient5 interface | CLOSED | FIXED | View |
47479 | Many D3D11 games show black or white screen with Wine 4.12.1 (Darkula by Locomalito, Magic the Gathering Arena, Battle.net, EVE Online, World of Warships) | CLOSED | FIXED | View |
48068 | Mostly black window in Epic Games Launcher | CLOSED | DUPLICATE | View |
48404 | Can't close free game notifications from Epic Games Store | CLOSED | FIXED | 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 | |
53038 | Epic Games Launcher crashes on start | CLOSED | FIXED | View |
53154 | Crash of EpicOnlineServicesUserHelper.exe" --setup | CLOSED | FIXED | View |
54915 | Some applications refuse to open if "emulate virtual desktop" and "NVIDIA PRIME render offload" is used | UNCONFIRMED | View | |
55824 | Unable to enter text in Epic Game Launcher | CLOSED | DUPLICATE | View |
56265 | Epic Games Launcher 15.21.0 calls unimplemented function cfgmgr32.dll.CM_Get_Device_Interface_PropertyW | CLOSED | FIXED | 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