You are not logged in.
Pages: 1
So I was trying to get eve to work on my arch using this tutorial https://wiki.eveuniversity.org/Installing_EVE_on_Linux. The launcher works flawlessly, on the other hand, the game itself doesn't work at all. It seems to launch for a split second and then immediately close. I can't figure out how to fix it but the console outputs this when launching evelauncher.sh:
[1014/115933.316717:WARNING:stack_trace_posix.cc(699)] Failed to open file: /tmp/.glYx7lRh (deleted)
Error: No such file or directory
[1014/115933.318062:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /home/serwus/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /home/serwus/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
Path override failed for key ui::DIR_LOCALES and path '/home/serwus/.QtWebEngineProcess'
[1014/115933.349987:WARNING:resource_bundle_qt.cpp(115)] locale_file_path.empty() for locale
[849:849:1014/115933.360148:ERROR:gpu_process_transport_factory.cc(1019)] Lost UI shared context.
[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.
E1014 11:59:48.098507971 903 security_connector.cc:1184] load_file: {"created":"@1539511188.098485133","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":"@1539511188.098479846","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"}]}
E1014 11:59:48.098544124 903 security_connector.cc:1027] Could not get default pem root certs.
E1014 11:59:48.098554733 903 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E1014 11:59:48.098572295 903 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E1014 11:59:48.098593128 903 security_connector.cc:1027] Could not get default pem root certs.
E1014 11:59:48.098601224 903 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E1014 11:59:48.098609708 903 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
E1014 11:59:48.098624369 903 security_connector.cc:1027] Could not get default pem root certs.
E1014 11:59:48.098631200 903 secure_channel_create.cc:121] Failed to create secure subchannel for secure name 'elg.evetech.net'
E1014 11:59:48.098638879 903 secure_channel_create.cc:154] Failed to create subchannel arguments during subchannel creation.
Last edited by Serwus (2018-10-14 11:16:26)
Offline
Please use code tags when pasting output on the forum.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Fixed
Offline
Did you configure the launcher to use arch linux stock wine ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I'm playing EVE Online on Arch with WINE from Arch-repository.
What you need to run it is:
* installing 32-bit mesa drivers if you on Intel graphics: "lib32-mesa"
* run wine in Windows XP mode: "winecfg"
* install vulkan support if you wish to run EVE Online with DX11 support: "winetricks dxvk" - really worth it.
Offline
Pages: 1