Steam problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
aur0n
Newbie
Newbie
Posts: 1
Joined: Sun Apr 26, 2009 1:10 pm

Steam problem

Post by aur0n »

Hello folks,
I've a problem. I just installed Jaunty, and, thanks to Wine, the latest version of Steam.

But, after the installation, it doesn't open. It just stays in processes as "Steam.exe" @ sleeping.

Any solutions?

(I tried running it on both XP and Vista mode)
Warren Dumortier

Steam problem

Post by Warren Dumortier »

2009/4/26 aur0n <[email protected]>:
Hello folks,
I've a problem. I just installed Jaunty, and, thanks to Wine, the latest version of Steam.

But, after the installation, it doesn't open. It just stays in processes as "Steam.exe" @ sleeping.

Any solutions?

(I tried running it on both XP and Vista mode)





Works fine here, what is your Wine version?
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

Post by stimpak »

there's a bug that prevents steam from getting installed atm.

steam works tho if you already had it installed from another version
Warren Dumortier

Steam problem

Post by Warren Dumortier »

2009/4/27 stimpak <[email protected]>:
there's a bug that prevents steam from getting installed atm.

steam works tho if you already had it installed from another version





Are you sure? It installed yesterday on 1.1.20 here!
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

Post by stimpak »

thats what it says here
Steam AppDB
Warren Dumortier

Steam problem

Post by Warren Dumortier »

2009/4/27 stimpak <[email protected]>:
thats what it says here
Steam AppDB (http://appdb.winehq.org/objectManager.p ... n&iId=1554)





Try 1.1.20, it worked here without any problems.
gamblor01
Level 2
Level 2
Posts: 25
Joined: Tue Apr 28, 2009 8:25 am

Post by gamblor01 »

I just reinstalled steam today using wine 1.1.20 and it worked fine. If it helps, I am using The Orange Box DVDs to install. I put the DVDs in the drive and then copied their contents to a directory called orangebox on my desktop, and then launched Steam like this:

Code: Select all

$ cd ~/Desktop/orangebox
$ wine msiexec /i SteamInstall.msi
$ cd ~/.wine/drive_c/Program\ Files/Steam
$ wine Steam.exe
You should be able to get it installed the same way (the msiexec command) if you download it from steampowered.com though.

Also, assuming you can get Steam installed, you will need the gecko plugin to be working properly (to simulate IE). You can just run:

Code: Select all

wine iexplore http://winehq.org
If the page displays then you already have the plugin. If not, it will prompt you to install it; just let it installs. Once the page shows up you're all set.

I would say if the install seemed to succeed then you can probably kill the process. After that, try to start it again and Steam may need to update. If it hangs at 26%, try the commands on the appdb page:
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
Locked