Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: EVE Online in (K)ubuntu 18.04

  1. #1
    Join Date
    Nov 2007
    Beans
    Hidden!

    Cool EVE Online in (K)ubuntu 18.04

    Greetings all,

    So here is a quick guide on getting EVE Online to work in (K)ubuntu 18.04 (and as the game is free-to-play I would say give it a go )

    The main tutorial on which this one is based can be found at: https://wiki.eveuniversity.org/Installing_EVE_on_Linux

    So we will follow the first 4 steps of the basic setup found in the link above:
    Code:
    wget https://binaries.eveonline.com/evelauncher-1104891.tar.gz (Sure there is newer versions but I know this one works and it will auto-update to the latest ;))
    tar -xvf evelauncher-1104891.tar.gz
    cd evelauncher
    chmod u+x evelauncher.sh

    Now run the following two command within the directory which you extracted that has the evelauncher.sh script if your on Kubuntu 18.04 (if on another version find where on your system libssl.so.1.0.0 and libcrypto.so.1.0.0 is stored and substitute that location into the code below!!):
    Code:
    ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 libssl.so
    ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 libcrypto.so
    now run
    Code:
    ./evelauncher.sh
    It should launch and update to the latest version.

    After it quits / crashes re-run the two commands making the links to libssl.so and libcrypo above (you will need to do that every time your launcher updates, check the link to eveuniversity above for a solution to that)

    Now run
    Code:
    sudo apt install libldap-2.4-2:i386 (not sure what this is and does but it is needed)
    sudo apt install libpulse0:i386 (for sound)
    Lastly run
    Code:
    ./evelauncher.sh (to install the game. Now log in and hit the play button)
    Fly safe!


    PS - If you use the code - http://secure.eveonline.com/signup/?...b&action=buddy you can get a nice boost on your initial training.
    Last edited by thenailedone; May 22nd, 2018 at 12:21 PM. Reason: to add clarity about libssl and libcrypto locations - second edit about sound!
    Gaming on Linux has never been better - Check out Proton on Steam (great user made Proton Database) and Lutris
    How to ask questions the smart way

  2. #2
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: EVE Online in (K)ubuntu 18.04

    Very nice! I've never played it, but now I may.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  3. #3
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: EVE Online in (K)ubuntu 18.04

    Quote Originally Posted by oldrocker99 View Post
    Very nice! I've never played it, but now I may.
    Get in!
    Gaming on Linux has never been better - Check out Proton on Steam (great user made Proton Database) and Lutris
    How to ask questions the smart way

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: EVE Online in (K)ubuntu 18.04

    since when is eve online free to play? there was a subscription fee before.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  5. #5
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: EVE Online in (K)ubuntu 18.04

    Quote Originally Posted by mastablasta View Post
    since when is eve online free to play? there was a subscription fee before.
    For several months now you can play for free and have alpha status (access to the full game but with some limitations on how many ships you can pilot... but there is still to many). If you enjoy it enough and would like to fly the additional ships then you can swith your account to Omega (subscription). And from what I can tell if you later decide not opt out of the subscription you go back to Omega status and vice-versa.

    So there is really no reason not to try it
    Gaming on Linux has never been better - Check out Proton on Steam (great user made Proton Database) and Lutris
    How to ask questions the smart way

  6. #6
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: EVE Online in (K)ubuntu 18.04

    Hmmm. This is what I got after I tried the second launcher run:

    Code:
    [0509/145201:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale 
    Installed Qt WebEngine locales directory not found at location /home/oldrocker99/evelauncher/translations/qtwebengine_locales. Trying application directory...
    Qt WebEngine locales directory not found at location /home/oldrocker99/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
    [0509/145201:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale 
    [S_API FAIL] SteamAPI_Init() failed; no appID found.
    Either launch the game from Steam, or put the file steam_appid.txt containing the correct appID in your game folder.
    ^C
    oldrocker99@70Maple:~/evelauncher$ ./evelauncher.sh
    [nothing happened, so CTRL-C]

    What's the deal with Steam?

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  7. #7
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: EVE Online in (K)ubuntu 18.04

    Quote Originally Posted by oldrocker99 View Post
    Hmmm. This is what I got after I tried the second launcher run:

    Code:
    [0509/145201:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale 
    Installed Qt WebEngine locales directory not found at location /home/oldrocker99/evelauncher/translations/qtwebengine_locales. Trying application directory...
    Qt WebEngine locales directory not found at location /home/oldrocker99/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
    [0509/145201:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale 
    [S_API FAIL] SteamAPI_Init() failed; no appID found.
    Either launch the game from Steam, or put the file steam_appid.txt containing the correct appID in your game folder.
    ^C
    oldrocker99@70Maple:~/evelauncher$ ./evelauncher.sh
    [nothing happened, so CTRL-C]

    What's the deal with Steam?
    The game is available in Steam but it isn't required (ignore those errors)

    If you are not running Kubuntu 18.04 the location of the libssl and libcrypto files may differ (I made an edit to the OP, thought I had done so already!). In Ubuntu 18.04 it is somewhere related to snap applications. I typically use catfish to find them. Simply change the step to make links to point to the correct files and you should be good to go!

    edit: Oh and after every update to the launcher you have to remake the links as they get overwritten!
    Last edited by thenailedone; May 9th, 2018 at 08:14 PM. Reason: more words cause reasons
    Gaming on Linux has never been better - Check out Proton on Steam (great user made Proton Database) and Lutris
    How to ask questions the smart way

  8. #8
    Join Date
    Mar 2018
    Beans
    2

    Re: EVE Online in (K)ubuntu 18.04

    I think EVE Online in long-term goes free 2 play so it worth to play it now. Great possibility for buy eve isk and huge knowledge need to be pro makes this game very difficult. Only for smart people.
    Last edited by ra93; September 13th, 2018 at 10:26 AM.

  9. #9
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: EVE Online in (K)ubuntu 18.04

    Bump to thread as I made an edit to the files needed for sound. Also would love to give any Linux users that want to try the game a boost with my buddy link - http://secure.eveonline.com/signup/?...b&action=buddy. Sign up with it and get a nice boost on training.
    Gaming on Linux has never been better - Check out Proton on Steam (great user made Proton Database) and Lutris
    How to ask questions the smart way

  10. #10
    Join Date
    Jun 2018
    Beans
    1

    Re: EVE Online in (K)ubuntu 18.04

    Hi everyone! I have a so strange issue, after choosing a character, when world already loaded, if I click on any camera space (except for the side menu) client crashes with a message(taken from game-log) "X Error of failed request: BadWindow (invalid Window parameter)"
    Any ideas?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •