Originally posted by ace102
View Post
Announcement
Collapse
No announcement yet.
There Is No Doubt, Steam Is Coming To Linux!
Collapse
X
-
-
Originally posted by GNU/Blind View Postthey still work almost flawlessly under wine for now.
Now if BlackSourceMesa would only get it done already.
Comment
-
Originally posted by IsSuE View Posthas anybody managed to get any further running the client now? I tried copying over some of my wine config files for windows steam, but still no success.
Anyone have any ideas?
Comment
-
Originally posted by Kamikaze View PostI realised the steam_client_linux URL was available again earlier today and actually managed to get the client to update through some trickery. I now have a bunch of TGA images of UI components and other random files sitting under my steam directory on my linux partition. No matter what I try now though, it seems to stall on 'Update complete, launching...'
Anyone have any ideas?
Code:!!! Fatal Error: Failed to determine download location for universe 0
Comment
-
Originally posted by Compholio View PostHow did you get that far? Did you find the steam.cfg file? I'm still stuck on:
Code:!!! Fatal Error: Failed to determine download location for universe 0
In the same folder as steam.sh and then it will update but then crash (for right now, working on a workaround) when trying to load the UI library.Michael Larabel
https://www.michaellarabel.com/
Comment
-
Hi,
I have uploaded a new version of my Steam install script. It's much simpler now, as it lets the steam binary do all the work.
http://pastie.org/939641
Comment
-
Originally posted by Michael View PostCreate steam.cfg with:
In the same folder as steam.sh and then it will update but then crash (for right now, working on a workaround) when trying to load the UI library.
I'm going to try the steam.cfg solution now.
Comment
-
I've come as far as this:
Code:LD_PRELOAD="linux32/steamui.so" ./steam.sh CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals. CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps [ 0%] Checking for available update... Need new HTTP connection for 63.228.223.104:80 Sending request for http://store.steampowered.com/public/client/steam_client_linux?date=706980 HTTP client connect completed Success! http://store.steampowered.com/public/client/steam_client_linux?date=706980 Removing now closed connection for 63.228.223.104:80 Removing in-use connection for 63.228.223.104:80, 0 left open, 0 requests waiting, 0 requests still in-flight [ 0%] Update Complete. [----] Verifying installation... unlinked 0 orphaned pipes CellID: Fetching server list from CSDS. . . Shutting down. . . CellID: CSDS returned 166 servers. CellID: Connecting to 208.111.140.4:27031. . . CellID: Connect to 208.111.140.4:27031 took 276 MS CellID: New Best! CellID: Connecting to 203.66.135.26:27031. . . CellID: exiting! unlinked 2 orphaned pipes CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals. CAsyncIOManager: 786 single object sleeps, 0 multi object sleeps CAsyncIOManager: 0 single object alertable sleeps, 1 multi object alertable sleeps CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals. CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
Code:stat64("Info.plist", 0xbfa2a838) = -1 ENOENT (No such file or directory) read(255, "exit $STATUS\n", 1805) = 13
Comment
Comment