[SOLVED]Arch Linux / Counter-Strike 1.6/CZ Issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

[SOLVED]Arch Linux / Counter-Strike 1.6/CZ Issue

Post by fullyspenged »

Hardware: nvidia 8800GT, propietary drivers, matching 32-bit libraries

When I launch CS, it freezes on the first screen for about 5 seconds then I see this in the terminal:

Code: Select all

err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d4,0x00000000), stub!
fixme:mshtml:hidden_proc (0x100ae 49225 0 1)
fixme:shdocvw:ViewObject_SetAdvise (0x165e28)->(1 00000002 0x4e41950)
fixme:shdocvw:PersistStreamInit_InitNew (0x165e28)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x165e28)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x165e28)->(ffffffff)
err:ntdll:RtlpWaitForCriticalSection section 0x8163b4 "?" wait timed out in thread 001d, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e56d8a0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0009, blocked by 0023, retrying (60 sec)
and a Visual C++ runtime error in wine saying that it had terminated bla bla.

I once got it to run, I made absolutely NO CHANGES to it, but it ran. Then I loaded it again after closing it and I got the exact same error. I am running arch64 so I'm using the Wine-1.1.13-2 binary from the openSUSE repository, it works great in uTorrent and in steam but I can't play CS or CS:CZ. Glxgears runs great, Google Earth runs great, uTorrent runs great.

I don't know where to start, google didn't help.

Any ideas? :o
Last edited by fullyspenged on Mon Jan 19, 2009 1:18 pm, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Arch Linux / Counter-Strike 1.6/CZ Issue

Post by vitamin »

fullyspenged wrote:When I launch CS, it freezes on the first screen for about 5 seconds then I see this in the terminal:
Did you disable in game steam community?
fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

Post by fullyspenged »

Disabled it now, didn't help. I've always hated that thing though.

I got CZ to load, started a server, played for 4 seconds (with great fps) then it froze completely.

This is just weird as hell.
fullyspenged
Level 2
Level 2
Posts: 31
Joined: Tue Dec 02, 2008 1:29 pm

Post by fullyspenged »

Woop! Found a solution!

New xorg.conf settings:

Code: Select all

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8800 GT"
    Option "NoLogo"     "True"
    Option "RenderAccel"        "True"
    Option "NoRenderExtension"  "False"
    Option "TripleBuffer"       "True"
    Option "AllowGLXWithComposite"      "True"
    Option "NvAGP"      "0"
    Option "AddARGBGLXVisuals"  "True"
    Option "AllowSHMPixmaps"    "1"
EndSection
I'm certain that "AllowGLXWithComposite" solved my problem. Works great now. :D
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

fullyspenged wrote:I'm certain that "AllowGLXWithComposite" solved my problem. Works great now. :D
Right the compiz again...
Locked