Hey guys, thanks for all the work into the Linux launcher. I’m excited to get this running on my laptop! Here’s where I’m at, the launcher works, appears to download the correct files and whatnot, but when I first opent he launcher, it shows a small bubble saying Error: See log for details
Trying to actually launch the game throws up another error bubble that says “Error: Not ready to play”. Looking at the below referenced errors, I’m assuming that’s because of the missing index files?
I’m running the launcher via terminal, here’s the relevant terminal output:
[0328/090013:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /home/jason/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /home/jason/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[0328/090013:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
And after trying to launch the game, I checked in the ~/.local/share/CCP/EVE/Launcher
directory for the latest log, which reads:
|2018-03-28T09:00:13.480Z|qt.network.ssl|warning|QSslSocket: cannot resolve SSLv2_client_method|
|---|---|---|---|
|2018-03-28T09:00:13.480Z|qt.network.ssl|warning|QSslSocket: cannot resolve SSLv2_server_method|
|2018-03-28T09:00:13.533Z|default|warning|Installed Qt WebEngine locales directory not found at location /home/jason/evelauncher/translations/qtwebengine_locales. Trying application directory...|
|2018-03-28T09:00:13.533Z|default|warning|Qt WebEngine locales directory not found at location /home/jason/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.|
|2018-03-28T09:00:15.072Z|default|error|Couldn't open index file "/home/jason/.eve//ResFiles/56/5610a6eb8b5a4975_c8b541d628b2176f444c991fc6f2d07d"|
|2018-03-28T09:00:15.075Z|default|warning|Update failed for Tranquility with error: 5|
|2018-03-28T09:00:15.320Z|default|error|Couldn't open index file "/home/jason/.eve//ResFiles/56/5610a6eb8b5a4975_2bdc8957f2b1574e361e6ffa015eb8f3"|
|2018-03-28T09:00:15.322Z|default|warning|Update failed for Singularity with error: 5|
|2018-03-28T09:00:15.551Z|default|error|Couldn't open index file "/home/jason/.eve//ResFiles/56/5610a6eb8b5a4975_dafa6220fbb8fe7d882748e84074b255"|
|2018-03-28T09:00:15.554Z|default|warning|Update failed for Duality with error: 5|
Unfortunately my Linux knowledge is a bit lacking, so admittedly I’m not positive what to do. I did check the file permissions on the ~/.eve directories, it’s all what you’d expect being in my home directory, I own everything. So I’m just not really sure where to go from here.
Any advice or guidance is very much appreciated! Thanks!
One last edit: I haven’t installed or done anything else to get this working, I saw some references to QT5 I think? But I’m not really sure if I need to install it or not :\