Artix Linux Forum

Init systems => OpenRC => Topic started by: Sam Hyde on 09 February 2022, 01:33:46

Title: [SOLVED] Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 01:33:46
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
-----------------------------------------------------------------------------------------------------------------------
Title: Re: Is Steam-Native no longer supported?
Post by: Chris Cromer on 09 February 2022, 05:54:08
You have to enable lib32 and multilib repos.
Title: Re: Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 16:07:37
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?
Title: Re: Is Steam-Native no longer supported?
Post by: nous on 09 February 2022, 16:54:02
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.
Title: Re: Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 16:55:57
alright, how can I uninstall lib32 packages?
Title: Re: Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 16:58:35
Alright did that. I still have an issue.
Title: Re: Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 17:15:25
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.
Title: Re: Is Steam-Native no longer supported?
Post by: Sam Hyde on 09 February 2022, 19:14:45
Fixed my issue. I had to change my fan speed and it worked.
Title: Re: Is Steam-Native no longer supported?
Post by: strajder on 09 February 2022, 20:49:56
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.
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: dr-kart on 20 February 2022, 14:00:48
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
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: Chris Cromer on 20 February 2022, 14:29:00
How was it solved? I didn't get.
In my case I still have an issue installing steam-native-runtime
Enable lib32 and multilib repos.
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: strajder on 20 February 2022, 14:29:45
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
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: dr-kart on 20 February 2022, 14:35:29
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
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: strajder on 20 February 2022, 14:55:24
Code: [Select]
$ pacman -Ss libwrap
community/libwrap 7.6.31-2
    Monitors and Controls incoming TCP connections
multilib/lib32-libwrap 7.6.31-2
    Monitors and controls incoming TCP connections
Also enable community, mindful of the ordering (https://wiki.artixlinux.org/Main/Repositories#Arch_repositories).
Title: Re: [SOLVED] Is Steam-Native no longer supported?
Post by: dr-kart on 20 February 2022, 15:04:24
Quote
Also enable community
Thanks! It should probably be mentioned in artix wiki. Now steam-native-runtime can be installed.