Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Wine
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Wine
This is the place for questions about using Windows programs under Linux using Wine, including productivity software, games, and anything else.

 
Thread Tools Display Modes
Old November 22nd, 2006   #1
snype
First Cup of Ubuntu
 
Join Date: Nov 2006
Beans: 6
Edubuntu 6.10 Edgy
Send a message via AIM to snype Send a message via Skype™ to snype
How To: Steam Counter-Strike Source Edgy WINE

I followed a howto guide over at linux-gamers.net (I think) but I found that it was rather incomplete and at times gave me wrong commands but I ended up able to get Steam installed and run Counter-Strike Source through WINE on my Ubuntu Edgy box. My specs are: 1.7ghz 512 MB ram and a Radeon 9600 64mb graphics card(using fglrx)-- all wrapped into a sexy little IBM T42. Below is the quick run through of how I did it, the full version is on my blog: http://t42buntu.blogspot.com

1. Download WINE

sudo apt-get install wine


2. Run WINE setup--

wine setup


3. Download Tahoma font and put it in your wine fonts folder:

cp Tahoma.ttf /home/USERNAME/.wine/drive_c/windows/fonts


4. Download Steam the go to the directory and install it

wine SteamInstaller.exe


(Note I just took a break to test out my CSS on Linux, and after a few trial and errors i figured it out and got onto a server and played it! So, IT WORKS!) 5.During the steam install just use all the same options/answers you would use in a windows environment-- at some point it will prompt you that it needs to install a Mozilla Gecko plugin? just say yes and it will do it's own thing.
6. When the installer finishes open up a terminal and do the following to launch steam:

cd /home/USER/.wine/drive_c/Program Files/Steam
WINEDEBUG="fixme-all" wine steam.exe


This will launch steam while hiding any outputs from wine, thus running your game faster.
7. When steam launched I couldnt type my name in the login/password boxes without first right clicking in the login field then left clicking. After this I could login as normal.
8. Now that you're ready to launch your game you will want to make sure that all other windows besides the steam "My Games" window are minimized or closed.
9. Double click "Counter Strike Source" and as soon as it says "preparing" click the x button on the steam window with "My Games List" or it will interfere with the game.
10. The game should be running fairly close to normal now, you ay be warned that you're video is wierd and that it's using software mode, but even on my 1.7 Ghz 512mb ram 64mb Radeon 9600 the game was more than playable.



I will be fidiling around with all the settings later so check the blog for updates on it.

I hope this helps someone.
-Snype
snype is offline  
Old November 24th, 2006   #2
dogwi11hunt
First Cup of Ubuntu
 
Join Date: Nov 2006
Location: Pittsburgh
Beans: 11
Ubuntu 5.10
Send a message via AIM to dogwi11hunt
Re: How To: Steam Counter-Strike Source Edgy WINE

Im new to Linux and i dont know too much i just needed an operating system and my friend recomended Ubuntu. Anywho ive installed Wine but I can't run the wine setup.when i put it in the terminal "wine setup" it does nothing. Please help because i miss playing CS.
dogwi11hunt is offline  
Old November 24th, 2006   #3
claydoh
Way Too Much Kubuntu
 
claydoh's Avatar
 
Join Date: Mar 2005
Location: Brewer, Maine US
Beans: 266
Kubuntu 9.04 Jaunty Jackalope
Send a message via Yahoo to claydoh
Re: How To: Steam Counter-Strike Source Edgy WINE

If you simply run "wine steaminstaller.exe" it will set up a wine environment automatically and run the installer. The command "winecfg" beforehand will open a configuration gui if you want to edit some things. Setting up drive paths for cdroms is one important task (though not needed for steam) you may want to do.
__________________
Ubuntu Maine-iacs LoCo Team -
| MaineTeam Wiki | Launchpad Entry | irc.freenode.net #ubuntu-maine

claydoh is offline  
Old November 25th, 2006   #4
dogwi11hunt
First Cup of Ubuntu
 
Join Date: Nov 2006
Location: Pittsburgh
Beans: 11
Ubuntu 5.10
Send a message via AIM to dogwi11hunt
Re: How To: Steam Counter-Strike Source Edgy WINE

I think I have the whole Wine thing down. I think. I need to install tahoma, I've downloaded it but when i try and put it in the file shown "home/John/.wine/..." in my "john" file theres no ".wine" file to send the tahoma font to. and when I search the comp for the file in general to see if its located elsewhere it cant find it. It's like certain files have yet to be created.

Last edited by dogwi11hunt; November 25th, 2006 at 08:24 AM..
dogwi11hunt is offline  
Old November 25th, 2006   #5
Ferrat
100% Pure Ubuntu
 
Ferrat's Avatar
 
