WineHQ
Steam All Versions (Latest: 1 February, 2010)



Category: Main > Games > Game Tools > Steam > All Versions (Latest: 1 February, 2010)


NameSteam
VersionAll Versions (Latest: 1 February, 2010)
License Free to use
URLhttp://www.steampowered.com
Votes 116
RatingGold
Wine Version1.1.37
Maintainers of this version:
Description

Steam automatically updates itself to the latest version whenever it is run.

This is the platform for all recent Valve games. You can find out information about whether or not individual games (such as Half Life) run by checking out their respective sections in the database. This page is about Steam only.

Selected Test Results (selected in 'Test Results' table below)

What works

Installation works, Steam runs out of the box.
uninstalling games from within steam works.
Microphone works within steam.
Registering new account works.
Resetting a lost password works.
Changing your current password works.

In order to run games you might need to configure settings I used the guide I found here:

http://www.ulyaoth.org/forums/viewtopic.php?f=79&t=5

Games that worked for me so far:
Left 4 Dead
Bioshock
Dark Sector (No sound)
Torchlight
Plants Vs Zombies
World of Goo
Mini Ninjas
Osmos

Make sure you disable all the steam settings as that guide shows else some games will not run or directly crash. Also make sure you install Windows fonts because some games have a license agreement windows before you can start it, the text will not show without windows fonts.


What does not

Games that do not run on Linux so make sure you check the AppDB to confirm if the game you would like to play works with Wine.

I am not able to buy things from within steam it will not let me finish the transaction.

(Steam will not show you any Flash on the store page, there is a bug for this in Bugzilla currently)


What was not tested
Buying games on the store, it will not go past the payment, so could not test the payment part. (You can still buy game by going to the steam website in firefox)


Additional Comments

Gold rating because it requires configuration of Steam, and all the in-game chat option do not work and this is a big part of steam.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentGentoo Linux AMD64Jan 27 20101.1.37 Yes Yes Gold Sjir Bagmeijer 
ShowFedora 12 x86_64Jan 16 20101.1.36 Yes Yes Gold Sjir Bagmeijer 
ShowFedora 12 x86_64Dec 19 20091.1.35 Yes Yes Gold Sjir Bagmeijer 
ShowDebian GNU/Linux Unstable "Sid" x86_64Dec 26 20091.1.34 Yes Yes Gold quaker 
ShowFedora 12 x86_64Dec 17 20091.1.34 Yes Yes Gold Sjir Bagmeijer 


Known bugs
Bug # Description Status Resolution Other apps affected
3548 .lnk file is created on the desktop together with the program icon... REOPENED View
9114 MSI Uninstallers leave empty directory behind after removal NEW View
11159 In Steam some text is not properly rendered NEW View
12744 Steam tray icon doesn't appear if panel hidden in autohide mode NEW View
12933 open Steam window consume 100% cpu NEW View
13202 ClientSideWithRender fixes Auran Trainz text, but breaks window elements in Steam NEW View
13839 Steam hangs in SteamStartup() attempting to connect to servers UNCONFIRMED View
13973 Can't move Steam window with alt + drag UNCONFIRMED View
14181 Mouse position in Steam tray menu is incorrect NEW View
15075 Steam: UI elements that use Flash flicker and have grey bars UNCONFIRMED View
15263 Cannot install games in Steam (requires opening new iexplore window) REOPENED View
16895 Flash does not work with new Wine-Gecko NEW View
17406 Lord of the Rings Online fails to connect to the Internet if WINE 1.1.14 is built with -O3 UNCONFIRMED View
17619 GetDriveTypeW says C: is a network share if /home is an NFS share, breaking Steam installer NEW View
18898 Steam: EULA window is blank and unresponsive UNCONFIRMED View
19179 Steam: steam starts, connects to server and stops. UNCONFIRMED View
19653 Purchasing games in steam does not work UNCONFIRMED View
19889 Steam client major lag NEW View
20124 problems running STEAM UNCONFIRMED View
20649 wine-gecko component cannot set the correct page code nor allow user to select one UNCONFIRMED View
20869 $ LANG=ja_JP wine iexplore crashes NEW View
21514 Steamclient can't login UNCONFIRMED View
21615 Steam: Windows are confined to a certain area when using virtual desktop NEW View

 
HOWTO

