Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Is Steam-Native no longer supported? (Read 1648 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[SOLVED] Is Steam-Native no longer supported?

I've reinstalled Artix on another computer and I've noticed that Steam-Native no longer seems to work for me. I get these error messages below when I try to install it. Is Steam-Native no longer supported?

-----------------------------------------------------------------------------------------------------------------------
- unable to satisfy dependency 'glew1.10' required by steam-native-runtime
- unable to satisfy dependency 'libwrap' required by lib32-libwrap
- unable to satisfy dependency 'lib32-libwrap' required by steam-native-runtime
- unable to satisfy dependency 'libgcrypt15' required by steam-native-runtime
- unable to satisfy dependency 'libidn11' required by steam-native-runtime
- unable to satisfy dependency 'libjpeg6' required by steam-native-runtime
- unable to satisfy dependency 'libpng12' required by steam-native-runtime
- unable to satisfy dependency 'librtmp0' required by steam-native-runtime
- unable to satisfy dependency 'libtiff4' required by steam-native-runtime
- unable to satisfy dependency 'libvpx1.3' required by steam-native-runtime
-----------------------------------------------------------------------------------------------------------------------

Re: Is Steam-Native no longer supported?

Reply #1
You have to enable lib32 and multilib repos.
Chris Cromer

Re: Is Steam-Native no longer supported?

Reply #2
I had those enabled but I had them in the wrong order. I originally had an issue with running any game that was non-native to Linux and I still have that issue. I have proton enabled but it'll try to run the game and fail. What am I doing wrong here?

Re: Is Steam-Native no longer supported?

Reply #3
Uninstall steam-native-runtime, wine and all lib32 packages, preferably with "pacman -Rs". You can get a list with "pacman -Qq|grep lib32". Then, re-install steam-native-runtime and wine in order to pull the correct dependencies.

Re: Is Steam-Native no longer supported?

Reply #4
alright, how can I uninstall lib32 packages?

Re: Is Steam-Native no longer supported?

Reply #5
Alright did that. I still have an issue.

Re: Is Steam-Native no longer supported?

Reply #6
I uninstalled all the packages/reinstalled and rebooted. Something new happened with Steam with updating configurations but I still have the issue of a game not launching correctly.

Re: Is Steam-Native no longer supported?

Reply #7
Fixed my issue. I had to change my fan speed and it worked.

Re: Is Steam-Native no longer supported?

Reply #8
Please don't create multiple posts in succession just to "bump" threads. Use the "More... -> Modify" item in the lower right of your post instead. The thread will be marked as "unread" when you edit a post in this manner, just as if you posted a new post, so there's no reason not to use that instead.

Artix team reads every post on the forum.

Re: [SOLVED] Is Steam-Native no longer supported?

Reply #9
How was it solved? I didn't get.
In my case I still have an issue installing steam-native-runtime
Quote
warning: cannot resolve "libwrap", a dependency of "lib32-libwrap"
warning: cannot resolve "lib32-libwrap", a dependency of "steam-native-runtime"
warning: cannot resolve "libgcrypt15", a dependency of "steam-native-runtime"
warning: cannot resolve "libidn11", a dependency of "steam-native-runtime"
warning: cannot resolve "libjpeg6", a dependency of "steam-native-runtime"
warning: cannot resolve "libpng12", a dependency of "steam-native-runtime"
warning: cannot resolve "librtmp0", a dependency of "steam-native-runtime"
warning: cannot resolve "libtiff4", a dependency of "steam-native-runtime"
warning: cannot resolve "libvpx1.3", a dependency of "steam-native-runtime"
warning: cannot resolve "libwrap", a dependency of "steam-native-runtime"
:: The following package cannot be upgraded due to unresolvable dependencies:
      steam-native-runtime


Re: [SOLVED] Is Steam-Native no longer supported?

Reply #11
lib32-libwrap is in "multilib" repository.

https://wiki.artixlinux.org/Main/Repositories#Arch_repositories

You have to enable lib32 and multilib repos.

It's mentioned in the wiki article:
https://wiki.artixlinux.org/Site/SteamAnd32bit

Re: [SOLVED] Is Steam-Native no longer supported?

Reply #12
Well actually it was enabled beforehand. Same as Sam Hyde did.

PS
with both lib32 and multilib enabled I can't even manually install libwrap
Quote
error: target not found: libwrap
And as for lib32-libwrap:
Quote
warning: cannot resolve "libwrap", a dependency of "lib32-libwrap"
:: The following package cannot be upgraded due to unresolvable dependencies:
      lib32-libwrap


Re: [SOLVED] Is Steam-Native no longer supported?

Reply #14
Quote
Also enable community
Thanks! It should probably be mentioned in artix wiki. Now steam-native-runtime can be installed.