[SOLVED]Issues with wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yann
Newbie
Newbie
Posts: 4
Joined: Tue Jan 20, 2009 6:57 am

[SOLVED]Issues with wine

Post by yann »

Hello,

I've been trying to solve my problems for days now without ANY success.
I'm running on slackware 12.2 with wine-1.1.13. I've installed the latest drivers for my Nvidia GTX 260.

Installed Spotify which works great, I've also installed Steam and updated counter-strike without any problems. So my problem is that each time I've started Steam, and I double click on counter-strike, the box appears telling me it's launching. But then it goes away and nothing more happens..? I can practically press as much as I want without anything happening.

http://pastebin.ca/1313322

I think it's around line 147 where I try to play the game.
I got it working once when I installed DirectX9 with winetricks, but that just worked once, then I was back to square one. I've been all over google, on IRC etc. But I still can't figure this one out!

Please help me!
Last edited by yann on Tue Jan 20, 2009 7:32 pm, edited 4 times in total.
yann
Newbie
Newbie
Posts: 4
Joined: Tue Jan 20, 2009 6:57 am

Post by yann »

Forgot to add this if this means anything:

When I type: glxinfo | egrep '(direct|OpenGL version)' I get this

Code: Select all

direct rendering: Yes
OpenGL version string: 2.1.2 NVIDIA 180.22
GL_EXT_depth_bounds_test, GL_EXT_direct_state_access
Also glxgears works. This is the output on the Terminal when running it

Code: Select all

59226 frames in 5.0 seconds = 11845.096 FPS
59461 frames in 5.0 seconds = 11892.102 FPS
59250 frames in 5.0 seconds = 11843.214 FPS
58695 frames in 5.0 seconds = 11735.751 FPS
60527 frames in 5.0 seconds = 12105.332 FPS
58921 frames in 5.0 seconds = 11784.184 FPS
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Issues with wine

Post by vitamin »

yann wrote:I can practically press as much as I want without anything happening.
First don't post that much logs - put them on pastebin.

Have you disabled in-game steam community? Is your sound working?
yann
Newbie
Newbie
Posts: 4
Joined: Tue Jan 20, 2009 6:57 am

Post by yann »

Hello Vitamin,

yes my sound is working properly and I've disabled the in-game steam community!
Edited my post and put it on pastebin. Thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

yann wrote:yes my sound is working properly and I've disabled the in-game steam community!
Try completely reinstalling Steam, including removing the current WINEPREFIX (default ~/.wine). There are some problems with new wine-gecko and old Wine installations.

See HOWTO on AppDB's Steam page. You will still keep all your Steam downloaded files and configs.
yann
Newbie
Newbie
Posts: 4
Joined: Tue Jan 20, 2009 6:57 am

Post by yann »

Thanks for the answers, finally got everything to work!
Locked