Please post here only about Steam itself. For related games please use their App DB-Entries:
Half-Life 2 | Counter-Strike: Source | Day of Defeat: Source | Team Fortress 2 | Half-Life with its Modifications | Portal­ | Left 4 Dead­


 

HOWTO: Installing and Running Steam

  1. Install Wine 1.0.1 or newer
  2. Install Gecko Engine by running ­ ­
    wine iexplore http://winehq.org
    
    If the above installation of Gecko Engine does not work please consider doing it manual.
    $ wget http://downloads.sourceforge.net/wine/wine_gecko-1.0.0-x86.cab
    $ sudo mkdir -p /usr/share/wine/gecko
    $ sudo mv wine_gecko-1.0.0-x86.cab /usr/share/wine/gecko/
    ­ Alternatively you can use winetricks:
    cd ~
    wget http://www.kegel.com/wine/winetricks
    sh ./winetricks gecko
    
  3. Download Steam installer from http://www.steampowered.com and run it with
    wine start SteamInstall.msi
    
    Steam should create a nice icon on your desktop that you can use to run Steam with.
  4. Start steam.exe from ~/.wine/drive_c/Program Files/Steam/ if the installer doesn't open it automatically. You must cd to the working directory before you run it.

If you having problems logging-in or want to start a game directly see useful Steam command-line parameters.

Your steam install is now complete.


Known Bugs

  • Update may crash at 26% (see Troubleshooting)
  • Links (images, purchases) don't open new Window
  • Won't start with no error message (completely reinstall Steam (see below)
  • Missing scrollbar for embedded websites
  • Steam Community In-Game does not work - disable or it will cause all games to crash

TROUBLESHOOTING

Enabling Flash and Scrollbars:

There are three ways to enable Flash and two ways to enable scrollbars in Steam. If you only wish to enable Flash and are comfortable compiling wine from source I would recommend using Jacek Caban's patch. If you wish to have Flash and scrollbars then you must use native DLL's. Note that Flash sound will not work with any of these methods but when a workaround is found it will be posted. The pro of Jacek's patch is that wine-gecko itself will support Flash on websites, the con's are that it requires compilation of  wine from source and doesn't enable scrollbars. The pro's of the native DLL methods are that they enable both Flash and scrollbars in Steam, the con's are that they don't enable Flash in wine-gecko, and in fact override wine-gecko and the DLL's must be subsequently set to builtin if you wish to use it.

Also note that any Flash version above 9r47 will not work without flickering in Steam. Therefore you must download and install that version from the Macromedia archives as described below.

1. The Patch Method

First of all you need to obtain the wine source you wish to use, apply Jacek's patch found at http://bugs.winehq.org/attachment.cgi?id=21074, and compile and install wine. Patching and compiling wine is beyond the scope of this howto, however there are many on line howto's for these procedures so just use your favorite search engine to find them and follow their instructions. After that use the following method to install the correct Mozilla version of Flash:

cd
wget http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9_archive.zip
unzip fp9_archive.zip
cd fp9_archive/9r47
wine flashplayer9r47_win.exe
cd
rm -rf fp9_archive

2. Native DLL Methods

Both methods require that you install the correct ActiveX version of Flash as follows:

cd
wget http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9_archive.zip
unzip fp9_archive.zip
cd fp9_archive/9r47
wine flashplayer9r47_winax.exe
cd
rm -rf fp9_archive

Now there are two ways to enable Flash and the scrollbars to work. The higher performance option is to use winetricks to do a partial installation of IE6, the lower performance option is to do a full IE6 installation. In both instances IE6 is installed via winetricks, but the higher performance option doesn't load all the DLL's necessary for full standalone operation of IE6. If you're not going to use IE6 for web browsing I'd use the higher performance method. Following are instructions for both:

A. Partial IE6 Install - Higher Performance

cd
wget http://www.kegel.com/wine/winetricks
chmod a+x winetricks
./winetricks ie6 corefonts fontfix gecko liberation tahoma

B. Full IE6 Install - Lower Performance

cd
wget http://www.kegel.com/wine/winetricks
chmod a+x winetricks
./winetricks ie6 comctl32 comctl32.ocx corefonts fontfix gecko liberation mfc40 mfc42 msls31 
ole2 pdh riched20 riched30 tahoma urlmon wininet native_mdac

26% Bug Workaround:

Run this from the directory you installed Steam to:

nice -n 19 wine Steam.exe

If that doesn't work try this:

wine steamTmp.exe SelfUpdate "Steam.exe" 14

If all fails try this before the previous command:

rm ClientRegistry.blob

Steam can not connect to the network

Usually happens after install or an upgrade. Exit steam, remove ClientRegistry.blob from the steam's directory and restart steam.

Chat window does not work

The chat actually working but messages are not displayed correctly. Try resizing and/or minimizing/maximizing chat window.

Steam takes too long to start: (crash 1)

While starting steam actually crashing and writes a small memory dump (*.mdmp files).
To fix this add the following lines to "/etc/sysctl.conf"

# Send and receive buffer sizes to make steam happy
net.core.rmem_max = 131072
net.core.wmem_max = 131072
and run
sysctl -p

Games don't start with message "The registry was in use by another process"

This is Steam bug due to Linux caching some file operations at the wrong time. You can fix this problem by shutting down Steam cleanly (keep running and exiting steam itself until you get a clean shutdown without any errors after "Shutting down" - watch the console you ran steam from) and then restarting it. Once steam has been shut down cleanly and restarted the error should not occur.

If all fails, start Steam, right-click on the game and select Properties. Go to Local files tab and click on Verify integrity of game cache...

Some file systems support extra sync flag. This should solve the problem. However it will reduce performance, so use with care!

chattr -R +S ~/.wine/drive_c/Program\ Files/Steam

Steam will not work from ntfs partition mounted using ntfs-3g driver (2.6.25 kernels and older)

This is a known limitation of the driver and/or older kernels. Steam requires functionality (mmap with shared write access) which Wine can not emulate if it's not supported on file system.

To fix: use 2.6.26 or newer kernel. Or install Steam and all content into native Linux file system.

Most/all games crash immediately when loaded or after short time

Disable Steam Community In-Game

Reinstalling Steam

To completely reinstall Steam without removing all your game files move "~/.wine/drive_c/Program Files/Steam/SteamApps" directory into safe place. Completely remove "~/.wine" directory and install Steam as shown above:

cd ~
mv ~/.wine/drive_c/Program\ Files/Steam/SteamApps ~
# install Steam here
rm -rf ~/.wine/drive_c/Program\ Files/Steam/SteamApps
mv ~/SteamApps ~/.wine/drive_c/Program\ Files/Steam

Last edited on Sunday January 17th 2010, by Sjir Bagmeijer


 
Other resources
­­

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

steam:// URLs and gift receiving
by tadadata on Saturday February 6th 2010, 14:26
To make Steam visit steam:// URLs, just pass the URL to it as commandline parameter. You can do that too if Steam is already running (just "run it again" with the parameter). This might help you accept a gifted game. I got an "Gift Acceptance Failure" trying to visit a ackMessage/ackGuestPass/1234512345 url directly, but it worked fine when I had Steam already running and then passed the URL to it.

[post new] [reply to this]

gecko download
by William J May on Sunday January 17th 2010, 1:31
Where else can I find the 'Gecko Engine'? I have Firefox installed, but the Store and Community tabs sit forever "loading".

Steam installed correctly, and HL2:Lost Coast runs with the -nosound option (likely PulseAudio problem). Firefox installed and runs by itself.

I tried winetricks 'gecko' and 'gecko-dbg' and wget stalls at: 'HTTP request sent, awaiting response'. Did it move?