Join Date: Oct 2005
Location: Sweden
Beans: 926
Ubuntu 9.04 Jaunty Jackalope
Re: How To: Steam Counter-Strike Source Edgy WINE

Quote:
Originally Posted by dogwi11hunt View Post
I think I have the whole Wine thing down. I think. I need to install tahoma, I've downloaded it but when i try and put it in the file shown "home/John/.wine/..." in my "john" file theres no ".wine" file to send the tahoma font to. and when I search the comp for the file in general to see if its located elsewhere it cant find it.
That means you haven't done a winecfg at the terminal window just do that and you get a .wine dir =)
__________________
Ubuntu user -16351
Ferrat is offline  
Old November 25th, 2006   #6
dogwi11hunt
First Cup of Ubuntu
 
Join Date: Nov 2006
Location: Pittsburgh
Beans: 11
Ubuntu 5.10
Send a message via AIM to dogwi11hunt
Re: How To: Steam Counter-Strike Source Edgy WINE

Well i have ran the wine configuration in the terminal. and the window popped up and i clicked on the audio tab and this came up in the terminal after the window auto matically closed "Creating link /home/john/.kde/socket-john-desktop.
can't create mcop directory" id imagine thats not good? it didn't say anything about .wine and its not that i cant run steam because ive gotten it to start but you cant see anything, which id imagine is from not having tahoma font which i thought i had. So then i tried to put on the font again and it didn't detect the "/.wine/..." directory and i remember reading you need to run wine for it to make that directory. So if im correct i need to find out how to run wine, to create that directory, just so i can put on tahoma.

Last edited by dogwi11hunt; November 25th, 2006 at 09:10 AM..
dogwi11hunt is offline  
Old November 25th, 2006   #7
Ferrat
100% Pure Ubuntu
 
Ferrat's Avatar
 
Join Date: Oct 2005
Location: Sweden
Beans: 926
Ubuntu 9.04 Jaunty Jackalope
Re: How To: Steam Counter-Strike Source Edgy WINE

Quote:
Originally Posted by dogwi11hunt View Post
Im new to Linux and i dont know too much i just needed an operating system and my friend recomended Ubuntu. Anywho ive installed Wine but I can't run the wine setup.when i put it in the terminal "wine setup" it does nothing. Please help because i miss playing CS.
have you done a

Code:
$ winecfg
??

If so just browser to your steam folder and dubbel klick on the steaminstaller.exe and it should start by it self
__________________
Ubuntu user -16351
Ferrat is offline  
Old December 7th, 2006   #8
Lystrodom
Just Give Me the Beans!
 
Join Date: Oct 2006
Beans: 46
Re: How To: Steam Counter-Strike Source Edgy WINE

I'm having a problem with Steam, maybe you can help.

I followed the instructions for getting the Tahoma font, and it's sitting in my fonts directory and everything, but Steam still runs without any words.

I even tried it with a different Tahoma.ttf, but that didn't do anything. Any advice?
Lystrodom is offline  
Old January 8th, 2007   #9
Jarn
Way Too Much Ubuntu
 
Join Date: Oct 2006
Beans: 320
Kubuntu 7.04 Feisty Fawn
Re: How To: Steam Counter-Strike Source Edgy WINE

Has anyone been able to use the backup function in Steam? I created a backup of game files inside Windows and moved it over to Linux and put it in the same folder it was in in Windows. However, when I run it (steambackup.exe) with Wine, Wine tells me that it cannot launch the external program "c:/program files\steam/steam.exe" and a look at the cli shows that Wine produced the error "err:exec:SHELL_ExecuteW cannot set directory L"C:\\PROG~FBU\\Steam\\Backups\\Disk_1\\c:/program files/steam""

EDIT: Well, I got around the problem by creating a folder c:, then "program files", then "steam" and copying steam.exe there. It had to update steam again and I'll just copy the game files up to the original directory once it installs the game files.

Last edited by Jarn; January 8th, 2007 at 10:10 PM..
Jarn is offline  
Old January 10th, 2007   #10
mailbox
A Carafe of Ubuntu
 
mailbox's Avatar
 
Join Date: Jun 2006
Beans: 107
Xubuntu 7.04 Feisty Fawn
Re: How To: Steam Counter-Strike Source Edgy WINE

hmm.
running the following, like you said:
Quote:
Originally Posted by the OP
6. When the installer finishes open up a terminal and do the following to launch steam:

cd /home/USER/.wine/drive_c/Program Files/Steam
WINEDEBUG="fixme-all" wine steam.exe
returns: "wine: could not load L"c:\\windows\\system32\\steam.exe": Module not found"

[edit]note: i also tried WINEDEBUG="-all" wine steam.exe", to no avail.

Last edited by mailbox; January 10th, 2007 at 10:20 PM.. Reason: added more info
mailbox is offline  

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:12 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry