I’ve never managed to get Eve working on Linux before and haven’t really put in the time to figure it out unilt yesterday when I majorly f’d up my MBR and decided to just reinstall everything from scratch.
Now I’m using Ubuntu 19.04 and Eve runs perfectly from the launcher right out of the box. However, Characters details don’t seem to persist and there are some errors in the console which are probably worth looking in to.
If anyone can help with the below errors I’d really appreciate it (ps. I’m probably going to mess up the formatting and have to edit this. Sorry in advance):
alex@alex-desktop:~$ /opt/evelauncher/evelauncher.sh
QObject::startTimer: Timers can only be used with threads started with QThread
[0526/122808.809481:WARNING:stack_trace_posix.cc(699)] Failed to open file: /tmp/.glrjRu2j (deleted)
Error: No such file or directory
[0526/122808.865204:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /opt/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /opt/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[0526/122808.893419:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
[2621:2621:0526/122808.926644:ERROR:gpu_process_transport_factory.cc(1019)] Lost UI shared context.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
E0526 12:28:57.938752626 3338 security_connector.cc:1184] load_file: {"created":"@1558870137.938723114","description":"Failed to load file","file":"src/core/lib/iomgr/load_file.cc","file_line":71,"filename":"/usr/local/share/grpc/roots.pem","referenced_errors":[{"created":"@1558870137.938717073","description":"OS Error","errno":2,"file":"src/core/lib/iomgr/load_file.cc","file_line":45,"os_error":"No such file or directory","syscall":"fopen"}]}
E0526 12:28:57.938792339 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938801740 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938810280 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E0526 12:28:57.938831442 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938838943 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938846583 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E0526 12:28:57.938864744 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938872555 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938883166 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
It looks like I have a few errors:
[0526/122808.809481:WARNING:stack_trace_posix.cc(699)] Failed to open file: /tmp/.glrjRu2j (deleted)
I kind of feel like this is a file being stored somewhere it shouldn’t or being cleaned up before it should be. I’m not too sure where to go from there with that one.
[0526/122808.865204:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /opt/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /opt/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[0526/122808.893419:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
I feel like this error is probably okay based on the fact that I can’t find translations with the launcher. I’m guessing that the translations aren’t available on Linux or are worked differently because there is nothing when I search ls -R | grep '*translation*'
[2621:2621:0526/122808.926644:ERROR:gpu_process_transport_factory.cc(1019)] Lost UI shared context.
Not 100% sure about this one. Searching around the web I find of similar errors related to Google Chrome but I’m doubtful they are related.
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
Unsure about this one. Should we run steam alongside the launcher? I’ve seen another post about a steam_app file being deleted on launcher update but I’m seeing a different error so maybe unrelated.
E0526 12:28:57.938752626 3338 security_connector.cc:1184] load_file: {"created":"@1558870137.938723114","description":"Failed to load file","file":"src/core/lib/iomgr/load_file.cc","file_line":71,"filename":"/usr/local/share/grpc/roots.pem","referenced_errors":[{"created":"@1558870137.938717073","description":"OS Error","errno":2,"file":"src/core/lib/iomgr/load_file.cc","file_line":45,"os_error":"No such file or directory","syscall":"fopen"}]}
E0526 12:28:57.938792339 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938801740 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938810280 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E0526 12:28:57.938831442 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938838943 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938846583 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E0526 12:28:57.938864744 3338 security_connector.cc:1027] Could not get default pem root certs.
E0526 12:28:57.938872555 3338 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E0526 12:28:57.938883166 3338 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
Looks like some CA cert is missing or in a different location?