Is there a way to get Firefox to play nice w/ Steam or vice versa?...

[post new] [reply to this]

steam update fails completely
by Alexander on Monday January 11th 2010, 11:28
hey, my problem was that my steam update after installing didnt even start.
stopping at 26% seems "normal" but not even starting?

anyway, i reinstalled it a few times, and now it updated and i am installing some games ;)

[post new] [reply to this]

Steam on Ubuntu 64-bit
by Jack Diaz on Sunday January 10th 2010, 20:21
Anyone know why Steam crashes when I try to start a game? I have disabled Steam in-game and PulseAudio.

[post new] [reply to this]

Steam window can't see any text.
by Nicholas Cuthbertson on Friday December 25th 2009, 13:51
I have been trying to install CoD Modern Warfare 2 and steam is having problems with fonts. The only font I can see during the installation is in the licence agreement. It was fine with wine 1.1.29 but since I upgraded to 1.1.35 it no longer works. I presumed that this was because the windows fonts were deleted or something but I have reinstalled them using winetricks, including tahoma, which I understand is the one that is used but I still have the problem.

If anyone can provide any help with this I would be very grateful.

[post new] [reply to this]

Platinum Rating
by TJ09 on Thursday December 24th 2009, 19:50
A platinum rating requires that the program works flawlessly out-of-the-box. Neither is true, although /most/ things work out-of-the-box. However, given that their is an entire section dedicated to workarounds for bugs, it clearly requires special config. In addition, the steam community in-game feature does not work, so one cannot say it works flawlessly.

[post new] [reply to this]

Can't connect to Steam
by Vitor Gatti on Sunday November 22nd 2009, 20:48
I keep getting the error "Steam can not connect to the network".
Already tried the troubleshooting above, and also removing my .wine directory and doing a fresh install of Steam (no backup games)

I'm using wine 1.1.33 in Ubuntu 9.10 32bits.

Any help?
Thanks

[post new] [reply to this]

Steam freezes when installing game
by Kristian on Wednesday November 4th 2009, 8:42
When I try to install a game the program freezes completely - i get this error when trying nice

err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1

help pls ^^

[post new] [reply to this]

Can not start any game in Steam
by CME on Saturday October 31st 2009, 10:47
i have a big problem, i can't start any game anymore in steam, i just get the following:
err:seh:raise_exception Unhandled exception code c0000096 flags 0 addr 0x7ed8fb48

i also tried a new wine prefix and completely reinstalled steam, no luck

my PC:
amd phenom 955
nvidia geforce 7800 gtx, 190.42 driver
debian testing with kernel 2.6.32 rc2
wine 1.1.32
steam installed on a XFS partition

(here the full log: pastebin.org/49804)

anybody an idea what could be wrong? :/

[post new] [reply to this]

Install Demo
by Max on Wednesday October 28th 2009, 16:58
Hello,

I would like to know if it's possible to install a demo thanks to Wine.
Because, i want install Torchlight's demo (only on Steam) but when i click on "Install demo", there is nothing...

Thanks for your help :)

[post new] [reply to this]

Scrollbars
by Nicolay Doytchev on Tuesday October 13th 2009, 11:04
Can anyone confirm if the scrollbars work for you? I have tested them with .31 and they seem to operate fine on a clean WINEPREFIX.

Please confirm.

[post new] [reply to this]

The registry was in use by another process
by Adam Mizerski on Thursday October 1st 2009, 11:43
the command
chattr -R +S ~/.wine/drive_c/Program\ Files/Steam
really makes anything unplayable, but command
chattr -R +S ~/.wine/drive_c/Program\ Files/Steam/ClientRegistry.blob
don't affect playing and fixed registry error (for me ofc).

[post new] [reply to this]

Wine 1.1.29 - Wierd UI and font colours
by Andrew Clapperton on Monday September 21st 2009, 11:27
Has anyone else experienced weird UI and font colours (everything is red, purple and pink) in a clean Steam install under Wine 1.1.29? It makes the Steam UI almost unusable and ugly as sin. If you can launch a game they seem to work OK, though.

1.1.28 and earlier work fine, no UI colour and font oddness, just the usual Wine bugs (No Flash or scrollbars, etc).

Strangely, it occasionally lauches with the correct UI and font colours, but with no predictable pattern.

[post new] [reply to this]

Fedora 11 64-bit instructions to compile from source
by Rob Whalley on Sunday September 13th 2009, 8:08
Unsure how to add items into the howto section above. For users on 64-bit Fedora: Please find below some instructions to compile wine from git. Confirmed that using latest source code, Steam UI is back to normal - Sunday 13th September 11:30ish GMT (hopefully this means next version of wine should be ok too)...

#Remove wine rpm packages
#...will also remove wine-common and wine-desktop which are noarch
#If your system isn't setup for sudo, use "su -" to enter root instead... just remember to type "exit" afterwards
sudo yum remove wine-capi.i586 wine-cms.i586 wine-core.i586 wine-ldap.i586 wine-pulseaudio.i586 wine-twain.i586 wine.x86_64 wine-capi.x86_64 wine-cms.x86_64 wine-core.x86_64 wine-ldap.x86_64 wine-pulseaudio.x86_64 wine-twain.x86_64

#Install packages as suggested here: wiki.winehq.org/WineOn64bit#head-9cca3efe8b57810a966d04db51d8000e601d7e26
sudo yum install alsa-lib-devel.i586 alsa-lib-devel audiofile-devel.i586 audiofile-devel cups-devel.i586 cups-devel dbus-devel.i586 dbus-devel esound-devel.i586 esound-devel fontconfig-devel.i586 fontconfig-devel freetype-devel.i586 freetype-devel giflib-devel.i586 giflib-devel hal-devel.i586 hal-devel lcms-devel.i586 lcms-devel libICE-devel.i586 libICE-devel libjpeg-devel.i586 libjpeg-devel libpng-devel.i586 libpng-devel libSM-devel.i586 libSM-devel libusb-devel.i586 libusb-devel libX11-devel.i586 libX11-devel libXau-devel.i586 libXau-devel libXcomposite-devel.i586 libXcomposite-devel libXcursor-devel.i586 libXcursor-devel libXext-devel.i586 libXext-devel libXi-devel.i586 libXi-devel libXinerama-devel.i586 libXinerama-devel libxml2-devel.i586 libxml2-devel libXrandr-devel.i586 libXrandr-devel libXrender-devel.i586 libXrender-devel libxslt-devel.i586 libxslt-devel libXt-devel.i586 libXt-devel libXv-devel.i586 libXv-devel libXxf86vm-devel.i586 libXxf86vm-devel mesa-libGL-devel.i586 mesa-libGL-devel mesa-libGLU-devel.i586 mesa-libGLU-devel ncurses-devel.i586 ncurses-devel openldap-devel.i586 openldap-devel openssl-devel.i586 openssl-devel zlib-devel.i586 pkgconfig sane-backends-devel.i586 sane-backends-devel xorg-x11-proto-devel glibc-devel.i586 prelink fontforge flex bison

#May need to add libraries for pulseaudio support...?
sudo yum install pulseaudio-libs-devel.i586 pulseaudio-libs-devel.x86_64

#cd to a folder to store the git tree under
#Enter your own path below...
cd ~/Download/Packages/Source

#Download latest files via git - this takes a while... just over 100MB to download
git clone source.winehq.org/git/wine.git wine-git

#cd to wine-git folder
cd wine-git

#Add some patches to allow pulseaudio support - see art.ified.ca/?page_id=40

#Download
wget art.ified.ca/downloads/winepulse/winepulse-0.30-configure.ac.patch
wget art.ified.ca/downloads/winepulse/winepulse-0.30.patch
wget art.ified.ca/downloads/winepulse/winepulse-winecfg-0.6.patch

#Apply
patch -p1 < winepulse-0.30.patch
patch -p1 < winepulse-0.30-configure.ac.patch
patch -p1 < winepulse-winecfg-0.6.patch

