These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Linux

 
  • Topic is locked indefinitely.
 

Arch Linux - Missing sdk64/steamclient.so

Author
Fraksken
The Scope
Gallente Federation
#1 - 2016-11-05 08:05:31 UTC
Hey,

I recently moved to Arch and I'm trying to get eve working again.
The launcher launches fine, but the game itself doesn't.

$ ./evelauncher.sh 
[1105/075253:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
Installed Qt WebEngine locales directory not found at location /home/fraksken/Downloads/evelauncher/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /home/fraksken/Downloads/evelauncher/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
[1105/075253:WARNING:resource_bundle.cc(291)] locale_file_path.empty() for locale
dlopen failed trying to load:
/home/fraksken/.steam/sdk64/steamclient.so
with error:
/home/fraksken/.steam/sdk64/steamclient.so: cannot open shared object file: No such file or directory
[S_API FAIL] SteamAPI_Init() failed; Sys_LoadModule failed to load: /home/fraksken/.steam/sdk64/steamclient.so
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Server started
QWidget::setLayout: Attempting to set QLayout "" on QWidget "tableParent", which already has a layout
libpng warning: iCCP: known incorrect sRGB profile
QXcbWindow: Unhandled client message: "_GTK_LOAD_ICONTHEMES"


I'm not worried about the irst error about the QT Webengine.

The sdk64 it's looking for doesn't exits:

.steam]$ ls
bin  bin32  bin64  root  sdk32  sdk64  starting  steam  steam_install_agreement.txt  steam.pid  steam.pipe
[fraksken@imac .steam]$ cd sdk
sdk32/ sdk64 
[fraksken@imac .steam]$ cd sdk64
bash: cd: sdk64: No such file or directory
[fraksken@imac .steam]$ ls -la
total 24
drwxr-xr-x  2 fraksken fraksken 4096 Nov  5 07:52 .
drwx------ 37 fraksken fraksken 4096 Nov  5 07:52 ..
lrwxrwxrwx  1 fraksken fraksken   23 Nov  5 07:52 bin -> /home/fraksken/.steam/bin32
lrwxrwxrwx  1 fraksken fraksken   41 Nov  5 07:52 bin32 -> /home/fraksken/.local/share/Steam/ubuntu12_32
lrwxrwxrwx  1 fraksken fraksken   41 Nov  5 07:52 bin64 -> /home/fraksken/.local/share/Steam/ubuntu12_64
lrwxrwxrwx  1 fraksken fraksken   29 Nov  5 07:52 root -> /home/fraksken/.local/share/Steam
lrwxrwxrwx  1 fraksken fraksken   37 Nov  5 07:52 sdk32 -> /home/fraksken/.local/share/Steam/linux32
lrwxrwxrwx  1 fraksken fraksken   37 Nov  5 07:52 sdk64 -> /home/fraksken/.local/share/Steam/linux64
-rw-r--r--  1 fraksken fraksken    0 Nov  5 07:52 starting
lrwxrwxrwx  1 fraksken fraksken   29 Nov  5 07:52 steam -> /home/fraksken/.local/share/Steam
-rw-------  1 fraksken fraksken 8822 Nov  1 16:34 steam_install_agreement.txt
-rw-r--r--  1 fraksken fraksken    6 Nov  5 07:52 steam.pid
prw-------  1 fraksken fraksken    0 Nov  1 16:35 steam.pipe
[fraksken@imac .steam]$ ls -la /home/fraksken/.local/share/Steam/linux64
ls: cannot access '/home/fraksken/.local/share/Steam/linux64': No such file or directory


I have started an attempt, after this, to install steam, but it's not that straight forward on arch.
Bar other suggestions here, I'll retry the steam install.
Neuntausend
Republic Military School
Minmatar Republic
#2 - 2016-11-07 13:40:56 UTC
How did you install steam? Looks like a broken link. Check if you can find the steamclient.so anywhere, and try linking it to where the launcher expects it to be:

ln -s wherever/you/have/steamclient.so ~/.steam/sdk64/steamclient.so