
A solution to this is to make your own script which checks for the existence of the symlinks, remakes them if they are missing and then triggers the launcher's script. This should correct the issue temporarily, but the symlinks will be removed when the launcher is updated. Sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /Path/To/evelauncher/libcrypto.so Sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /Path/To/evelauncher/libssl.so
#Eve ng media download
#Eve ng media install
The EVE launcher requires the 1.0.x version of the openssl library in order to function, however, some newer versions of Linux distributions and those that use rolling releases include the 1.1.x version by default (this will be evident by the launcher simply not appearing at all when the script is run), so some extra steps to install the older compatibility library may be necesssary. Troubleshooting Incompatible OpenSSL library For troubleshooting, make sure Run Client with Logging is enabled in the EVE Launcher options. You may configure options for the game, runner or system. From this point, you can click on "EVE Online" to start the EVE Launcher. The DXVK version offers generally better performance.Īfter picking your script from the Lutris website and following the installation procedure, an EVE Online icon will show up in your Lutris client UI. As of May 2020, there are four main install scripts: a DXVK variant, a non-DXVK (OpenGL-based) one, one with Steam, and a Chinese distribution. Install Lutris via your packet manager, and then head to the EVE Online page on the Lutris website to pick an install script. Those that are unable to use the methods above, or are weary on the process, may find this solution more viable. It offers Wine builds that are pre-configured for specific games, and allows for a graphical installation of various games and applications. EVE's wine prefix should rebuild itself with the custom version.


Sudo mv Evelauncher.png /usr/share/pixmaps/ Move the icon file to the correct directory.Sudo ln -s /Path/To/evelauncher.sh /usr/bin/evelauncher Create a symbolic link (symlink) to the script in the user binaries folder.See the Troubleshooting section below if you encounter any issues.) (The following additional steps are not strictly necessary, but can make running the launcher more convenient through the use of a custom launcher shortcut. This is a good point to check if the launcher works and whether any errors are output to the terminal before continuing to any more advanced steps. The launcher can now be run via terminal command.If this file no longer exists or is outdated, check for an updated link in CCP Snorlax's forum post which should be stickied here. Note: These can be put wherever the user prefers, but the home directory ~/ is recommended. Download the launcher binaries either manually (found here) or via terminal command:.

#Eve ng media code
(Terminal commands are displayed in code blocks)