#Reconfigure
autoreconf

#Now to configure, compile and install the application... patience required, takes a while (cup of tea time!)
./configure
make depend && make
sudo make install

#You can keep the wine-git folder and later remove the git version of wine with: sudo make uninstall

#Even if this is not a method you want to use, it is useful to know because using wine-git you can apply patches to fix problems
#...done under the wine-git folder before compilation... something along the lines of: patch -p1 < patchname.patch
#See above pulseaudio patch. If patching doesn't work, ensure patch is installed (sudo yum install patch).
#Call of Duty 4 required this approach until all the bugs were ironed out in a later version of wine.

#You can keep an eye on whether a new packaged version of wine has been released by checking out:
# download.fedora.redhat.com/pub/fedora/linux/updates/11/x86_64/

[post new] [reply to this]

Steam won't connect
by Psage on Friday September 11th 2009, 20:46
My steam won't connect and I've deleted the ClientRegistry.blob and restarted steam about a million times (felt like it at least). Yet, steam still refuses to connect. I'm on Ubuntu 9.04.

[post new] [reply to this]

Crash on Sabayon 4.2 64bit
by Jeff Hoogland on Wednesday August 26th 2009, 0:16
Fresh install on Sabayon Linux. I have Wine 1.1.27 installed via portage and Steam is failing to load for me with the following error message in console:

jeff@sager-lintop /media/storage/Steam $ wine Steam.exe
wine: Unhandled page fault on execute access to 0x0048720d at address 0x48720d (thread 0009), starting debugger...

Rest of debug - pastebin.com/f15b15138

I googled the error but the only hit I got was in a different language :(

Any ideas on what I can do to get this to work?

Thanks,
~Jeff

[post new] [reply to this]

Steam window looks odd; refuses to launch games
by Brennon Redmyer on Sunday August 2nd 2009, 13:43
Fresh Fedora 11 KDE install here, along with all the recommended updates and the updated nVidia drivers (185.18.14)

I install Wine from the yum repos (1.1.23, it says it is), and upon first running and getting to my games list, it looks like this:
img25.imageshack.us/img25/4923/snapshot1jmq.png
It also refuses to launch any game, be it Valve or not.

I've had a Fedora 11 GNOME installation on this box before with a perfect display, with the same graphics driver (from the same source), all the same basic installation steps.
Since the problem occurred, I've tried it again on fresh F11 GNOME and KDE installs from the Live CDs I used before and it does this same thing. What gives?

[post new] [reply to this]

crash on startup
by Peter Rolph on Monday July 13th 2009, 12:38
Strange problem going on here...

Steam connects happily, brings up the main window and the steam updates window, then sits unresponsive, greys out and finally dies silenty. RIP?

I'm on vanilla jaunty, if it helps.

[post new] [reply to this]

Install of a game causes crash
by LordBeeDoO on Monday July 6th 2009, 10:02
I upgraded recently to FC 11 but wine does not work anymore... after installing Steam, or trying to start for example HOMAM V I get following message in a console:

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x21
Serial number of failed request: 144548
Current serial number in output stream: 144548

Wine is completely useless.

Has anyone encountered this problem ?

[post new] [reply to this]

Some tips
by Alan Jenkins on Thursday June 25th 2009, 16:59
to install a game browse through store.steampowered.com/ to find the game you want. Copy the app id out of the url (e.g. for store.steampowered.com/app/16470/ it would be the 16470).

Then run:

wine ./steam.exe -applaunch 16470

This will load steam up and the first window you will see will be the window asking you if you wish to download the app.

Enjoy guys,

Here is the page I found the -applaunch (other cool commands here too)

developer.valvesoftware.com/wiki/Steam_Command_Line_Options#Steam_.28Windows.29

[post new] [reply to this]

Steam won't launch games!
by Josh on Wednesday June 10th 2009, 19:17
Alright, so steam just updated and now it won't launch games. I says it's launching the game then the launching window disappears and steam stops responding. Please help.

[post new] [reply to this]




   << Back

Page loaded in 0.30771 seconds.