While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Monster catcher Cassette Beasts adds Steam Workshop support and a new battle mode
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- FromSoftware owner Kadokawa confirms Sony sent an 'initial letter of intent' to acquire them
- > See more over 30 days here
-
PlaytronOS Alpha 2 brings expanded NVIDIA support, more…
- pleasereadthemanual -
Action-platformer metroidvania Janosik 2 will be a 'big…
- Pikolo -
2K Launcher is finally no more - that's at least one pu…
- Marlock -
2K Launcher is finally no more - that's at least one pu…
- Kuduzkehpan -
GOG's Black Friday Sale is live now with some big disco…
- Liam Dawe - > See more comments
- What have you been listening to?
- Linux_Rocks - More updates - social media related
- Klaas - What do you want to see on GamingOnLinux?
- Linux_Rocks - Our own anti-cheat list
- Liam Dawe - Weekend Players' Club 11/22/2024
- Liam Dawe - See more posts
View PC info
Recently migrated from Arch to Debian
Trying to get Steam under wine working but for some reason , both wine and wine64 fail to launch steam.
A bit confused as it worked out of the box on Arch.
razing@debian:~/.wine/drive_c/Program Files (x86)/Steam64$ wine64 Steam.exe
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented DisconnectEx
fixme:ntdll:server_ioctl_file Unsupported ioctl c8000006 (device=c800 access=0 func=1 method=2)
fixme:winsock:server_ioctl_sock Unsupported ioctl c8000006 (device=c800 access=0 func=1 method=2)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIORW(IOC_WS2, 6))
\src\common\net.cpp (263) : Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (10045)
\src\common\net.cpp (263) : Fatal assert failed: c:\buildslave\steam_rel_client_win32\build\src\common\net.cpp, line 263. Application exiting.
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
_ExitOnFatalAssert
razing@debian:~/.wine/drive_c/Program Files (x86)/Steam64$ wine Steam.exe
\src\common\net.cpp (263) : Fatal Assertion Failed: PlatformSocketsInit failed, error [no name available] (10045)
\src\common\net.cpp (263) : Fatal assert failed: c:\buildslave\steam_rel_client_win32\build\src\common\net.cpp, line 263. Application exiting.
_ExitOnFatalAssert
View PC info
1.8.7-2
View PC info
I'm wondering if i am on some older repos.
Edit : Yes i am , seems i am on the Stable version.
I think most people use Testing , no ?
View PC info
But the stable version still remains 1.8.7.2
Funnily enough steam now starts but fails to download anything as it lacks access to servers.
Wonder if this has anything to do with my user not having sudo rights.
View PC info
razing@debian:~/.wine/drive_c/Program Files (x86)/Steam$ wine --version
wine-3.0.3
So it seems it is 3.0.3
I would move to testing but a bit worried what a full system upgrade might imply.
View PC info
View PC info
View PC info
Don't use Debian stable for desktop purposes, use testing. For Wine I configured Winehq repo anyway, it updates Wine more frequently.
View PC info
View PC info
I used the 32bit version to install steam.
View PC info
I'll be honest this is one of the more confusing aspects of debian for me since it has so many images and options.
How can i be sure if what i have is stable or testing ?
I tried checking /etc/-os-release and my apt-sources list
# deb cdrom:[Official Debian GNU/Linux Live 9.5.0 kde 2018-07-14T18:03]/ stretch main
#deb cdrom:[Official Debian GNU/Linux Live 9.5.0 kde 2018-07-14T18:03]/ stretch main
deb http://ftp.sk.debian.org/debian/ stretch main non-free contrib
deb-src http://ftp.sk.debian.org/debian/ stretch main non-free contrib
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
#wine
deb https://dl.winehq.org/wine-builds/debian/ stretch main
# stretch-updates, previously known as 'volatile'
deb http://ftp.sk.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.sk.debian.org/debian/ stretch-updates main contrib non-free
Is that testing or stable ? Do i just replace main with testing and do a system upgrade ?