[SOLVED] Is Steam-Native no longer supported? 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----------------------------------------------------------------------------------------------------------------------- Last Edit: 09 February 2022, 21:26:33 by nous
Re: Is Steam-Native no longer supported? Reply #1 – 09 February 2022, 05:54:08 You have to enable lib32 and multilib repos.
Re: Is Steam-Native no longer supported? Reply #2 – 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? Last Edit: 09 February 2022, 16:16:58 by Sam Hyde
Re: Is Steam-Native no longer supported? Reply #3 – 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.
Re: Is Steam-Native no longer supported? Reply #4 – 09 February 2022, 16:55:57 alright, how can I uninstall lib32 packages?
Re: Is Steam-Native no longer supported? Reply #5 – 09 February 2022, 16:58:35 Alright did that. I still have an issue. Last Edit: 09 February 2022, 17:14:05 by Sam Hyde
Re: Is Steam-Native no longer supported? Reply #6 – 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. Last Edit: 09 February 2022, 17:57:06 by Sam Hyde
Re: Is Steam-Native no longer supported? Reply #7 – 09 February 2022, 19:14:45 Fixed my issue. I had to change my fan speed and it worked.
Re: Is Steam-Native no longer supported? Reply #8 – 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.
Re: [SOLVED] Is Steam-Native no longer supported? Reply #9 – 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-runtimeQuotewarning: 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 #10 – 20 February 2022, 14:29:00 Quote from: dr-kart – on 20 February 2022, 14:00:48How was it solved? I didn't get.In my case I still have an issue installing steam-native-runtimeEnable lib32 and multilib repos.
Re: [SOLVED] Is Steam-Native no longer supported? Reply #11 – 20 February 2022, 14:29:45 lib32-libwrap is in "multilib" repository.https://wiki.artixlinux.org/Main/Repositories#Arch_repositoriesQuote from: Chris Cromer – on 09 February 2022, 05:54:08You 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 – 20 February 2022, 14:35:29 Well actually it was enabled beforehand. Same as Sam Hyde did.PSwith both lib32 and multilib enabled I can't even manually install libwrapQuoteerror: target not found: libwrapAnd as for lib32-libwrap:Quotewarning: cannot resolve "libwrap", a dependency of "lib32-libwrap":: The following package cannot be upgraded due to unresolvable dependencies: lib32-libwrap Last Edit: 20 February 2022, 14:45:55 by dr-kart
Re: [SOLVED] Is Steam-Native no longer supported? Reply #13 – 20 February 2022, 14:55:24 Code: [Select]$ pacman -Ss libwrapcommunity/libwrap 7.6.31-2 Monitors and Controls incoming TCP connectionsmultilib/lib32-libwrap 7.6.31-2 Monitors and controls incoming TCP connectionsAlso enable community, mindful of the ordering.
Re: [SOLVED] Is Steam-Native no longer supported? Reply #14 – 20 February 2022, 15:04:24 QuoteAlso enable communityThanks! It should probably be mentioned in artix wiki. Now steam-native-runtime can be installed.